Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1164)

Unified Diff: src/v8.gyp

Issue 2438273002: Reland Update implementation of atomics with latest Chromium version but use compiler builtin atomi… (Closed)
Patch Set: fix memory order for release cmpxchg Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/base/atomicops_internals_x86_msvc.h ('k') | test/cctest/test-atomicops.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « src/base/atomicops_internals_x86_msvc.h ('k') | test/cctest/test-atomicops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698