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

Unified Diff: base/base.gyp

Issue 1353033003: Isolate base_unittests_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include base_unittests.isolate. Created 5 years, 3 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 | « no previous file | base/base_unittests_apk.isolate » ('j') | base/base_unittests_apk.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 6f94423652aa8a67eecc6ad64161eb41513e146a..0ff3893e9e3a1dadc54c13d5f411ec3ed47e2bc7 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1616,6 +1616,27 @@
'includes': [ '../build/apk_test.gypi' ],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'base_unittests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'base_unittests_apk',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'base_unittests_apk.isolate',
+ ],
+ },
+ ]
+ }
+ ],
+ ],
}],
['OS == "win"', {
'targets': [
« no previous file with comments | « no previous file | base/base_unittests_apk.isolate » ('j') | base/base_unittests_apk.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698