mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:27:18 +00:00
bace5b330d
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 .
13 lines
423 B
Text
13 lines
423 B
Text
{
|
|
'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/']
|
|
}
|
|
}
|