gecko-dev/toolkit/library/gtest
Nathan Froyd d9848cf82a Bug 1349694 - only build gkrust-gtest when we build libxul-gtest; r=chmanchester
To improve build times, we've decided to only build libxul-gtest when
it's specifically requested, i.e. via `mach gtest` or similar.  However,
our build setup specifies that gkrust-gtest, the Rust code specifically
for libxul-gtest, is built during normal builds.  This library takes a
significant amount of time to compile and is generally not needed.

This patch changes the gkrust-gtest library to only be visible under the
same conditions that libxul-gtest is built, thus speeding up normal
builds.
2017-03-28 17:02:37 -04:00
..
rust Bug 1349694 - only build gkrust-gtest when we build libxul-gtest; r=chmanchester 2017-03-28 17:02:37 -04:00
static Bug 1299616 - Rearrange libxul linking such that StaticXULComponentStart always is first. r=gps 2016-09-02 07:08:16 +09:00
Makefile.in Bug 1339673 - Don't link the gtest libxul during MOZ_PROFILE_GENERATE. r=ted 2017-02-16 10:47:46 -08:00
moz.build Bug 1299616 - Rearrange libxul linking such that StaticXULComponentStart always is first. r=gps 2016-09-02 07:08:16 +09:00