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

Unified Diff: remoting/remoting_android.gypi

Issue 302533009: Android: cleanup gtest_target_type conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit on all.gyp 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 | « media/media.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_android.gypi
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
index 4fedb31f99f93d2c59f3d23ffe0449d08ddf6ffd..fdfc4e021ba68479cbfeb4bae5d9fc19a69d79af 100644
--- a/remoting/remoting_android.gypi
+++ b/remoting/remoting_android.gypi
@@ -134,7 +134,7 @@
], # end of 'targets'
}], # 'OS=="android"'
- ['OS=="android" and gtest_target_type=="shared_library"', {
+ ['OS=="android"', {
'targets': [
{
'target_name': 'remoting_unittests_apk',
@@ -148,6 +148,6 @@
'includes': [ '../build/apk_test.gypi' ],
},
],
- }], # 'OS=="android" and gtest_target_type=="shared_library"'
+ }], # 'OS=="android"
], # end of 'conditions'
}
« no previous file with comments | « media/media.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698