Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index ef8e514cde6b2c4391ea7fdf9b78f1aa6f8feea2..47f6772fcccdfbc918dc856bb2a55d1cca400491 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", |