From 9295dd0d94612ee6707b998dd3f4d1a1d0b32a9b Mon Sep 17 00:00:00 2001 From: machenbach Date: Sat, 27 Jun 2015 12:39:42 -0700 Subject: [PATCH] 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} --- BUILD.gn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index ef8e514..47f6772 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- 2.7.4