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

Unified Diff: compiler/dart-compiler.gyp

Issue 9479013: Remove backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
Index: compiler/dart-compiler.gyp
diff --git a/compiler/dart-compiler.gyp b/compiler/dart-compiler.gyp
index a3e7823002e1ea57a15e3172e9472f6c4d3b1173..61e007f3d8c87817b237fcdb2591a22d2cb1c3b7 100644
--- a/compiler/dart-compiler.gyp
+++ b/compiler/dart-compiler.gyp
@@ -129,7 +129,6 @@
'action': [
'<(PRODUCT_DIR)/dartc', 'api.dart',
'--fatal-warnings', '--fatal-type-errors',
- '--deprecated-generate-code',
'-out', '<(INTERMEDIATE_DIR)/<(_target_name)/api',
],
},

Powered by Google App Engine
This is Rietveld 408576698