Index: skia/skia_tests.gyp |
diff --git a/skia/skia_tests.gyp b/skia/skia_tests.gyp |
index 698493d306521d6968e39ea90986aef6c9fed9bb..015065c8080e5f1f0a9175c983e2d49f8571c0a7 100644 |
--- a/skia/skia_tests.gyp |
+++ b/skia/skia_tests.gyp |
@@ -60,5 +60,22 @@ |
}, |
], |
}], |
+ ['test_isolation_mode != "noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'skia_unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'skia_unittests', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'skia_unittests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
], |
} |