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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/dart-compiler.gyp
diff --git a/compiler/dart-compiler.gyp b/compiler/dart-compiler.gyp
index acb738997cae5392e0882dbb012860d11fc78710..4d3eba2f38400df03ff52c370aca5342913690d8 100644
--- a/compiler/dart-compiler.gyp
+++ b/compiler/dart-compiler.gyp
@@ -157,7 +157,9 @@
'<(INTERMEDIATE_DIR)/<(_target_name)/api/dart/json/json/json.dart.api',
],
'action': [
- '<(PRODUCT_DIR)/dartc', 'api.dart', '-out', '<(INTERMEDIATE_DIR)/<(_target_name)/api',
+ '<(PRODUCT_DIR)/dartc', 'api.dart',
+ '--fatal-warnings', '--fatal-type-errors',
+ '-out', '<(INTERMEDIATE_DIR)/<(_target_name)/api',
],
},
{
« 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