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

Side by Side Diff: BUILD.gn

Issue 1735353002: Remove fde.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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 | xfa.gyp » ('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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 "xfa/include/fwl/theme/scrollbartp.h", 836 "xfa/include/fwl/theme/scrollbartp.h",
837 "xfa/include/fwl/theme/utils.h", 837 "xfa/include/fwl/theme/utils.h",
838 "xfa/include/fwl/theme/widgettp.h", 838 "xfa/include/fwl/theme/widgettp.h",
839 "xfa/include/fxbarcode/BC_BarCode.h", 839 "xfa/include/fxbarcode/BC_BarCode.h",
840 "xfa/include/fxfa/fxfa.h", 840 "xfa/include/fxfa/fxfa.h",
841 "xfa/include/fxfa/fxfa_basic.h", 841 "xfa/include/fxfa/fxfa_basic.h",
842 "xfa/include/fxfa/fxfa_objectacc.h", 842 "xfa/include/fxfa/fxfa_objectacc.h",
843 "xfa/include/fxfa/fxfa_widget.h", 843 "xfa/include/fxfa/fxfa_widget.h",
844 "xfa/include/fxgraphics/fx_graphics.h", 844 "xfa/include/fxgraphics/fx_graphics.h",
845 "xfa/include/fxjse/fxjse.h", 845 "xfa/include/fxjse/fxjse.h",
846 "xfa/src/fdp/include/fde.h",
847 "xfa/src/fdp/include/fde_brs.h", 846 "xfa/src/fdp/include/fde_brs.h",
848 "xfa/src/fdp/include/fde_css.h", 847 "xfa/src/fdp/include/fde_css.h",
849 "xfa/src/fdp/include/fde_img.h", 848 "xfa/src/fdp/include/fde_img.h",
850 "xfa/src/fdp/include/fde_mem.h", 849 "xfa/src/fdp/include/fde_mem.h",
851 "xfa/src/fdp/include/fde_pen.h", 850 "xfa/src/fdp/include/fde_pen.h",
852 "xfa/src/fdp/include/fde_psr.h", 851 "xfa/src/fdp/include/fde_psr.h",
853 "xfa/src/fdp/include/fde_pth.h", 852 "xfa/src/fdp/include/fde_pth.h",
854 "xfa/src/fdp/include/fde_rdr.h", 853 "xfa/src/fdp/include/fde_rdr.h",
855 "xfa/src/fdp/include/fde_rdv.h", 854 "xfa/src/fdp/include/fde_rdv.h",
856 "xfa/src/fdp/include/fde_tto.h", 855 "xfa/src/fdp/include/fde_tto.h",
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 "//v8:v8_libplatform", 1509 "//v8:v8_libplatform",
1511 ] 1510 ]
1512 include_dirs += [ 1511 include_dirs += [
1513 "//v8", 1512 "//v8",
1514 "//v8/include", 1513 "//v8/include",
1515 ] 1514 ]
1516 configs += [ "//v8:external_startup_data" ] 1515 configs += [ "//v8:external_startup_data" ]
1517 } 1516 }
1518 configs += [ ":pdfium_config" ] 1517 configs += [ ":pdfium_config" ]
1519 } 1518 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698