diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-02-04 16:59:22 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-02-04 16:59:22 -0800 |
commit | 7061d1af45752617fafa85e2242dc5b2844650b5 (patch) | |
tree | c9c35bae509c4b8416f6c76f5e743dbbdbf08886 /samples | |
parent | 1be20344622b3da0fa49d511254928c786154f6b (diff) | |
download | pdfium-7061d1af45752617fafa85e2242dc5b2844650b5.tar.xz |
Update GN files from previous commit as well.chromium/2301chromium/2300chromium/2299chromium/2298chromium/2297chromium/2296
TBR=tsepez@chromium.org
BUG=455399
Review URL: https://codereview.chromium.org/902753002
Diffstat (limited to 'samples')
-rw-r--r-- | samples/BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn index e690c23622..37e13da639 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -14,5 +14,10 @@ executable("pdfium_test") { ] deps = [ "//third_party/pdfium", + "//v8:v8_libplatform", + ] + include_dirs = [ + "//v8", + "//v8/include", ] } |