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

Unified Diff: BUILD.gn

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 | « no previous file | src/address-map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cab8f7317f619e8d225c8a2584a14ba53809637f..dc3f27b09d843f9a0ec1a025ccc922bbb1b586c9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1180,7 +1180,6 @@ v8_source_set("v8_base") {
"src/handles-inl.h",
"src/handles.cc",
"src/handles.h",
- "src/hashmap.h",
"src/heap-symbols.h",
"src/heap/array-buffer-tracker.cc",
"src/heap/array-buffer-tracker.h",
@@ -1898,6 +1897,7 @@ v8_source_set("v8_libbase") {
"src/base/format-macros.h",
"src/base/functional.cc",
"src/base/functional.h",
+ "src/base/hashmap.h",
"src/base/iterator.h",
"src/base/lazy-instance.h",
"src/base/logging.cc",
@@ -1997,8 +1997,6 @@ v8_source_set("v8_libplatform") {
v8_source_set("v8_libsampler") {
sources = [
- "src/libsampler/hashmap.h",
- "src/libsampler/utils.h",
"src/libsampler/v8-sampler.cc",
"src/libsampler/v8-sampler.h",
]
« no previous file with comments | « no previous file | src/address-map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698