Commit a03f6977 authored by davidben's avatar davidben Committed by Commit bot

Fix Heap.cpp dependencies.

https://codereview.chromium.org/2084933002 added a dependency on
RuntimeEnabledFeatures.h, but the target doesn't depend on the generated
files.

BUG=none

Review-Url: https://codereview.chromium.org/2393363003
Cr-Commit-Position: refs/heads/master@{#423781}
parent 84c65c96
......@@ -65,6 +65,7 @@ source_set("heap") {
deps = [
"//base",
"//third_party/WebKit/Source/platform:make_platform_generated",
"//third_party/WebKit/Source/platform/heap/asm",
"//third_party/icu",
"//v8",
......
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