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

Unified Diff: cc/cc_tests.gyp

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 | « build/apk_test.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 218a14017584035f778220ff0244eb4508755f2f..f02d8cb061f998a0d841a28d43c9cd725fac8f9f 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -263,7 +263,7 @@
'.',
],
'conditions': [
- ['OS == "android" and gtest_target_type == "shared_library"',
+ ['OS == "android"',
{
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
@@ -323,7 +323,7 @@
'.',
],
'conditions': [
- ['OS == "android" and gtest_target_type == "shared_library"',
+ ['OS == "android"',
{
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
@@ -375,9 +375,7 @@
},
],
'conditions': [
- # Special target to wrap a gtest_target_type==shared_library
- # cc_unittests into an android apk for execution.
- ['OS == "android" and gtest_target_type == "shared_library"',
+ ['OS == "android"',
{
'targets': [
{
« no previous file with comments | « build/apk_test.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698