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

Unified Diff: Source/platform/blink_platform_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_heap_unittests.isolate ('k') | Source/platform/blink_platform_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform_tests.gyp
diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
index b92a9fae4699d37b5f68a04695304bb3a4c524bb..8eb4eac76aa87147653368e91b19c4b3518f5478 100644
--- a/Source/platform/blink_platform_tests.gyp
+++ b/Source/platform/blink_platform_tests.gyp
@@ -187,5 +187,35 @@
'includes': [ '../../../../build/apk_test.gypi' ],
}],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'blink_heap_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'blink_heap_unittests',
+ ],
+ 'includes': [
+ '../../../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'blink_heap_unittests.isolate',
+ ],
+ },
+ {
+ 'target_name': 'blink_platform_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'blink_platform_unittests',
+ ],
+ 'includes': [
+ '../../../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'blink_platform_unittests.isolate',
+ ],
+ }
+ ],
+ }],
],
}
« no previous file with comments | « Source/platform/blink_heap_unittests.isolate ('k') | Source/platform/blink_platform_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698