Move strings-storage.* to the profiler directory
Review URL: https://codereview.chromium.org/1378253002 Cr-Commit-Position: refs/heads/master@{#31060}
This commit is contained in:
parent
898524afce
commit
0dedff6bf1
4
BUILD.gn
4
BUILD.gn
@ -1125,6 +1125,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",
|
||||
@ -1214,8 +1216,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",
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "include/v8-profiler.h"
|
||||
#include "src/base/platform/time.h"
|
||||
#include "src/objects.h"
|
||||
#include "src/strings-storage.h"
|
||||
#include "src/profiler/strings-storage.h"
|
||||
|
||||
namespace v8 {
|
||||
namespace internal {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "src/allocation.h"
|
||||
#include "src/compiler.h"
|
||||
#include "src/hashmap.h"
|
||||
#include "src/strings-storage.h"
|
||||
#include "src/profiler/strings-storage.h"
|
||||
|
||||
namespace v8 {
|
||||
namespace internal {
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "src/strings-storage.h"
|
||||
#include "src/profiler/strings-storage.h"
|
||||
|
||||
#include "src/base/smart-pointers.h"
|
||||
#include "src/objects-inl.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef V8_STRINGS_STORAGE_H_
|
||||
#define V8_STRINGS_STORAGE_H_
|
||||
#ifndef V8_PROFILER_STRINGS_STORAGE_H_
|
||||
#define V8_PROFILER_STRINGS_STORAGE_H_
|
||||
|
||||
#include "src/allocation.h"
|
||||
#include "src/hashmap.h"
|
||||
@ -42,4 +42,4 @@ class StringsStorage {
|
||||
} // namespace internal
|
||||
} // namespace v8
|
||||
|
||||
#endif // V8_STRINGS_STORAGE_H_
|
||||
#endif // V8_PROFILER_STRINGS_STORAGE_H_
|
@ -891,6 +891,8 @@
|
||||
'../../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',
|
||||
@ -980,8 +982,6 @@
|
||||
'../../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/ic/stub-cache.cc',
|
||||
|
Loading…
Reference in New Issue
Block a user