Commit 9295dd0d authored by machenbach's avatar machenbach Committed by Commit bot

Fix gn build deps.

Fix c/p error from https://codereview.chromium.org/1217483002/

TBR=jochen@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29338}
parent b4f49586
......@@ -536,14 +536,14 @@ source_set("v8_base") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
sources = [
"../../include/v8-debug.h",
"../../include/v8-platform.h",
"../../include/v8-profiler.h",
"../../include/v8-testing.h",
"../../include/v8-util.h",
"../../include/v8-version.h",
"../../include/v8.h",
"../../include/v8config.h",
"include/v8-debug.h",
"include/v8-platform.h",
"include/v8-profiler.h",
"include/v8-testing.h",
"include/v8-util.h",
"include/v8-version.h",
"include/v8.h",
"include/v8config.h",
"src/accessors.cc",
"src/accessors.h",
"src/allocation.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