| Index: create_sdk.gyp
 | 
| diff --git a/create_sdk.gyp b/create_sdk.gyp
 | 
| index 17b3ce24c85fa3a5c41f4fdf3d5d9cd4dd415352..721066a0813a20703cd15b092ed20dc92e0cf941 100644
 | 
| --- a/create_sdk.gyp
 | 
| +++ b/create_sdk.gyp
 | 
| @@ -24,9 +24,9 @@
 | 
|              # 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 and pub_generated/test
 | 
| +            # pub/test
 | 
|              '<!@(["python", "tools/list_files.py",'
 | 
| -                '"^(?!.*pub/test)(?!.*pub_generated/test).*dart$",'
 | 
| +                '"^(?!.*pub/test).*dart$",'
 | 
|                  '"sdk/lib"])',
 | 
|              '<!@(["python", "tools/list_files.py", "", '
 | 
|                  '"sdk/lib/_internal/compiler/js_lib/preambles"])',
 | 
| 
 |