Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 43b70497e3d4fd0c749c92e3486ee81929ee25ff..b10d1b134a42f48747ad5c9aae167db66963cd8d 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -806,6 +806,7 @@ static_library("javascript") { |
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] |
include_dirs = [ |
"//v8/include", |
+ "//v8", |
jam
2014/07/14 23:06:22
tiny nit: here and below, and also in the gyp file
|
] |
deps = [ |
"//v8", |
@@ -826,6 +827,7 @@ static_library("jsapi") { |
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] |
include_dirs = [ |
"//v8/include", |
+ "//v8", |
] |
deps = [ |
"//v8", |