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

Side by Side Diff: BUILD.gn

Issue 1846993002: Remove IXFA_* interfaces. (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') | xfa/fxfa/app/xfa_ffdoc.cpp » ('J')
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 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp", 1391 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp",
1392 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h", 1392 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h",
1393 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp", 1393 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp",
1394 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h", 1394 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h",
1395 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", 1395 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp",
1396 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", 1396 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h",
1397 "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp", 1397 "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp",
1398 "xfa/fxbarcode/qrcode/BC_QRGridSampler.h", 1398 "xfa/fxbarcode/qrcode/BC_QRGridSampler.h",
1399 "xfa/fxbarcode/utils.h", 1399 "xfa/fxbarcode/utils.h",
1400 "xfa/fxfa/app/xfa_checksum.cpp", 1400 "xfa/fxfa/app/xfa_checksum.cpp",
1401 "xfa/fxfa/app/xfa_checksum.h",
1402 "xfa/fxfa/app/xfa_ffapp.cpp", 1401 "xfa/fxfa/app/xfa_ffapp.cpp",
1403 "xfa/fxfa/app/xfa_ffapp.h",
1404 "xfa/fxfa/app/xfa_ffbarcode.cpp", 1402 "xfa/fxfa/app/xfa_ffbarcode.cpp",
1405 "xfa/fxfa/app/xfa_ffbarcode.h", 1403 "xfa/fxfa/app/xfa_ffbarcode.h",
1406 "xfa/fxfa/app/xfa_ffcheckbutton.cpp", 1404 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
1407 "xfa/fxfa/app/xfa_ffcheckbutton.h", 1405 "xfa/fxfa/app/xfa_ffcheckbutton.h",
1408 "xfa/fxfa/app/xfa_ffchoicelist.cpp", 1406 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
1409 "xfa/fxfa/app/xfa_ffchoicelist.h", 1407 "xfa/fxfa/app/xfa_ffchoicelist.h",
1410 "xfa/fxfa/app/xfa_ffdoc.cpp", 1408 "xfa/fxfa/app/xfa_ffdoc.cpp",
1411 "xfa/fxfa/app/xfa_ffdoc.h",
1412 "xfa/fxfa/app/xfa_ffdochandler.cpp", 1409 "xfa/fxfa/app/xfa_ffdochandler.cpp",
1413 "xfa/fxfa/app/xfa_ffdochandler.h",
1414 "xfa/fxfa/app/xfa_ffdocview.cpp", 1410 "xfa/fxfa/app/xfa_ffdocview.cpp",
1415 "xfa/fxfa/app/xfa_ffdocview.h",
1416 "xfa/fxfa/app/xfa_ffdraw.cpp", 1411 "xfa/fxfa/app/xfa_ffdraw.cpp",
1417 "xfa/fxfa/app/xfa_ffdraw.h", 1412 "xfa/fxfa/app/xfa_ffdraw.h",
1418 "xfa/fxfa/app/xfa_ffexclgroup.cpp", 1413 "xfa/fxfa/app/xfa_ffexclgroup.cpp",
1419 "xfa/fxfa/app/xfa_ffexclgroup.h", 1414 "xfa/fxfa/app/xfa_ffexclgroup.h",
1420 "xfa/fxfa/app/xfa_fffield.cpp", 1415 "xfa/fxfa/app/xfa_fffield.cpp",
1421 "xfa/fxfa/app/xfa_fffield.h", 1416 "xfa/fxfa/app/xfa_fffield.h",
1422 "xfa/fxfa/app/xfa_ffimage.cpp", 1417 "xfa/fxfa/app/xfa_ffimage.cpp",
1423 "xfa/fxfa/app/xfa_ffimage.h", 1418 "xfa/fxfa/app/xfa_ffimage.h",
1424 "xfa/fxfa/app/xfa_ffimageedit.cpp", 1419 "xfa/fxfa/app/xfa_ffimageedit.cpp",
1425 "xfa/fxfa/app/xfa_ffimageedit.h", 1420 "xfa/fxfa/app/xfa_ffimageedit.h",
1426 "xfa/fxfa/app/xfa_ffnotify.cpp", 1421 "xfa/fxfa/app/xfa_ffnotify.cpp",
1427 "xfa/fxfa/app/xfa_ffnotify.h", 1422 "xfa/fxfa/app/xfa_ffnotify.h",
1428 "xfa/fxfa/app/xfa_ffpageview.cpp", 1423 "xfa/fxfa/app/xfa_ffpageview.cpp",
1429 "xfa/fxfa/app/xfa_ffpageview.h",
1430 "xfa/fxfa/app/xfa_ffpath.cpp", 1424 "xfa/fxfa/app/xfa_ffpath.cpp",
1431 "xfa/fxfa/app/xfa_ffpath.h", 1425 "xfa/fxfa/app/xfa_ffpath.h",
1432 "xfa/fxfa/app/xfa_ffpushbutton.cpp", 1426 "xfa/fxfa/app/xfa_ffpushbutton.cpp",
1433 "xfa/fxfa/app/xfa_ffpushbutton.h", 1427 "xfa/fxfa/app/xfa_ffpushbutton.h",
1434 "xfa/fxfa/app/xfa_ffsignature.cpp", 1428 "xfa/fxfa/app/xfa_ffsignature.cpp",
1435 "xfa/fxfa/app/xfa_ffsignature.h", 1429 "xfa/fxfa/app/xfa_ffsignature.h",
1436 "xfa/fxfa/app/xfa_ffsubform.cpp", 1430 "xfa/fxfa/app/xfa_ffsubform.cpp",
1437 "xfa/fxfa/app/xfa_ffsubform.h", 1431 "xfa/fxfa/app/xfa_ffsubform.h",
1438 "xfa/fxfa/app/xfa_fftext.cpp", 1432 "xfa/fxfa/app/xfa_fftext.cpp",
1439 "xfa/fxfa/app/xfa_fftext.h", 1433 "xfa/fxfa/app/xfa_fftext.h",
1440 "xfa/fxfa/app/xfa_fftextedit.cpp", 1434 "xfa/fxfa/app/xfa_fftextedit.cpp",
1441 "xfa/fxfa/app/xfa_fftextedit.h", 1435 "xfa/fxfa/app/xfa_fftextedit.h",
1442 "xfa/fxfa/app/xfa_ffwidget.cpp", 1436 "xfa/fxfa/app/xfa_ffwidget.cpp",
1443 "xfa/fxfa/app/xfa_ffwidget.h", 1437 "xfa/fxfa/app/xfa_ffwidget.h",
1444 "xfa/fxfa/app/xfa_ffwidgetacc.cpp", 1438 "xfa/fxfa/app/xfa_ffwidgetacc.cpp",
1445 "xfa/fxfa/app/xfa_ffwidgetacc.h", 1439 "xfa/fxfa/app/xfa_ffwidgetacc.h",
1446 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", 1440 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
1447 "xfa/fxfa/app/xfa_ffwidgethandler.h",
1448 "xfa/fxfa/app/xfa_fontmgr.cpp", 1441 "xfa/fxfa/app/xfa_fontmgr.cpp",
1449 "xfa/fxfa/app/xfa_fontmgr.h",
1450 "xfa/fxfa/app/xfa_fwladapter.cpp", 1442 "xfa/fxfa/app/xfa_fwladapter.cpp",
1451 "xfa/fxfa/app/xfa_fwladapter.h", 1443 "xfa/fxfa/app/xfa_fwladapter.h",
1452 "xfa/fxfa/app/xfa_fwltheme.cpp", 1444 "xfa/fxfa/app/xfa_fwltheme.cpp",
1453 "xfa/fxfa/app/xfa_fwltheme.h", 1445 "xfa/fxfa/app/xfa_fwltheme.h",
1454 "xfa/fxfa/app/xfa_rendercontext.cpp", 1446 "xfa/fxfa/app/xfa_rendercontext.cpp",
1455 "xfa/fxfa/app/xfa_rendercontext.h",
1456 "xfa/fxfa/app/xfa_textlayout.cpp", 1447 "xfa/fxfa/app/xfa_textlayout.cpp",
1457 "xfa/fxfa/app/xfa_textlayout.h", 1448 "xfa/fxfa/app/xfa_textlayout.h",
1458 "xfa/fxfa/fm2js/xfa_error.cpp", 1449 "xfa/fxfa/fm2js/xfa_error.cpp",
1459 "xfa/fxfa/fm2js/xfa_error.h", 1450 "xfa/fxfa/fm2js/xfa_error.h",
1460 "xfa/fxfa/fm2js/xfa_expression.cpp", 1451 "xfa/fxfa/fm2js/xfa_expression.cpp",
1461 "xfa/fxfa/fm2js/xfa_expression.h", 1452 "xfa/fxfa/fm2js/xfa_expression.h",
1462 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", 1453 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp",
1463 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", 1454 "xfa/fxfa/fm2js/xfa_fm2jsapi.h",
1464 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 1455 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
1465 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 1456 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 "xfa/fxgraphics/cfx_pattern.cpp", 1529 "xfa/fxgraphics/cfx_pattern.cpp",
1539 "xfa/fxgraphics/cfx_pattern.h", 1530 "xfa/fxgraphics/cfx_pattern.h",
1540 "xfa/fxgraphics/cfx_shading.cpp", 1531 "xfa/fxgraphics/cfx_shading.cpp",
1541 "xfa/fxgraphics/cfx_shading.h", 1532 "xfa/fxgraphics/cfx_shading.h",
1542 "xfa/fxgraphics/include/cfx_graphics.h", 1533 "xfa/fxgraphics/include/cfx_graphics.h",
1543 "xfa/fxjse/include/fxjse.h", 1534 "xfa/fxjse/include/fxjse.h",
1544 "xfa/include/fxfa/fxfa.h", 1535 "xfa/include/fxfa/fxfa.h",
1545 "xfa/include/fxfa/fxfa_basic.h", 1536 "xfa/include/fxfa/fxfa_basic.h",
1546 "xfa/include/fxfa/fxfa_objectacc.h", 1537 "xfa/include/fxfa/fxfa_objectacc.h",
1547 "xfa/include/fxfa/fxfa_widget.h", 1538 "xfa/include/fxfa/fxfa_widget.h",
1539 "xfa/include/fxfa/xfa_checksum.h",
1540 "xfa/include/fxfa/xfa_ffapp.h",
1541 "xfa/include/fxfa/xfa_ffdoc.h",
1542 "xfa/include/fxfa/xfa_ffdochandler.h",
1543 "xfa/include/fxfa/xfa_ffdocview.h",
1544 "xfa/include/fxfa/xfa_ffpageview.h",
1545 "xfa/include/fxfa/xfa_ffwidgethandler.h",
1546 "xfa/include/fxfa/xfa_fontmgr.h",
1547 "xfa/include/fxfa/xfa_rendercontext.h",
1548 ] 1548 ]
1549 include_dirs = [ "." ] 1549 include_dirs = [ "." ]
1550 if (pdf_enable_v8) { 1550 if (pdf_enable_v8) {
1551 sources += [ 1551 sources += [
1552 "xfa/fxjse/cfxjse_arguments.h", 1552 "xfa/fxjse/cfxjse_arguments.h",
1553 "xfa/fxjse/class.cpp", 1553 "xfa/fxjse/class.cpp",
1554 "xfa/fxjse/class.h", 1554 "xfa/fxjse/class.h",
1555 "xfa/fxjse/context.cpp", 1555 "xfa/fxjse/context.cpp",
1556 "xfa/fxjse/context.h", 1556 "xfa/fxjse/context.h",
1557 "xfa/fxjse/dynprop.cpp", 1557 "xfa/fxjse/dynprop.cpp",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 "//v8:v8_libplatform", 1670 "//v8:v8_libplatform",
1671 ] 1671 ]
1672 include_dirs += [ 1672 include_dirs += [
1673 "//v8", 1673 "//v8",
1674 "//v8/include", 1674 "//v8/include",
1675 ] 1675 ]
1676 configs += [ "//v8:external_startup_data" ] 1676 configs += [ "//v8:external_startup_data" ]
1677 } 1677 }
1678 configs += [ ":pdfium_config" ] 1678 configs += [ ":pdfium_config" ]
1679 } 1679 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfformfill.cpp » ('j') | xfa/fxfa/app/xfa_ffdoc.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698