Files
sdk/tools/bots/dart_tests_extended.isolate
T
Alexander Thomas bace5b330d Add Mac support for isolates
Remove commands to allow recipies to specify them

Reduce duplication with includes

Rename to more generic names (dart2js*.isolate wasn't just used for dartj2s)

BUG=
R=whesse@google.com

Review-Url: https://codereview.chromium.org/3001383002 .
2017-08-22 17:15:14 +02:00

14 lines
423 B
Plaintext

{
'includes': ['dart_tests.isolate'],
'variables': {
'files': ['out/ReleaseIA32/gen/',
'out/ReleaseX64/gen/',
'out/ReleaseIA32/patched_sdk/',
'out/ReleaseX64/patched_sdk/',
'xcodebuild/ReleaseIA32/gen/',
'xcodebuild/ReleaseX64/gen/',
'xcodebuild/ReleaseIA32/patched_sdk/',
'xcodebuild/ReleaseX64/patched_sdk/']
}
}