Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: compiler/dart-compiler.gyp

Issue 9187064: Turn on fatal warnings for compiler tests in the 'dartc' tests again (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adds fatal-warnings flags to building the core libraries. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698