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

Unified Diff: src/v8.gyp

Issue 1954603002: Move atomic-utils.h into base/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/profiler/sampler.cc ('k') | test/unittests/atomic-utils-unittest.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 c5b261f2cddc8742235bd105a6689c6ecdd624b7..0a41a700501e5484c613dd719a75c825959897c8 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -444,7 +444,6 @@
'ast/scopes.h',
'ast/variables.cc',
'ast/variables.h',
- 'atomic-utils.h',
'background-parsing-task.cc',
'background-parsing-task.h',
'bailout-reason.cc',
@@ -1632,6 +1631,7 @@
'base/accounting-allocator.cc',
'base/accounting-allocator.h',
'base/adapters.h',
+ 'base/atomic-utils.h',
'base/atomicops.h',
'base/atomicops_internals_arm64_gcc.h',
'base/atomicops_internals_arm_gcc.h',
« no previous file with comments | « src/profiler/sampler.cc ('k') | test/unittests/atomic-utils-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698