| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 3890e0850a74ff1fd6639621a4e620a359bee55d..e74710626d0610efec87bffb86afb3946bd79e91 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -1279,10 +1279,7 @@
|
| 'transitions-inl.h',
|
| 'transitions.cc',
|
| 'transitions.h',
|
| - 'trap-handler/handler-outside.cc',
|
| - 'trap-handler/handler-shared.cc',
|
| 'trap-handler/trap-handler.h',
|
| - 'trap-handler/trap-handler-internal.h',
|
| 'type-hints.cc',
|
| 'type-hints.h',
|
| 'type-info.cc',
|
| @@ -1674,9 +1671,6 @@
|
| 'regexp/x64/regexp-macro-assembler-x64.h',
|
| 'third_party/valgrind/valgrind.h',
|
| ],
|
| - }],
|
| - ['v8_target_arch=="x64" and OS=="linux"', {
|
| - 'sources': ['trap-handler/handler-inside.cc']
|
| }],
|
| ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
|
| 'sources': [ ### gcmole(arch:ppc) ###
|
|
|