summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorJochen Eisinger <jochen@chromium.org>2014-07-17 08:46:45 +0200
committerJochen Eisinger <jochen@chromium.org>2014-07-17 08:46:45 +0200
commit3fb18f41076a111e48cd8cdaee596075c89c275c (patch)
treeb9522eaaa1779a3632a13cda3912ade871b34cb8 /BUILD.gn
parent8f75c67f4e724ba44eb3d90e4033f8cc90522273 (diff)
downloadpdfium-3fb18f41076a111e48cd8cdaee596075c89c275c.tar.xz
Hook up the default v8::Platform implementation to pdfium
It remains to call the PumpMessageLoop() method at a regular interval, however, since nothing posts to the loop yet, that shouldn't be a problem. BUG=25 R=jam@chromium.org Review URL: https://codereview.chromium.org/374123002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7f5c821c09..9ecd70830e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -803,6 +803,7 @@ static_library("javascript") {
}
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
include_dirs = [
+ "//v8",
"//v8/include",
]
deps = [
@@ -823,6 +824,7 @@ static_library("jsapi") {
}
configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
include_dirs = [
+ "//v8",
"//v8/include",
]
deps = [