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

Unified Diff: BUILD.gn

Issue 1378253002: Move strings-storage.* to the profiler directory (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaseline Created 5 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 | « no previous file | src/profiler/heap-snapshot-generator.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 805dbae2dafee60cf93ba56d52609a7b5d5b12c4..e2fde9ca92e3380a0882aa9e50314b56781fd188 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1124,6 +1124,8 @@ source_set("v8_base") {
"src/profiler/profile-generator.h",
"src/profiler/sampler.cc",
"src/profiler/sampler.h",
+ "src/profiler/strings-storage.cc",
+ "src/profiler/strings-storage.h",
"src/profiler/unbound-queue-inl.h",
"src/profiler/unbound-queue.h",
"src/property-details.h",
@@ -1213,8 +1215,6 @@ source_set("v8_base") {
"src/string-search.h",
"src/string-stream.cc",
"src/string-stream.h",
- "src/strings-storage.cc",
- "src/strings-storage.h",
"src/strtod.cc",
"src/strtod.h",
"src/token.cc",
« no previous file with comments | « no previous file | src/profiler/heap-snapshot-generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698