| 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',
|
| ],
|
| },
|
|
|