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

Side by Side Diff: BUILD.gn

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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/DEPS » ('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 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 1456 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
1457 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 1457 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
1458 "xfa/fxfa/fm2js/xfa_fmparse.cpp", 1458 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
1459 "xfa/fxfa/fm2js/xfa_fmparse.h", 1459 "xfa/fxfa/fm2js/xfa_fmparse.h",
1460 "xfa/fxfa/fm2js/xfa_lexer.cpp", 1460 "xfa/fxfa/fm2js/xfa_lexer.cpp",
1461 "xfa/fxfa/fm2js/xfa_lexer.h", 1461 "xfa/fxfa/fm2js/xfa_lexer.h",
1462 "xfa/fxfa/fm2js/xfa_program.cpp", 1462 "xfa/fxfa/fm2js/xfa_program.cpp",
1463 "xfa/fxfa/fm2js/xfa_program.h", 1463 "xfa/fxfa/fm2js/xfa_program.h",
1464 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", 1464 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
1465 "xfa/fxfa/fm2js/xfa_simpleexpression.h", 1465 "xfa/fxfa/fm2js/xfa_simpleexpression.h",
1466 "xfa/fxfa/include/fxfa.h",
1467 "xfa/fxfa/include/fxfa_basic.h",
1468 "xfa/fxfa/include/fxfa_widget.h",
1469 "xfa/fxfa/include/xfa_checksum.h",
1470 "xfa/fxfa/include/xfa_ffapp.h",
1471 "xfa/fxfa/include/xfa_ffdoc.h",
1472 "xfa/fxfa/include/xfa_ffdochandler.h",
1473 "xfa/fxfa/include/xfa_ffdocview.h",
1474 "xfa/fxfa/include/xfa_ffpageview.h",
1475 "xfa/fxfa/include/xfa_ffwidget.h",
1476 "xfa/fxfa/include/xfa_ffwidgethandler.h",
1477 "xfa/fxfa/include/xfa_fontmgr.h",
1478 "xfa/fxfa/include/xfa_rendercontext.h",
1466 "xfa/fxfa/parser/cxfa_arc.h", 1479 "xfa/fxfa/parser/cxfa_arc.h",
1467 "xfa/fxfa/parser/cxfa_assist.cpp", 1480 "xfa/fxfa/parser/cxfa_assist.cpp",
1468 "xfa/fxfa/parser/cxfa_assist.h", 1481 "xfa/fxfa/parser/cxfa_assist.h",
1469 "xfa/fxfa/parser/cxfa_bind.cpp", 1482 "xfa/fxfa/parser/cxfa_bind.cpp",
1470 "xfa/fxfa/parser/cxfa_bind.h", 1483 "xfa/fxfa/parser/cxfa_bind.h",
1471 "xfa/fxfa/parser/cxfa_binditems.cpp", 1484 "xfa/fxfa/parser/cxfa_binditems.cpp",
1472 "xfa/fxfa/parser/cxfa_binditems.h", 1485 "xfa/fxfa/parser/cxfa_binditems.h",
1473 "xfa/fxfa/parser/cxfa_border.h", 1486 "xfa/fxfa/parser/cxfa_border.h",
1474 "xfa/fxfa/parser/cxfa_box.cpp", 1487 "xfa/fxfa/parser/cxfa_box.cpp",
1475 "xfa/fxfa/parser/cxfa_box.h", 1488 "xfa/fxfa/parser/cxfa_box.h",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 "xfa/fxgraphics/cfx_path.cpp", 1591 "xfa/fxgraphics/cfx_path.cpp",
1579 "xfa/fxgraphics/cfx_path.h", 1592 "xfa/fxgraphics/cfx_path.h",
1580 "xfa/fxgraphics/cfx_path_generator.cpp", 1593 "xfa/fxgraphics/cfx_path_generator.cpp",
1581 "xfa/fxgraphics/cfx_path_generator.h", 1594 "xfa/fxgraphics/cfx_path_generator.h",
1582 "xfa/fxgraphics/cfx_pattern.cpp", 1595 "xfa/fxgraphics/cfx_pattern.cpp",
1583 "xfa/fxgraphics/cfx_pattern.h", 1596 "xfa/fxgraphics/cfx_pattern.h",
1584 "xfa/fxgraphics/cfx_shading.cpp", 1597 "xfa/fxgraphics/cfx_shading.cpp",
1585 "xfa/fxgraphics/cfx_shading.h", 1598 "xfa/fxgraphics/cfx_shading.h",
1586 "xfa/fxgraphics/include/cfx_graphics.h", 1599 "xfa/fxgraphics/include/cfx_graphics.h",
1587 "xfa/fxjse/include/fxjse.h", 1600 "xfa/fxjse/include/fxjse.h",
1588 "xfa/include/fxfa/fxfa.h",
1589 "xfa/include/fxfa/fxfa_basic.h",
1590 "xfa/include/fxfa/fxfa_widget.h",
1591 "xfa/include/fxfa/xfa_checksum.h",
1592 "xfa/include/fxfa/xfa_ffapp.h",
1593 "xfa/include/fxfa/xfa_ffdoc.h",
1594 "xfa/include/fxfa/xfa_ffdochandler.h",
1595 "xfa/include/fxfa/xfa_ffdocview.h",
1596 "xfa/include/fxfa/xfa_ffpageview.h",
1597 "xfa/include/fxfa/xfa_ffwidget.h",
1598 "xfa/include/fxfa/xfa_ffwidgethandler.h",
1599 "xfa/include/fxfa/xfa_fontmgr.h",
1600 "xfa/include/fxfa/xfa_rendercontext.h",
1601 ] 1601 ]
1602 include_dirs = [ "." ] 1602 include_dirs = [ "." ]
1603 if (pdf_enable_v8) { 1603 if (pdf_enable_v8) {
1604 sources += [ 1604 sources += [
1605 "xfa/fxjse/cfxjse_arguments.h", 1605 "xfa/fxjse/cfxjse_arguments.h",
1606 "xfa/fxjse/class.cpp", 1606 "xfa/fxjse/class.cpp",
1607 "xfa/fxjse/class.h", 1607 "xfa/fxjse/class.h",
1608 "xfa/fxjse/context.cpp", 1608 "xfa/fxjse/context.cpp",
1609 "xfa/fxjse/context.h", 1609 "xfa/fxjse/context.h",
1610 "xfa/fxjse/dynprop.cpp", 1610 "xfa/fxjse/dynprop.cpp",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 "//v8:v8_libplatform", 1725 "//v8:v8_libplatform",
1726 ] 1726 ]
1727 include_dirs += [ 1727 include_dirs += [
1728 "//v8", 1728 "//v8",
1729 "//v8/include", 1729 "//v8/include",
1730 ] 1730 ]
1731 configs += [ "//v8:external_startup_data" ] 1731 configs += [ "//v8:external_startup_data" ]
1732 } 1732 }
1733 configs += [ ":pdfium_config" ] 1733 configs += [ ":pdfium_config" ]
1734 } 1734 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698