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

Unified Diff: build/apk_test.gypi

Issue 278443003: Android: cleanup gtest_target_type conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 7 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 | « base/base.gyp ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/apk_test.gypi
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index 0cb22b88e2e4143631efb288c7eca6a2efd23abb..95cce377d060837ff7f46988aeabd36ada715a8e 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -23,7 +23,7 @@
'<(DEPTH)/tools/android/android_tools.gyp:android_tools',
],
'conditions': [
- ['OS == "android" and gtest_target_type == "shared_library"', {
+ ['OS == "android"', {
'variables': {
# These are used to configure java_apk.gypi included below.
'apk_name': '<(test_suite_name)',
@@ -35,6 +35,6 @@
'gyp_managed_install': 0,
},
'includes': [ 'java_apk.gypi' ],
- }], # 'OS == "android" and gtest_target_type == "shared_library"
+ }], # 'OS == "android"
], # conditions
}
« no previous file with comments | « base/base.gyp ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698