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

Unified Diff: tools/bots/dart_tests_extended.isolate

Issue 3001383002: Add Mac support for isolates (Closed)
Patch Set: Add missing comma to 'includes' entry. Created 3 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 | « tools/bots/dart_tests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/dart_tests_extended.isolate
diff --git a/tools/bots/dart_tests_extended.isolate b/tools/bots/dart_tests_extended.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..d4fc2c3993ac91a37ca7aa40200e3381642f16bd
--- /dev/null
+++ b/tools/bots/dart_tests_extended.isolate
@@ -0,0 +1,13 @@
+{
+ 'includes': ['dart_tests.isolate'],
+ 'variables': {
+ 'files': ['out/ReleaseIA32/gen/',
+ 'out/ReleaseX64/gen/',
+ 'out/ReleaseIA32/patched_sdk/',
+ 'out/ReleaseX64/patched_sdk/',
+ 'xcodebuild/ReleaseIA32/gen/',
+ 'xcodebuild/ReleaseX64/gen/',
+ 'xcodebuild/ReleaseIA32/patched_sdk/',
+ 'xcodebuild/ReleaseX64/patched_sdk/']
+ }
+}
« no previous file with comments | « tools/bots/dart_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698