| Index: create_sdk.gyp
|
| diff --git a/create_sdk.gyp b/create_sdk.gyp
|
| index 769f502e2899672b094b6ce384dca23f47d74344..749cda561a3604fb2d2e389ae02bbc6ff8fc610b 100644
|
| --- a/create_sdk.gyp
|
| +++ b/create_sdk.gyp
|
| @@ -20,14 +20,15 @@
|
| {
|
| 'action_name': 'create_sdk_py',
|
| 'inputs': [
|
| - # This is neccessary because we have all the pub test files inside
|
| - # the pub directory instead of in tests/pub. Xcode can only handle
|
| - # a certain amount of files in one list (also depending on the
|
| - # length of the path from where you run). This regexp excludes
|
| - # pub/test
|
| + # Xcode can only handle a certain amount of files in one list
|
| + # (also depending on the length of the path from where you run).
|
| '<!@(["python", "tools/list_files.py",'
|
| - '"^(?!.*pub/test).*dart$",'
|
| + '"dart$",'
|
| '"sdk/lib"])',
|
| + 'sdk/lib/dart2dart.platform',
|
| + 'sdk/lib/dart_client.platform',
|
| + 'sdk/lib/dart_server.platform',
|
| + 'sdk/lib/dart_shared.platform',
|
| '<!@(["python", "tools/list_files.py", "", '
|
| '"sdk/lib/_internal/js_runtime/lib/preambles"])',
|
| '<!@(["python", "tools/list_files.py", "", "sdk/bin"])',
|
|
|