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

Unified Diff: third_party/leveldatabase/leveldatabase.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 | « sync/sync_tests.gypi ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/leveldatabase.gyp
diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp
index 58504f39e2ebb5d6005155f4d65dc2d6944b4281..3ba3829d8a7612fd8eecc5eb56885e12e4abb228 100644
--- a/third_party/leveldatabase/leveldatabase.gyp
+++ b/third_party/leveldatabase/leveldatabase.gyp
@@ -14,8 +14,7 @@
'use_snappy': 0,
},
}],
- ['OS=="android" and gtest_target_type == "shared_library"', {
- # Wrap env_chromium_unittests into an android apk for execution.
+ ['OS=="android"', {
'targets': [{
'target_name': 'env_chromium_unittests_apk',
'type': 'none',
@@ -196,7 +195,7 @@
'env_chromium_unittest.cc',
],
'conditions': [
- ['OS=="android" and gtest_target_type == "shared_library"', {
+ ['OS=="android"', {
'type': 'shared_library',
'dependencies': [
'../../testing/android/native_test.gyp:native_test_native_code',
« no previous file with comments | « sync/sync_tests.gypi ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698