Ignore test files in third_party/pkg

we don't run these and they are making us go over the limit for xcodefiles

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1180843007.
This commit is contained in:
Rico Wind 2015-06-18 08:55:46 +02:00
parent 4155dd73d9
commit 9b74249d88

View file

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