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

Side by Side Diff: tools/bots/dart_tests.isolate

Issue 3003523002: Add commit queue settings to Dart (Closed)
Patch Set: Add isolate files 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 'variables': {
3 'command': ['tools/test.py'],
4 'files': ['out/ReleaseIA32/dart-sdk/',
5 'out/ReleaseX64/dart-sdk/',
6 'out/ReleaseIA32/gen/',
7 'out/ReleaseX64/gen/',
8 'out/ReleaseIA32/patched_sdk/',
9 'out/ReleaseX64/patched_sdk/',
10 'samples/',
11 'samples-dev/',
12 'tools/',
13 'third_party/pkg/',
14 'third_party/pkg_tested/',
15 'third_party/d8/',
16 'third_party/firefox_jsshell/',
17 'tests/',
18 'pkg/async_helper/',
19 'pkg/expect/',
20 'pkg/js/',
21 'pkg/status_file/',
22 'pkg/pkg.status',
23 'runtime/tests/',
24 '.packages']
25 }
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698