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

Side by Side Diff: BUILD.gn

Issue 2165833005: Rename xfa_utils_imp to xfa_utils (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa_parser_IV
Patch Set: Rebase to master Created 4 years, 5 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 | pdfium.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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", 1456 "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
1457 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", 1457 "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
1458 "xfa/fxfa/parser/xfa_locale.cpp", 1458 "xfa/fxfa/parser/xfa_locale.cpp",
1459 "xfa/fxfa/parser/xfa_locale.h", 1459 "xfa/fxfa/parser/xfa_locale.h",
1460 "xfa/fxfa/parser/xfa_localemgr.cpp", 1460 "xfa/fxfa/parser/xfa_localemgr.cpp",
1461 "xfa/fxfa/parser/xfa_localemgr.h", 1461 "xfa/fxfa/parser/xfa_localemgr.h",
1462 "xfa/fxfa/parser/xfa_localevalue.cpp", 1462 "xfa/fxfa/parser/xfa_localevalue.cpp",
1463 "xfa/fxfa/parser/xfa_localevalue.h", 1463 "xfa/fxfa/parser/xfa_localevalue.h",
1464 "xfa/fxfa/parser/xfa_object.h", 1464 "xfa/fxfa/parser/xfa_object.h",
1465 "xfa/fxfa/parser/xfa_resolvenode_rs.h", 1465 "xfa/fxfa/parser/xfa_resolvenode_rs.h",
1466 "xfa/fxfa/parser/xfa_utils.cpp",
1466 "xfa/fxfa/parser/xfa_utils.h", 1467 "xfa/fxfa/parser/xfa_utils.h",
1467 "xfa/fxfa/parser/xfa_utils_imp.cpp",
1468 "xfa/fxgraphics/cagg_graphics.cpp", 1468 "xfa/fxgraphics/cagg_graphics.cpp",
1469 "xfa/fxgraphics/cagg_graphics.h", 1469 "xfa/fxgraphics/cagg_graphics.h",
1470 "xfa/fxgraphics/cfx_color.cpp", 1470 "xfa/fxgraphics/cfx_color.cpp",
1471 "xfa/fxgraphics/cfx_color.h", 1471 "xfa/fxgraphics/cfx_color.h",
1472 "xfa/fxgraphics/cfx_graphics.cpp", 1472 "xfa/fxgraphics/cfx_graphics.cpp",
1473 "xfa/fxgraphics/cfx_path.cpp", 1473 "xfa/fxgraphics/cfx_path.cpp",
1474 "xfa/fxgraphics/cfx_path.h", 1474 "xfa/fxgraphics/cfx_path.h",
1475 "xfa/fxgraphics/cfx_path_generator.cpp", 1475 "xfa/fxgraphics/cfx_path_generator.cpp",
1476 "xfa/fxgraphics/cfx_path_generator.h", 1476 "xfa/fxgraphics/cfx_path_generator.h",
1477 "xfa/fxgraphics/cfx_pattern.cpp", 1477 "xfa/fxgraphics/cfx_pattern.cpp",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 "//testing/gtest", 1523 "//testing/gtest",
1524 "//testing/gtest:gtest_main", 1524 "//testing/gtest:gtest_main",
1525 ] 1525 ]
1526 include_dirs = [] 1526 include_dirs = []
1527 if (pdf_enable_xfa) { 1527 if (pdf_enable_xfa) {
1528 sources += [ 1528 sources += [
1529 "xfa/fde/css/fde_cssdatatable_unittest.cpp", 1529 "xfa/fde/css/fde_cssdatatable_unittest.cpp",
1530 "xfa/fde/xml/fde_xml_imp_unittest.cpp", 1530 "xfa/fde/xml/fde_xml_imp_unittest.cpp",
1531 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", 1531 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
1532 "xfa/fxfa/app/xfa_textlayout_unittest.cpp", 1532 "xfa/fxfa/app/xfa_textlayout_unittest.cpp",
1533 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", 1533 "xfa/fxfa/parser/xfa_utils_unittest.cpp",
1534 ] 1534 ]
1535 } 1535 }
1536 if (pdf_use_skia) { 1536 if (pdf_use_skia) {
1537 sources += [ "core/fxge/skia/fx_skia_device_unittest.cpp" ] 1537 sources += [ "core/fxge/skia/fx_skia_device_unittest.cpp" ]
1538 deps += [ "//skia" ] 1538 deps += [ "//skia" ]
1539 } 1539 }
1540 if (pdf_enable_v8) { 1540 if (pdf_enable_v8) {
1541 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] 1541 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ]
1542 include_dirs += [ 1542 include_dirs += [
1543 "//v8", 1543 "//v8",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 } 1602 }
1603 1603
1604 if (pdf_is_standalone) { 1604 if (pdf_is_standalone) {
1605 source_set("samples") { 1605 source_set("samples") {
1606 testonly = true 1606 testonly = true
1607 deps = [ 1607 deps = [
1608 "//samples", 1608 "//samples",
1609 ] 1609 ]
1610 } 1610 }
1611 } 1611 }
OLDNEW
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698