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

Unified Diff: sql/sql.gyp

Issue 1377793004: Isolate sql_unittests_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actual isolate file this time. Created 5 years, 2 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 | sql/sql_unittests_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 018b287ce665b867495e601c6e85b2d36c8fec45..115a93bdd5f37d3061a1ed5aa0d5b6553d9b3a79 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -139,6 +139,25 @@
'includes': [ '../build/apk_test.gypi' ],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'sql_unittests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'sql_unittests_apk',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'sql_unittests_apk.isolate',
+ ],
+ },
+ ]
+ }],
+ ]
}],
['test_isolation_mode != "noop"', {
'targets': [
« no previous file with comments | « no previous file | sql/sql_unittests_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698