Files
sdk/tools/bots/dart_tests.isolate
T
Alexander Thomas b7ef001fec Include web_components in the isolate file.
Update tests to use web_components from the isolated location.

BUG=
R=whesse@google.com

Review-Url: https://codereview.chromium.org/3004803002 .
2017-08-29 17:12:56 +02:00

27 lines
817 B
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/',
'third_party/observatory_pub_packages/packages/web_components/',
'tests/',
'pkg/async_helper/',
'pkg/browser/',
'pkg/expect/',
'pkg/js/',
'pkg/meta/',
'pkg/pkg.status',
'pkg/status_file/',
'runtime/tests/',
'.packages']
}
}