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

Unified Diff: src/v8.gyp

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Merge branch 'master' into zonefolder Created 4 years, 3 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/type-info.h ('k') | src/value-serializer.h » ('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 881de34ff43e8df121d6523aa520f636cd4a88d3..a3382f866ac079c63f987697cfc7c330a68294b7 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1266,10 +1266,13 @@
'wasm/wasm-opcodes.h',
'wasm/wasm-result.cc',
'wasm/wasm-result.h',
- 'zone.cc',
- 'zone.h',
- 'zone-allocator.h',
- 'zone-containers.h',
+ 'zone/accounting-allocator.cc',
+ 'zone/accounting-allocator.h',
+ 'zone/zone-segment.h',
+ 'zone/zone.cc',
+ 'zone/zone.h',
+ 'zone/zone-allocator.h',
+ 'zone/zone-containers.h',
],
'conditions': [
['want_separate_host_toolset==1', {
@@ -1775,8 +1778,6 @@
'..',
],
'sources': [
- 'base/accounting-allocator.cc',
- 'base/accounting-allocator.h',
'base/adapters.h',
'base/atomic-utils.h',
'base/atomicops.h',
« no previous file with comments | « src/type-info.h ('k') | src/value-serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698