Commit 51879692 authored by mlippautz's avatar mlippautz Committed by Commit bot

[heap] Move symbols and internalized strings to global header

BUG=
R=hpayer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#33506}
parent e3edb12f
......@@ -1030,6 +1030,7 @@ source_set("v8_base") {
"src/handles.cc",
"src/handles.h",
"src/hashmap.h",
"src/heap-symbols.h",
"src/heap/array-buffer-tracker.cc",
"src/heap/array-buffer-tracker.h",
"src/heap/gc-idle-time-handler.cc",
......
This diff is collapsed.
This diff is collapsed.
......@@ -799,6 +799,7 @@
'../../src/handles.cc',
'../../src/handles.h',
'../../src/hashmap.h',
'../../src/heap-symbols.h',
'../../src/heap/array-buffer-tracker.cc',
'../../src/heap/array-buffer-tracker.h',
'../../src/heap/memory-reducer.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