From e4bb31aaad789cca85d6083147e519dda55449ad Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 12 Feb 2018 18:43:24 +0000 Subject: Drop -Iv8 flag from pdfium build We converted the 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 Commit-Queue: Tom Sepez --- BUILD.gn | 12 ------------ 1 file changed, 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" ] } -- cgit v1.2.3