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

Unified Diff: BUILD.gn

Issue 1408163003: Move RootIndexMap out of serializer file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: add files Created 5 years, 2 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 ad4a5bd57deb73ad08367238531837f635db7d3d..32a716a2402ad83a3305c2035531fa0341ae1177 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -628,6 +628,8 @@ source_set("v8_base") {
"include/v8config.h",
"src/accessors.cc",
"src/accessors.h",
+ "src/address-map.cc",
+ "src/address-map.h",
"src/allocation.cc",
"src/allocation.h",
"src/allocation-site-scopes.cc",
« 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