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

Unified Diff: src/v8.gyp

Issue 2010243003: Move hashmap 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 2b43691f1a362c8ba4b041e88fa227051fd2d299..759acbf6f66d9cbc5612f2349525173bfa10567e 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1675,6 +1675,8 @@
'base/format-macros.h',
'base/functional.cc',
'base/functional.h',
+ 'base/hashmap.cc',
+ 'base/hashmap.h',
'base/iterator.h',
'base/lazy-instance.h',
'base/logging.cc',
@@ -1954,8 +1956,6 @@
'../include',
],
'sources': [
- 'libsampler/hashmap.h',
- 'libsampler/utils.h',
'libsampler/v8-sampler.cc',
'libsampler/v8-sampler.h'
],
« src/base/hashmap.cc ('K') | « 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