summaryrefslogtreecommitdiff
path: root/samples/BUILD.gn
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2015-02-10 09:15:12 -0800
committerJohn Abd-El-Malek <jam@chromium.org>2015-02-10 09:15:12 -0800
commitb045ed21ec797b5d05a6cef819451b0e8bfdee47 (patch)
tree014af0644ce1e673619ac83cc06c75da4af6556e /samples/BUILD.gn
parent29e20e9d9c42122620b488340d4e78dfed6b0d34 (diff)
downloadpdfium-b045ed21ec797b5d05a6cef819451b0e8bfdee47.tar.xz
Merge https://codereview.chromium.org/897973002/ and https://codereview.chromium.org/902753002/ to XFA branch
R=jochen@chromium.org Review URL: https://codereview.chromium.org/887073005
Diffstat (limited to 'samples/BUILD.gn')
-rw-r--r--samples/BUILD.gn7
1 files changed, 6 insertions, 1 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index 7f2f41fa82..6bd2a81359 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -15,6 +15,11 @@ executable("pdfium_test") {
]
deps = [
"//third_party/pdfium",
+ "//v8:v8_libplatform",
+ ]
+ include_dirs = [
+ "//v8",
+ "//v8/include",
]
}
@@ -27,4 +32,4 @@ executable("pdfium_diff") {
deps = [
"//third_party/pdfium",
]
-} \ No newline at end of file
+}