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

Side by Side Diff: BUILD.gn

Issue 1857893002: Cleanup the FF Handler proxy methods. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | fpdfsdk/fpdfformfill.cpp » ('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 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "xfa/fxfa/app/xfa_ffpushbutton.h", 1419 "xfa/fxfa/app/xfa_ffpushbutton.h",
1420 "xfa/fxfa/app/xfa_ffsignature.cpp", 1420 "xfa/fxfa/app/xfa_ffsignature.cpp",
1421 "xfa/fxfa/app/xfa_ffsignature.h", 1421 "xfa/fxfa/app/xfa_ffsignature.h",
1422 "xfa/fxfa/app/xfa_ffsubform.cpp", 1422 "xfa/fxfa/app/xfa_ffsubform.cpp",
1423 "xfa/fxfa/app/xfa_ffsubform.h", 1423 "xfa/fxfa/app/xfa_ffsubform.h",
1424 "xfa/fxfa/app/xfa_fftext.cpp", 1424 "xfa/fxfa/app/xfa_fftext.cpp",
1425 "xfa/fxfa/app/xfa_fftext.h", 1425 "xfa/fxfa/app/xfa_fftext.h",
1426 "xfa/fxfa/app/xfa_fftextedit.cpp", 1426 "xfa/fxfa/app/xfa_fftextedit.cpp",
1427 "xfa/fxfa/app/xfa_fftextedit.h", 1427 "xfa/fxfa/app/xfa_fftextedit.h",
1428 "xfa/fxfa/app/xfa_ffwidget.cpp", 1428 "xfa/fxfa/app/xfa_ffwidget.cpp",
1429 "xfa/fxfa/app/xfa_ffwidget.h",
1430 "xfa/fxfa/app/xfa_ffwidgetacc.cpp", 1429 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
1431 "xfa/fxfa/app/xfa_ffwidgetacc.h", 1430 "xfa/fxfa/app/xfa_ffwidgetacc.h",
1432 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", 1431 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
1433 "xfa/fxfa/app/xfa_fontmgr.cpp", 1432 "xfa/fxfa/app/xfa_fontmgr.cpp",
1434 "xfa/fxfa/app/xfa_fwladapter.cpp", 1433 "xfa/fxfa/app/xfa_fwladapter.cpp",
1435 "xfa/fxfa/app/xfa_fwladapter.h", 1434 "xfa/fxfa/app/xfa_fwladapter.h",
1436 "xfa/fxfa/app/xfa_fwltheme.cpp", 1435 "xfa/fxfa/app/xfa_fwltheme.cpp",
1437 "xfa/fxfa/app/xfa_fwltheme.h", 1436 "xfa/fxfa/app/xfa_fwltheme.h",
1438 "xfa/fxfa/app/xfa_rendercontext.cpp", 1437 "xfa/fxfa/app/xfa_rendercontext.cpp",
1439 "xfa/fxfa/app/xfa_textlayout.cpp", 1438 "xfa/fxfa/app/xfa_textlayout.cpp",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 "xfa/include/fxfa/fxfa.h", 1526 "xfa/include/fxfa/fxfa.h",
1528 "xfa/include/fxfa/fxfa_basic.h", 1527 "xfa/include/fxfa/fxfa_basic.h",
1529 "xfa/include/fxfa/fxfa_objectacc.h", 1528 "xfa/include/fxfa/fxfa_objectacc.h",
1530 "xfa/include/fxfa/fxfa_widget.h", 1529 "xfa/include/fxfa/fxfa_widget.h",
1531 "xfa/include/fxfa/xfa_checksum.h", 1530 "xfa/include/fxfa/xfa_checksum.h",
1532 "xfa/include/fxfa/xfa_ffapp.h", 1531 "xfa/include/fxfa/xfa_ffapp.h",
1533 "xfa/include/fxfa/xfa_ffdoc.h", 1532 "xfa/include/fxfa/xfa_ffdoc.h",
1534 "xfa/include/fxfa/xfa_ffdochandler.h", 1533 "xfa/include/fxfa/xfa_ffdochandler.h",
1535 "xfa/include/fxfa/xfa_ffdocview.h", 1534 "xfa/include/fxfa/xfa_ffdocview.h",
1536 "xfa/include/fxfa/xfa_ffpageview.h", 1535 "xfa/include/fxfa/xfa_ffpageview.h",
1536 "xfa/include/fxfa/xfa_ffwidget.h",
1537 "xfa/include/fxfa/xfa_ffwidgethandler.h", 1537 "xfa/include/fxfa/xfa_ffwidgethandler.h",
1538 "xfa/include/fxfa/xfa_fontmgr.h", 1538 "xfa/include/fxfa/xfa_fontmgr.h",
1539 "xfa/include/fxfa/xfa_rendercontext.h", 1539 "xfa/include/fxfa/xfa_rendercontext.h",
1540 ] 1540 ]
1541 include_dirs = [ "." ] 1541 include_dirs = [ "." ]
1542 if (pdf_enable_v8) { 1542 if (pdf_enable_v8) {
1543 sources += [ 1543 sources += [
1544 "xfa/fxjse/cfxjse_arguments.h", 1544 "xfa/fxjse/cfxjse_arguments.h",
1545 "xfa/fxjse/class.cpp", 1545 "xfa/fxjse/class.cpp",
1546 "xfa/fxjse/class.h", 1546 "xfa/fxjse/class.h",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 "//v8:v8_libplatform", 1664 "//v8:v8_libplatform",
1665 ] 1665 ]
1666 include_dirs += [ 1666 include_dirs += [
1667 "//v8", 1667 "//v8",
1668 "//v8/include", 1668 "//v8/include",
1669 ] 1669 ]
1670 configs += [ "//v8:external_startup_data" ] 1670 configs += [ "//v8:external_startup_data" ]
1671 } 1671 }
1672 configs += [ ":pdfium_config" ] 1672 configs += [ ":pdfium_config" ]
1673 } 1673 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfformfill.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698