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:
alph 2015-10-01 11:10:58 -07:00 committed by Commit bot
parent 898524afce
commit 0dedff6bf1
6 changed files with 10 additions and 10 deletions

View File

@ -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",

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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_

View File

@ -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',