| Index: tools/gyp/v8.gyp
|
| ===================================================================
|
| --- tools/gyp/v8.gyp (revision 4367)
|
| +++ tools/gyp/v8.gyp (working copy)
|
| @@ -31,7 +31,6 @@
|
| 'gcc_version%': 'unknown',
|
| 'target_arch%': 'ia32',
|
| 'v8_use_snapshot%': 'true',
|
| - 'v8_regexp%': 'native',
|
| },
|
| 'target_defaults': {
|
| 'defines': [
|
| @@ -47,13 +46,11 @@
|
| ['target_arch=="ia32"', {
|
| 'defines': [
|
| 'V8_TARGET_ARCH_IA32',
|
| - 'V8_NATIVE_REGEXP',
|
| ],
|
| }],
|
| ['target_arch=="x64"', {
|
| 'defines': [
|
| 'V8_TARGET_ARCH_X64',
|
| - 'V8_NATIVE_REGEXP',
|
| ],
|
| }],
|
| ],
|
|
|