7f49939c62
Once upon a time, Observatory was built via pub and needed to cache the result of `pub get` to have stable / reproducible builds. Now it is built directly with dart2js and no longer uses any old packages, so the copies of packages brought in via DEPS are fine. Change-Id: I7b32910570cd21fbf42cae6ac25b57c72a134c81 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143403 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
{
|
|
'variables': {
|
|
'files': ['out/ReleaseIA32/dart-sdk/',
|
|
'out/ReleaseX64/dart-sdk/',
|
|
'xcodebuild/ReleaseIA32/dart-sdk/',
|
|
'xcodebuild/ReleaseX64/dart-sdk/',
|
|
'samples/',
|
|
'samples-dev/',
|
|
'tools/',
|
|
'third_party/pkg/',
|
|
'third_party/pkg_tested/',
|
|
'third_party/d8/',
|
|
'third_party/firefox_jsshell/',
|
|
'tests/angular/',
|
|
'tests/compiler/',
|
|
'tests/corelib_2/',
|
|
'tests/dart/',
|
|
'tests/kernel/',
|
|
'tests/language_2/',
|
|
'tests/lib_2/',
|
|
'tests/light_unittest.dart',
|
|
'tests/search/',
|
|
'tests/standalone_2/',
|
|
'pkg/async_helper/',
|
|
'pkg/browser/',
|
|
'pkg/compiler/',
|
|
'pkg/dart_internal/',
|
|
'pkg/expect/',
|
|
'pkg/front_end/',
|
|
'pkg/js/',
|
|
'pkg/js_ast/',
|
|
'pkg/kernel/',
|
|
'pkg/meta/',
|
|
'pkg/pkg.status',
|
|
'pkg/status_file/',
|
|
'pkg/vm/',
|
|
'runtime/tests/',
|
|
'sdk/lib/_internal/js_runtime/',
|
|
'sdk/lib/_internal/sdk_library_metadata/',
|
|
'.packages']
|
|
}
|
|
}
|