Index: google_apis/gcm/gcm.gyp |
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp |
index aa9df60868be004dce75fba23e783ea2f6a43191..e9ae667f4481c353c5e243d6805c2b7dd812dcdc 100644 |
--- a/google_apis/gcm/gcm.gyp |
+++ b/google_apis/gcm/gcm.gyp |
@@ -182,4 +182,23 @@ |
] |
}, |
], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'gcm_unit_tests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'gcm_unit_tests', |
+ ], |
+ 'includes': [ |
+ '../../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'gcm_unit_tests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
} |