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:
Peter von der Ahé 2016-04-21 09:24:07 +02:00
parent 777e1a386e
commit 7f4e76a404

View file

@ -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',