Index: create_sdk.gyp |
=================================================================== |
--- create_sdk.gyp (revision 40135) |
+++ create_sdk.gyp (working copy) |
@@ -20,7 +20,13 @@ |
{ |
'action_name': 'create_sdk_py', |
'inputs': [ |
- '<!@(["python", "tools/list_files.py", "\\.dart$", "sdk/lib"])', |
+ # This is neccessary because we have all the pub test files inside |
kasperl
2014/09/11 12:47:30
Extend comment to explain what the regexp does?
ricow1
2014/09/11 12:49:38
Done.
|
+ # the pub directory instead of in tests/pub. xcode can only handle |
kasperl
2014/09/11 12:47:30
xcode -> Xcode
ricow1
2014/09/11 12:49:38
Done.
|
+ # a certain amount of files in one list (also depending on the |
+ # lengt of the path from where you run). |
kasperl
2014/09/11 12:47:30
lengt -> length
ricow1
2014/09/11 12:49:38
Done.
|
+ '<!@(["python", "tools/list_files.py",' |
+ '"^(?!.*pub/test)(?!.*pub_generated/test).*dart$",' |
+ '"sdk/lib"])', |
'<!@(["python", "tools/list_files.py", "", ' |
'"sdk/lib/_internal/compiler/js_lib/preambles"])', |
'<!@(["python", "tools/list_files.py", "", "sdk/bin"])', |