summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-02-12 18:43:24 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-02-12 18:43:24 +0000
commite4bb31aaad789cca85d6083147e519dda55449ad (patch)
treec940a49ff3cb7f064558a3faddaffdca5675e707
parentae0853d19ed7b5e5708995e399f8b678a4e1c58f (diff)
downloadpdfium-e4bb31aaad789cca85d6083147e519dda55449ad.tar.xz
Drop -Iv8 flag from pdfium build
We converted the <v8.h> includes to "v8/include/v8.h" some revs back, so we need not explicitly tell the compiler to look there. Change-Id: Id71f1bad81a969eebf418c9d97b32864ea78480b Reviewed-on: https://pdfium-review.googlesource.com/26251 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
-rw-r--r--BUILD.gn12
1 files changed, 0 insertions, 12 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 821472f5ab..b6a031ae01 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -260,10 +260,6 @@ jumbo_static_library("test_support") {
"//v8",
"//v8:v8_libplatform",
]
- include_dirs += [
- "//v8",
- "//v8/include",
- ]
configs += [ "//v8:external_startup_data" ]
}
configs += [ ":pdfium_core_config" ]
@@ -1284,10 +1280,6 @@ jumbo_static_library("fxjs") {
"//v8:v8_libplatform",
]
configs += [ "//v8:external_startup_data" ]
- include_dirs = [
- "//v8",
- "//v8/include",
- ]
public_deps = [
"//v8",
]
@@ -2964,10 +2956,6 @@ test("pdfium_unittests") {
"fxjs/cjs_publicmethods_unittest.cpp",
"fxjs/cjs_util_unittest.cpp",
]
- include_dirs += [
- "//v8",
- "//v8/include",
- ]
deps += [ ":fxjs" ]
configs += [ "//v8:external_startup_data" ]
}