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

Unified Diff: build/all_android.gyp

Issue 11027067: Add cc_unittests to android_experimental target (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Step 1 - Add compile target to android_experimental Created 8 years, 2 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 | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 77b9d527a3a81ba2f30ce8668b1314aa62d3c645..9e3a40567d0e5ef282e8794fd13692efddfeb3eb 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -109,6 +109,14 @@
'target_name': 'android_experimental',
'type': 'none',
'dependencies': [
+ '../cc/cc_tests.gyp:cc_unittests',
+ ],
+ 'conditions': [
+ ['"<(gtest_target_type)"=="shared_library"', {
+ 'dependencies': [
+ '../cc/cc_tests.gyp:cc_unittests_apk',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698