| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 'includes': [ | 6 'includes': [ |
| 7 'sources.gypi', | 7 'sources.gypi', |
| 8 'test_sources.gypi', | 8 'test_sources.gypi', |
| 9 'corelib_sources.gypi', | 9 'corelib_sources.gypi', |
| 10 'compiler_corelib_sources.gypi', | 10 'compiler_corelib_sources.gypi', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 '<(INTERMEDIATE_DIR)/<(_target_name)/syslib.stamp', | 150 '<(INTERMEDIATE_DIR)/<(_target_name)/syslib.stamp', |
| 151 'api.dart', | 151 'api.dart', |
| 152 ], | 152 ], |
| 153 'outputs': [ | 153 'outputs': [ |
| 154 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/core/com/google/dart/c
orelib/corelib.dart.api', | 154 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/core/com/google/dart/c
orelib/corelib.dart.api', |
| 155 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/dom/dom/dom.dart.api', | 155 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/dom/dom/dom.dart.api', |
| 156 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/html/html/html.dart.ap
i', | 156 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/html/html/html.dart.ap
i', |
| 157 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/json/json/json.dart.ap
i', | 157 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/json/json/json.dart.ap
i', |
| 158 ], | 158 ], |
| 159 'action': [ | 159 'action': [ |
| 160 '<(PRODUCT_DIR)/dartc', 'api.dart', '-out', '<(INTERMEDIATE_DIR)/<(_
target_name)/api', | 160 '<(PRODUCT_DIR)/dartc', 'api.dart', |
| 161 '--fatal-warnings', '--fatal-type-errors', |
| 162 '-out', '<(INTERMEDIATE_DIR)/<(_target_name)/api', |
| 161 ], | 163 ], |
| 162 }, | 164 }, |
| 163 { | 165 { |
| 164 'message': 'Packaging dart:core artifacts', | 166 'message': 'Packaging dart:core artifacts', |
| 165 'action_name': 'package_corelib_artifacts', | 167 'action_name': 'package_corelib_artifacts', |
| 166 'inputs': [ | 168 'inputs': [ |
| 167 '<(INTERMEDIATE_DIR)/<(_target_name)/corelib.jar.stamp', | 169 '<(INTERMEDIATE_DIR)/<(_target_name)/corelib.jar.stamp', |
| 168 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/core/com/google/dart/c
orelib/corelib.dart.api', | 170 '<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/core/com/google/dart/c
orelib/corelib.dart.api', |
| 169 ], | 171 ], |
| 170 'outputs': [ | 172 'outputs': [ |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 '-Dclosure.build.dir=<(PRODUCT_DIR)/closure_out', | 247 '-Dclosure.build.dir=<(PRODUCT_DIR)/closure_out', |
| 246 'clean', | 248 'clean', |
| 247 'jar', | 249 'jar', |
| 248 ], | 250 ], |
| 249 'message': 'Building closure compiler' | 251 'message': 'Building closure compiler' |
| 250 }, | 252 }, |
| 251 ] | 253 ] |
| 252 }, | 254 }, |
| 253 ], | 255 ], |
| 254 } | 256 } |
| OLD | NEW |