Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: BUILD.gn

Issue 1733693002: Remove xfa_common.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 "xfa/src/fxfa/src/app/xfa_fontmgr.h", 1320 "xfa/src/fxfa/src/app/xfa_fontmgr.h",
1321 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp", 1321 "xfa/src/fxfa/src/app/xfa_fwladapter.cpp",
1322 "xfa/src/fxfa/src/app/xfa_fwladapter.h", 1322 "xfa/src/fxfa/src/app/xfa_fwladapter.h",
1323 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp", 1323 "xfa/src/fxfa/src/app/xfa_fwltheme.cpp",
1324 "xfa/src/fxfa/src/app/xfa_fwltheme.h", 1324 "xfa/src/fxfa/src/app/xfa_fwltheme.h",
1325 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp", 1325 "xfa/src/fxfa/src/app/xfa_rendercontext.cpp",
1326 "xfa/src/fxfa/src/app/xfa_rendercontext.h", 1326 "xfa/src/fxfa/src/app/xfa_rendercontext.h",
1327 "xfa/src/fxfa/src/app/xfa_textlayout.cpp", 1327 "xfa/src/fxfa/src/app/xfa_textlayout.cpp",
1328 "xfa/src/fxfa/src/app/xfa_textlayout.h", 1328 "xfa/src/fxfa/src/app/xfa_textlayout.h",
1329 "xfa/src/fxfa/src/common/fxfa_localevalue.h", 1329 "xfa/src/fxfa/src/common/fxfa_localevalue.h",
1330 "xfa/src/fxfa/src/common/xfa_common.h",
1331 "xfa/src/fxfa/src/common/xfa_docdata.h", 1330 "xfa/src/fxfa/src/common/xfa_docdata.h",
1332 "xfa/src/fxfa/src/common/xfa_doclayout.h", 1331 "xfa/src/fxfa/src/common/xfa_doclayout.h",
1333 "xfa/src/fxfa/src/common/xfa_document.h", 1332 "xfa/src/fxfa/src/common/xfa_document.h",
1334 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h", 1333 "xfa/src/fxfa/src/common/xfa_fm2jsapi.h",
1335 "xfa/src/fxfa/src/common/xfa_localemgr.h", 1334 "xfa/src/fxfa/src/common/xfa_localemgr.h",
1336 "xfa/src/fxfa/src/common/xfa_object.h", 1335 "xfa/src/fxfa/src/common/xfa_object.h",
1337 "xfa/src/fxfa/src/common/xfa_parser.h", 1336 "xfa/src/fxfa/src/common/xfa_parser.h",
1338 "xfa/src/fxfa/src/common/xfa_script.h", 1337 "xfa/src/fxfa/src/common/xfa_script.h",
1339 "xfa/src/fxfa/src/common/xfa_utils.h", 1338 "xfa/src/fxfa/src/common/xfa_utils.h",
1340 "xfa/src/fxfa/src/fm2js/xfa_error.cpp", 1339 "xfa/src/fxfa/src/fm2js/xfa_error.cpp",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 "//v8:v8_libplatform", 1514 "//v8:v8_libplatform",
1516 ] 1515 ]
1517 include_dirs += [ 1516 include_dirs += [
1518 "//v8", 1517 "//v8",
1519 "//v8/include", 1518 "//v8/include",
1520 ] 1519 ]
1521 configs += [ "//v8:external_startup_data" ] 1520 configs += [ "//v8:external_startup_data" ]
1522 } 1521 }
1523 configs += [ ":pdfium_config" ] 1522 configs += [ ":pdfium_config" ]
1524 } 1523 }
OLDNEW
« no previous file with comments | « no previous file | testing/libfuzzer/pdf_xml_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698