Chromium Code Reviews| Index: dart/tools/gyp/configurations.gypi |
| diff --git a/dart/tools/gyp/configurations.gypi b/dart/tools/gyp/configurations.gypi |
| index f717f76c83d72499fa71d669a999c869e9f6441d..680433087b18a5309f2c78fe7be2827a1d21ee88 100644 |
| --- a/dart/tools/gyp/configurations.gypi |
| +++ b/dart/tools/gyp/configurations.gypi |
| @@ -8,16 +8,13 @@ |
| '-Wall', |
| '-Wextra', # Also known as -W. |
| '-Wno-unused-parameter', |
| - # TODO(v8-team): Fix V8 build. |
| + # TODO(vm-team): Convert old style casts to C++ casts. |
|
Ivan Posva
2013/05/02 08:22:13
There shouldn't be any, but we will definitely cle
|
| #'-Wold-style-cast', |
| ], |
| # Default value. This may be overridden in a containing project gyp. |
| 'target_arch%': 'ia32', |
| - # Don't use separate host toolset for compiling V8. |
| - 'want_separate_host_toolset': 0, |
| - |
| 'conditions': [ |
| ['"<(target_arch)"=="ia32"', { 'dart_target_arch': 'IA32', }], |
| ['"<(target_arch)"=="x64"', { 'dart_target_arch': 'X64', }], |