Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6e12f263c348c77c135da2c95a0b00a776ea8f9e..a3c9ed0943bb9cac601e3ee3e43f43c04e2cd6fa 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -74,8 +74,6 @@ |
# Default arch variant for MIPS. |
'mips_arch_variant%': 'mips32r2', |
- 'v8_enable_latin_1%': 1, |
- |
'v8_enable_debugger_support%': 1, |
'v8_enable_backtrace%': 0, |
@@ -116,9 +114,6 @@ |
}, |
'target_defaults': { |
'conditions': [ |
- ['v8_enable_latin_1==1', { |
- 'defines': ['ENABLE_LATIN_1',], |
- }], |
['v8_enable_debugger_support==1', { |
'defines': ['ENABLE_DEBUGGER_SUPPORT',], |
}], |