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

Unified Diff: build/common.gypi

Issue 10065018: Temporarily make unit_tests a static library on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comment for override Created 8 years, 8 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/all_android.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0d4011d2a7e560c8b6c7fa8813d19b6cd100788a..32f479d7b4d05e2b06a75cf968667f186c79e47d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -846,6 +846,12 @@
# Use the system icu.
'use_system_icu%': 0,
+ # TODO(yfriedman): Remove once unit_tests can link for Android.
+ # To override it specify:
+ # GYP_DEFINES="$GYP_DEFINES android_unit_test_target_type=executable"
+ # android_gyp
+ 'android_unit_test_target_type%': 'static_library',
+
# Choose static link by build type.
'conditions': [
['android_build_type==0', {
« no previous file with comments | « build/all_android.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698