summaryrefslogtreecommitdiffstats
path: root/sql/sql.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r--sql/sql.gyp19
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 018b287..115a93b 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': [