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

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: 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
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 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'core/fxcrt/fx_bidi_unittest.cpp', 916 'core/fxcrt/fx_bidi_unittest.cpp',
917 'core/fxcrt/fx_extension_unittest.cpp', 917 'core/fxcrt/fx_extension_unittest.cpp',
918 'core/fxcrt/fx_system_unittest.cpp', 918 'core/fxcrt/fx_system_unittest.cpp',
919 'fpdfsdk/fpdfdoc_unittest.cpp', 919 'fpdfsdk/fpdfdoc_unittest.cpp',
920 'testing/fx_string_testhelpers.h', 920 'testing/fx_string_testhelpers.h',
921 'testing/fx_string_testhelpers.cpp', 921 'testing/fx_string_testhelpers.cpp',
922 ], 922 ],
923 'conditions': [ 923 'conditions': [
924 ['pdf_enable_xfa==1', { 924 ['pdf_enable_xfa==1', {
925 'sources': [ 925 'sources': [
926 'xfa/fde/xml/fde_xml_imp_unittest.cpp',
926 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 927 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
927 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', 928 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp',
928 ], 929 ],
929 }], 930 }],
930 ['pdf_enable_v8==1', { 931 ['pdf_enable_v8==1', {
931 'include_dirs': [ 932 'include_dirs': [
932 '<(DEPTH)/v8', 933 '<(DEPTH)/v8',
933 '<(DEPTH)/v8/include', 934 '<(DEPTH)/v8/include',
934 ], 935 ],
935 'sources': [ 936 'sources': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1042 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1042 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1043 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1043 ], 1044 ],
1044 }, 1045 },
1045 ] 1046 ]
1046 }], 1047 }],
1047 ] 1048 ]
1048 } 1049 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fde/xml/fde_xml_imp.h » ('j') | xfa/fde/xml/fde_xml_imp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698