| Index: pkg/pkg_files.gyp
|
| diff --git a/pkg/pkg_files.gyp b/pkg/pkg_files.gyp
|
| index 14653b266db795bbdc364cfd6c2e1b50b17885ee..52842cdc1de0edb679267b382ee2db1e24d1ddb3 100644
|
| --- a/pkg/pkg_files.gyp
|
| +++ b/pkg/pkg_files.gyp
|
| @@ -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': [
|
|
|