| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index bae2474505a8f8bddddccfc8b6c1f61da0b41def..7a2a5db9c5494ca5e9dfa2ab1d03ccb7e393f642 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -1781,17 +1781,8 @@
|
| 'base/adapters.h',
|
| 'base/atomic-utils.h',
|
| 'base/atomicops.h',
|
| - 'base/atomicops_internals_arm64_gcc.h',
|
| - 'base/atomicops_internals_arm_gcc.h',
|
| 'base/atomicops_internals_atomicword_compat.h',
|
| - 'base/atomicops_internals_mac.h',
|
| - 'base/atomicops_internals_mips_gcc.h',
|
| - 'base/atomicops_internals_mips64_gcc.h',
|
| - 'base/atomicops_internals_ppc_gcc.h',
|
| - 'base/atomicops_internals_s390_gcc.h',
|
| - 'base/atomicops_internals_tsan.h',
|
| - 'base/atomicops_internals_x86_gcc.cc',
|
| - 'base/atomicops_internals_x86_gcc.h',
|
| + 'base/atomicops_internals_portable.h',
|
| 'base/atomicops_internals_x86_msvc.h',
|
| 'base/base-export.h',
|
| 'base/bits.cc',
|
|
|