mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Exclude any *_test.dart and */test/*dart when creating stamp files for pkg and third_party/pkg.
R=whesse@google.com Review URL: https://codereview.chromium.org/1903733004 .
This commit is contained in:
parent
777e1a386e
commit
7f4e76a404
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue