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

Unified Diff: compiler/dart-compiler.gyp

Issue 9479013: Remove backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More clean up 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 64df41798b9bfe8c101562dc43a585f70e65346d..605ed3048388c966fd3d6737ae25bbcfc8cae225 100644
--- a/compiler/dart-compiler.gyp
+++ b/compiler/dart-compiler.gyp
@@ -40,7 +40,6 @@
'../third_party/args4j/2.0.12/args4j-2.0.12.jar',
'../third_party/guava/r09/guava-r09.jar',
'../third_party/json/r2_20080312/json.jar',
- '../third_party/rhino/1_7R3/js.jar',
'../third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar',
'../third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar',
'../third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar',
@@ -135,7 +134,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