Commit 0dedff6b authored by alph's avatar alph Committed by Commit bot

Move strings-storage.* to the profiler directory

Review URL: https://codereview.chromium.org/1378253002

Cr-Commit-Position: refs/heads/master@{#31060}
parent 898524af
...@@ -1125,6 +1125,8 @@ source_set("v8_base") { ...@@ -1125,6 +1125,8 @@ source_set("v8_base") {
"src/profiler/profile-generator.h", "src/profiler/profile-generator.h",
"src/profiler/sampler.cc", "src/profiler/sampler.cc",
"src/profiler/sampler.h", "src/profiler/sampler.h",
"src/profiler/strings-storage.cc",
"src/profiler/strings-storage.h",
"src/profiler/unbound-queue-inl.h", "src/profiler/unbound-queue-inl.h",
"src/profiler/unbound-queue.h", "src/profiler/unbound-queue.h",
"src/property-details.h", "src/property-details.h",
...@@ -1214,8 +1216,6 @@ source_set("v8_base") { ...@@ -1214,8 +1216,6 @@ source_set("v8_base") {
"src/string-search.h", "src/string-search.h",
"src/string-stream.cc", "src/string-stream.cc",
"src/string-stream.h", "src/string-stream.h",
"src/strings-storage.cc",
"src/strings-storage.h",
"src/strtod.cc", "src/strtod.cc",
"src/strtod.h", "src/strtod.h",
"src/token.cc", "src/token.cc",
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "include/v8-profiler.h" #include "include/v8-profiler.h"
#include "src/base/platform/time.h" #include "src/base/platform/time.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/strings-storage.h" #include "src/profiler/strings-storage.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "src/allocation.h" #include "src/allocation.h"
#include "src/compiler.h" #include "src/compiler.h"
#include "src/hashmap.h" #include "src/hashmap.h"
#include "src/strings-storage.h" #include "src/profiler/strings-storage.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/strings-storage.h" #include "src/profiler/strings-storage.h"
#include "src/base/smart-pointers.h" #include "src/base/smart-pointers.h"
#include "src/objects-inl.h" #include "src/objects-inl.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef V8_STRINGS_STORAGE_H_ #ifndef V8_PROFILER_STRINGS_STORAGE_H_
#define V8_STRINGS_STORAGE_H_ #define V8_PROFILER_STRINGS_STORAGE_H_
#include "src/allocation.h" #include "src/allocation.h"
#include "src/hashmap.h" #include "src/hashmap.h"
...@@ -42,4 +42,4 @@ class StringsStorage { ...@@ -42,4 +42,4 @@ class StringsStorage {
} // namespace internal } // namespace internal
} // namespace v8 } // namespace v8
#endif // V8_STRINGS_STORAGE_H_ #endif // V8_PROFILER_STRINGS_STORAGE_H_
...@@ -891,6 +891,8 @@ ...@@ -891,6 +891,8 @@
'../../src/profiler/profile-generator.h', '../../src/profiler/profile-generator.h',
'../../src/profiler/sampler.cc', '../../src/profiler/sampler.cc',
'../../src/profiler/sampler.h', '../../src/profiler/sampler.h',
'../../src/profiler/strings-storage.cc',
'../../src/profiler/strings-storage.h',
'../../src/profiler/unbound-queue-inl.h', '../../src/profiler/unbound-queue-inl.h',
'../../src/profiler/unbound-queue.h', '../../src/profiler/unbound-queue.h',
'../../src/property-details.h', '../../src/property-details.h',
...@@ -980,8 +982,6 @@ ...@@ -980,8 +982,6 @@
'../../src/string-search.h', '../../src/string-search.h',
'../../src/string-stream.cc', '../../src/string-stream.cc',
'../../src/string-stream.h', '../../src/string-stream.h',
'../../src/strings-storage.cc',
'../../src/strings-storage.h',
'../../src/strtod.cc', '../../src/strtod.cc',
'../../src/strtod.h', '../../src/strtod.h',
'../../src/ic/stub-cache.cc', '../../src/ic/stub-cache.cc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment