summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAri Hausman-Cohen <arihc@google.com>2015-07-30 16:19:02 -0700
committerAri Hausman-Cohen <arihc@google.com>2015-07-31 15:36:44 -0700
commit1b76d5093c5fa225158f8c39ccee50c315ada639 (patch)
treead7832fa5ed36e2f9d725b094aaca45332d8ae4f /build
parent8019ff270413af5acaccf6a4c403fc14afa9df66 (diff)
downloadlibchrome-1b76d5093c5fa225158f8c39ccee50c315ada639.tar.gz
Updated libchrome to build native unit tests
libchromeTests added to Android.mk, along with many unit test files. Once built and synced, the tests can be run on the device/emulator via /data/nativetest/libchrome_test/libchrome_test Moved the gtest & gmock testing directory out of base/ since all the files were looking for it directly under libchrome/. Bug: 22857514 Change-Id: Ib65897b32979160768dd1e45092bb8f520833666 Signed-off-by: Ari Hausman-Cohen <arihc@google.com>
Diffstat (limited to 'build')
-rw-r--r--build/build_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build_config.h b/build/build_config.h
index 79b61363db..5181b2bf46 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -18,6 +18,7 @@
// Add Brillo-specific defines.
#if defined(__BRILLO__)
#define __linux__ 1
+#define NO_TCMALLOC
// Unset ANDROID, which is just used for building Chrome on Android.
#undef ANDROID