summaryrefslogtreecommitdiffstats
path: root/sql/sql.gyp
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-17 16:09:58 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-17 16:09:58 +0000
commit87a80855771139a4140dd6686b7611290fb7937d (patch)
tree258f3bb812d92677f5fceb6b5e67c0e3fbfd0fcf /sql/sql.gyp
parent93748d64955b60c0c75ababddb8be26823452cb7 (diff)
downloadchromium_src-87a80855771139a4140dd6686b7611290fb7937d.zip
chromium_src-87a80855771139a4140dd6686b7611290fb7937d.tar.gz
chromium_src-87a80855771139a4140dd6686b7611290fb7937d.tar.bz2
Android: cleanup gtest_target_type conditions.
For a long time (crrev.com/133053) OS==android implies: gtest_target_type=shared_library Cleanup the spurious conditions and obsolete TODOs. BUG= Review URL: https://codereview.chromium.org/278443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r--sql/sql.gyp6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 6245940..37c6ae7 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -106,7 +106,7 @@
}],
],
}],
- ['OS == "android" and gtest_target_type == "shared_library"', {
+ ['OS == "android"', {
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
],
@@ -117,9 +117,7 @@
},
],
'conditions': [
- # Special target to wrap a gtest_target_type==shared_library
- # sql_unittests into an android apk for execution.
- ['OS == "android" and gtest_target_type == "shared_library"', {
+ ['OS == "android"', {
'targets': [
{
'target_name': 'sql_unittests_apk',