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

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 android_unit_test_target_Type 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..73bb428c57f9746f21ecabd9bef68d7e78a6f22e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -846,6 +846,9 @@
# Use the system icu.
'use_system_icu%': 0,
+ # TODO(yfriedman): Remove once unit_tests can link for Android.
John Grabowski 2012/04/12 20:12:01 Add comment with the exact command line to overrid
+ '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