| Index: pkg/pkg_files.gyp
|
| diff --git a/pkg/pkg_files.gyp b/pkg/pkg_files.gyp
|
| index afb09cf9726c36d5baaa5ec1f2e02d3f4dadabef..9dd13e3c9a2eb779e5ddb2e13df1882866eb4986 100644
|
| --- a/pkg/pkg_files.gyp
|
| +++ b/pkg/pkg_files.gyp
|
| @@ -19,7 +19,9 @@
|
| 'action_name': 'make_pkg_files_stamp',
|
| 'inputs': [
|
| '../tools/create_timestamp_file.py',
|
| - '<!@(["python", "../tools/list_files.py", "\\.dart$", "."])',
|
| + '<!@(["python", "../tools/list_files.py",'
|
| + '"^(?!.*/test/).*(?<!_test)[.]dart$",'
|
| + '"."])',
|
| '<(SHARED_INTERMEDIATE_DIR)/third_party_pkg_files_1.stamp',
|
| '<(SHARED_INTERMEDIATE_DIR)/third_party_pkg_files_2.stamp',
|
| '<(SHARED_INTERMEDIATE_DIR)/third_party_pkg_files_3.stamp',
|
|
|