diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-02-12 18:43:24 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-12 18:43:24 +0000 |
commit | e4bb31aaad789cca85d6083147e519dda55449ad (patch) | |
tree | c940a49ff3cb7f064558a3faddaffdca5675e707 /BUILD.gn | |
parent | ae0853d19ed7b5e5708995e399f8b678a4e1c58f (diff) | |
download | pdfium-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>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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" ] } |