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