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

Unified Diff: src/v8.gyp

Issue 2010243003: Move hashmap into base/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 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/typing-asm.cc ('k') | src/wasm/asm-wasm-builder.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 491179e0c62d3105399d67485111c337194a59b5..b72574b89176575bad568b38a2309079835e7bf8 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -834,7 +834,6 @@
'handles-inl.h',
'handles.cc',
'handles.h',
- 'hashmap.h',
'heap-symbols.h',
'heap/array-buffer-tracker.cc',
'heap/array-buffer-tracker.h',
@@ -1681,6 +1680,7 @@
'base/format-macros.h',
'base/functional.cc',
'base/functional.h',
+ 'base/hashmap.h',
'base/iterator.h',
'base/lazy-instance.h',
'base/logging.cc',
@@ -1960,8 +1960,6 @@
'../include',
],
'sources': [
- 'libsampler/hashmap.h',
- 'libsampler/utils.h',
'libsampler/v8-sampler.cc',
'libsampler/v8-sampler.h'
],
« no previous file with comments | « src/typing-asm.cc ('k') | src/wasm/asm-wasm-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698