| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 992ca2462ac61d0dd8c28a179a7173b26274182b..affdc42d66596397f08daf02c6392721a187f1fb 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -1276,10 +1276,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',
|
| @@ -1670,9 +1667,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) ###
|
|
|