OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'command': ['tools/test.py'], | |
4 'files': ['out/ReleaseIA32/dart-sdk/', | 3 'files': ['out/ReleaseIA32/dart-sdk/', |
5 'out/ReleaseX64/dart-sdk/', | 4 'out/ReleaseX64/dart-sdk/', |
6 'out/ReleaseIA32/gen/', | 5 'xcodebuild/ReleaseIA32/dart-sdk/', |
7 'out/ReleaseX64/gen/', | 6 'xcodebuild/ReleaseX64/dart-sdk/', |
8 'out/ReleaseIA32/patched_sdk/', | |
9 'out/ReleaseX64/patched_sdk/', | |
10 'samples/', | 7 'samples/', |
11 'samples-dev/', | 8 'samples-dev/', |
12 'tools/', | 9 'tools/', |
13 'third_party/pkg/', | 10 'third_party/pkg/', |
14 'third_party/pkg_tested/', | 11 'third_party/pkg_tested/', |
15 'third_party/d8/', | 12 'third_party/d8/', |
16 'third_party/firefox_jsshell/', | 13 'third_party/firefox_jsshell/', |
17 'tests/', | 14 'tests/', |
18 'pkg/async_helper/', | 15 'pkg/async_helper/', |
19 'pkg/expect/', | 16 'pkg/expect/', |
20 'pkg/js/', | 17 'pkg/js/', |
| 18 'pkg/meta/', |
| 19 'pkg/pkg.status', |
21 'pkg/status_file/', | 20 'pkg/status_file/', |
22 'pkg/pkg.status', | |
23 'runtime/tests/', | 21 'runtime/tests/', |
24 '.packages'] | 22 '.packages'] |
25 } | 23 } |
26 } | 24 } |
OLD | NEW |