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

Side by Side Diff: BUILD.gn

Issue 1842633004: Fix CData parsing in CFDE_XMLSyntaxParser. (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 | pdfium.gyp » ('j') | xfa/fde/xml/fde_xml_imp.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 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1607 ] 1607 ]
1608 deps = [ 1608 deps = [
1609 ":pdfium", 1609 ":pdfium",
1610 ":test_support", 1610 ":test_support",
1611 "//testing/gtest", 1611 "//testing/gtest",
1612 "//testing/gtest:gtest_main", 1612 "//testing/gtest:gtest_main",
1613 ] 1613 ]
1614 include_dirs = [] 1614 include_dirs = []
1615 if (pdf_enable_xfa) { 1615 if (pdf_enable_xfa) {
1616 sources += [ 1616 sources += [
1617 "xfa/fde/xml/fde_xml_imp_unittest.cpp",
1617 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", 1618 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
1618 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", 1619 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp",
1619 ] 1620 ]
1620 } 1621 }
1621 if (pdf_enable_v8) { 1622 if (pdf_enable_v8) {
1622 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] 1623 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ]
1623 include_dirs += [ 1624 include_dirs += [
1624 "//v8", 1625 "//v8",
1625 "//v8/include", 1626 "//v8/include",
1626 ] 1627 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 "//v8:v8_libplatform", 1672 "//v8:v8_libplatform",
1672 ] 1673 ]
1673 include_dirs += [ 1674 include_dirs += [
1674 "//v8", 1675 "//v8",
1675 "//v8/include", 1676 "//v8/include",
1676 ] 1677 ]
1677 configs += [ "//v8:external_startup_data" ] 1678 configs += [ "//v8:external_startup_data" ]
1678 } 1679 }
1679 configs += [ ":pdfium_config" ] 1680 configs += [ ":pdfium_config" ]
1680 } 1681 }
OLDNEW
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | xfa/fde/xml/fde_xml_imp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698