summaryrefslogtreecommitdiff
path: root/chromium/google_apis/google_apis.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/google_apis/google_apis.gyp')
-rw-r--r--chromium/google_apis/google_apis.gyp19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/google_apis/google_apis.gyp b/chromium/google_apis/google_apis.gyp
index 4d409268127..659d9835248 100644
--- a/chromium/google_apis/google_apis.gyp
+++ b/chromium/google_apis/google_apis.gyp
@@ -207,4 +207,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'google_apis_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'google_apis_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'google_apis_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}