Don't include pub test files when listing third_party/pkg

There is enough files that this push us over the limit of files that xcodebuild can handle in a input list

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1163323005.
This commit is contained in:
Rico Wind 2015-06-09 13:37:00 +02:00
parent 183ae17958
commit 44cf32beda

View file

@ -31,7 +31,7 @@
'action_name': 'make_third_party_pkg_files_stamp',
'inputs': [
'../tools/create_timestamp_file.py',
'<!@(["python", "../tools/list_files.py", "\\.dart$",'
'<!@(["python", "../tools/list_files.py", "^(?!.*pub/test).*dart$",'
'"../third_party/pkg"])',
],
'outputs': [