Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: BUILD.gn

Issue 374123002: Hook up the default v8::Platform implementation to pdfium (Closed) Base URL: https://pdfium.googlesource.com/pdfium/@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698