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

Unified Diff: Source/wtf/wtf_tests.gyp

Issue 1316763004: Add isolate/swarming support for some Blink test targets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: don't bother with xvfb Created 5 years, 4 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
« no previous file with comments | « Source/platform/blink_platform_unittests.isolate ('k') | Source/wtf/wtf_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf_tests.gyp
diff --git a/Source/wtf/wtf_tests.gyp b/Source/wtf/wtf_tests.gyp
index 1af23e3c4544f09f40c176e1e142eb1e0c945121..3d4a70338b6096fbcf2d0026913847cd72c3bcdb 100644
--- a/Source/wtf/wtf_tests.gyp
+++ b/Source/wtf/wtf_tests.gyp
@@ -95,5 +95,22 @@
'includes': [ '../../../../build/apk_test.gypi' ],
}],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'wtf_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'wtf_unittests',
+ ],
+ 'includes': [
+ '../../../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'wtf_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « Source/platform/blink_platform_unittests.isolate ('k') | Source/wtf/wtf_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698