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': [ |