Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2681)

Unified Diff: build/android/envsetup.sh

Issue 10580022: Build and run APK tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/buildbot_try_compile_test.sh ('k') | build/android/gtest_filter/base_unittests_disabled » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index cde22a88a458e7bdda159e32397c1f1a281e3561..3a3c6a7f9dd7bd9e79661169a0e39069f66e004a 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -148,9 +148,7 @@ DEFINES+=" remoting=0"
DEFINES+=" p2p_apis=0"
DEFINES+=" enable_touch_events=1"
DEFINES+=" build_ffmpegsumo=0"
-# TODO(bulach): use "shared_library" once the transition from executable
-# is over.
-DEFINES+=" gtest_target_type=executable"
+DEFINES+=" gtest_target_type=shared_library"
DEFINES+=" branding=Chromium"
export GYP_DEFINES="${DEFINES}"
« no previous file with comments | « build/android/buildbot_try_compile_test.sh ('k') | build/android/gtest_filter/base_unittests_disabled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698