| OLD | NEW | 
|---|
| 1 # Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file | 
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a | 
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. | 
| 4 | 4 | 
| 5 { | 5 { | 
| 6   'targets': [ | 6   'targets': [ | 
| 7     { | 7     { | 
| 8       'target_name': 'pkg_packages', | 8       'target_name': 'pkg_packages', | 
| 9       'type': 'none', | 9       'type': 'none', | 
| 10       'actions': [ | 10       'actions': [ | 
| 11         { | 11         { | 
| 12           'action_name': 'make_pkg_packages', | 12           'action_name': 'make_pkg_packages', | 
| 13           'inputs': [ | 13           'inputs': [ | 
| 14             '../tools/make_links.py', | 14             '../tools/make_links.py', | 
| 15             '<!@(["python", "../tools/list_pkg_directories.py", "."])', | 15             '<!@(["python", "../tools/list_pkg_directories.py", "."])', | 
| 16             '<!@(["python", "../tools/list_pkg_directories.py", ' | 16             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 17                 '"third_party"])', | 17                 '"third_party"])', | 
| 18             '<!@(["python", "../tools/list_pkg_directories.py", ' | 18             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 19                 '"../third_party/pkg"])', | 19                 '"../third_party/pkg"])', | 
| 20             '<!@(["python", "../tools/list_pkg_directories.py", ' | 20             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 21                 '"polymer/e2e_test/"])', | 21                 '"polymer/e2e_test/"])', | 
| 22             '<!@(["python", "../tools/list_pkg_directories.py", ' | 22             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 23                 '"../runtime/bin/vmservice"])', | 23                 '"../runtime/bin/vmservice"])', | 
| 24             '../sdk/lib/_internal/compiler', | 24             '../sdk/lib/_internal', | 
| 25             '../sdk/lib/_internal/libraries.dart', |  | 
| 26             '../site/try', | 25             '../site/try', | 
| 27           ], | 26           ], | 
| 28           'outputs': [ | 27           'outputs': [ | 
| 29             '<(SHARED_INTERMEDIATE_DIR)/packages.stamp', | 28             '<(SHARED_INTERMEDIATE_DIR)/packages.stamp', | 
| 30           ], | 29           ], | 
| 31           'action': [ | 30           'action': [ | 
| 32             'python', '../tools/make_links.py', | 31             'python', '../tools/make_links.py', | 
| 33             '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp', | 32             '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp', | 
| 34             '<(PRODUCT_DIR)/packages', | 33             '<(PRODUCT_DIR)/packages', | 
| 35             '<@(_inputs)', | 34             '<@(_inputs)', | 
| (...skipping 26 matching lines...) Expand all  Loading... | 
| 62         { | 61         { | 
| 63           'action_name': 'make_pub_packages', | 62           'action_name': 'make_pub_packages', | 
| 64           'inputs': [ | 63           'inputs': [ | 
| 65             '../tools/make_links.py', | 64             '../tools/make_links.py', | 
| 66             '<!@(["python", "../tools/list_pkg_directories.py", ' | 65             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 67                 '"--exclude=http", "."])', | 66                 '"--exclude=http", "."])', | 
| 68             '<!@(["python", "../tools/list_pkg_directories.py", ' | 67             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 69                 '"third_party"])', | 68                 '"third_party"])', | 
| 70             '<!@(["python", "../tools/list_pkg_directories.py", ' | 69             '<!@(["python", "../tools/list_pkg_directories.py", ' | 
| 71                 '"../third_party/pkg"])', | 70                 '"../third_party/pkg"])', | 
| 72             '../sdk/lib/_internal/compiler', | 71             '../sdk/lib/_internal', | 
| 73             '../sdk/lib/_internal/libraries.dart', |  | 
| 74             '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart', | 72             '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart', | 
| 75           ], | 73           ], | 
| 76           'outputs': [ | 74           'outputs': [ | 
| 77             '<(SHARED_INTERMEDIATE_DIR)/pub_packages.stamp', | 75             '<(SHARED_INTERMEDIATE_DIR)/pub_packages.stamp', | 
| 78           ], | 76           ], | 
| 79           'action': [ | 77           'action': [ | 
| 80             'python', '../tools/make_links.py', | 78             'python', '../tools/make_links.py', | 
| 81             '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/pub_packages.stamp', | 79             '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/pub_packages.stamp', | 
| 82             '<(PRODUCT_DIR)/pub_packages', | 80             '<(PRODUCT_DIR)/pub_packages', | 
| 83             '<@(_inputs)', | 81             '<@(_inputs)', | 
| 84             '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib', | 82             '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib', | 
| 85           ], | 83           ], | 
| 86         }, | 84         }, | 
| 87       ], | 85       ], | 
| 88     } | 86     } | 
| 89   ], | 87   ], | 
| 90 } | 88 } | 
| OLD | NEW | 
|---|