Fix gn build deps.
authormachenbach <machenbach@chromium.org>
Sat, 27 Jun 2015 19:39:42 +0000 (12:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 27 Jun 2015 19:39:55 +0000 (19:39 +0000)
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

index ef8e514..47f6772 100644 (file)
--- 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",