Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: skia/skia_tests.gyp

Issue 1212893004: Write skia_unittests.isolate and enable swarming for skia_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert chromium.fyi.json per maruel@ Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ },
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698