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

Side by Side Diff: pdfium.gyp

Issue 1842633004: Fix CData parsing in CFDE_XMLSyntaxParser. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix windows xfa 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 | « BUILD.gn ('k') | xfa/fde/xml/fde_xml_imp.h » ('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 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium 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 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'core/fxcrt/fx_bidi_unittest.cpp', 915 'core/fxcrt/fx_bidi_unittest.cpp',
916 'core/fxcrt/fx_extension_unittest.cpp', 916 'core/fxcrt/fx_extension_unittest.cpp',
917 'core/fxcrt/fx_system_unittest.cpp', 917 'core/fxcrt/fx_system_unittest.cpp',
918 'fpdfsdk/fpdfdoc_unittest.cpp', 918 'fpdfsdk/fpdfdoc_unittest.cpp',
919 'testing/fx_string_testhelpers.h', 919 'testing/fx_string_testhelpers.h',
920 'testing/fx_string_testhelpers.cpp', 920 'testing/fx_string_testhelpers.cpp',
921 ], 921 ],
922 'conditions': [ 922 'conditions': [
923 ['pdf_enable_xfa==1', { 923 ['pdf_enable_xfa==1', {
924 'sources': [ 924 'sources': [
925 'xfa/fde/xml/fde_xml_imp_unittest.cpp',
925 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 926 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
926 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', 927 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp',
927 ], 928 ],
928 }], 929 }],
929 ['pdf_enable_v8==1', { 930 ['pdf_enable_v8==1', {
930 'include_dirs': [ 931 'include_dirs': [
931 '<(DEPTH)/v8', 932 '<(DEPTH)/v8',
932 '<(DEPTH)/v8/include', 933 '<(DEPTH)/v8/include',
933 ], 934 ],
934 'sources': [ 935 'sources': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1042 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1042 ], 1043 ],
1043 }, 1044 },
1044 ] 1045 ]
1045 }], 1046 }],
1046 ] 1047 ]
1047 } 1048 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fde/xml/fde_xml_imp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698