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

Side by Side Diff: xfa.gyp

Issue 2007443003: Replace CFX_DSPATemplate with std::binary_search. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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/css/fde_cssdatatable.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "variables": { 2 "variables": {
3 "pdf_enable_v8%": 1, 3 "pdf_enable_v8%": 1,
4 }, 4 },
5 "target_defaults": { 5 "target_defaults": {
6 "defines": [ 6 "defines": [
7 "PDF_ENABLE_XFA", 7 "PDF_ENABLE_XFA",
8 ], 8 ],
9 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "xfa/fde/ifde_txtedtengine.h", 86 "xfa/fde/ifde_txtedtengine.h",
87 "xfa/fde/ifde_txtedtpage.h", 87 "xfa/fde/ifde_txtedtpage.h",
88 "xfa/fde/ifx_chariter.h", 88 "xfa/fde/ifx_chariter.h",
89 "xfa/fde/tto/fde_textout.cpp", 89 "xfa/fde/tto/fde_textout.cpp",
90 "xfa/fde/tto/fde_textout.h", 90 "xfa/fde/tto/fde_textout.h",
91 "xfa/fde/xml/cfx_saxreader.cpp", 91 "xfa/fde/xml/cfx_saxreader.cpp",
92 "xfa/fde/xml/cfx_saxreader.h", 92 "xfa/fde/xml/cfx_saxreader.h",
93 "xfa/fde/xml/fde_xml.h", 93 "xfa/fde/xml/fde_xml.h",
94 "xfa/fde/xml/fde_xml_imp.cpp", 94 "xfa/fde/xml/fde_xml_imp.cpp",
95 "xfa/fde/xml/fde_xml_imp.h", 95 "xfa/fde/xml/fde_xml_imp.h",
96 "xfa/fgas/crt/fgas_algorithm.h",
97 "xfa/fgas/crt/fgas_codepage.cpp", 96 "xfa/fgas/crt/fgas_codepage.cpp",
98 "xfa/fgas/crt/fgas_codepage.h", 97 "xfa/fgas/crt/fgas_codepage.h",
99 "xfa/fgas/crt/fgas_language.h", 98 "xfa/fgas/crt/fgas_language.h",
100 "xfa/fgas/crt/fgas_memory.cpp", 99 "xfa/fgas/crt/fgas_memory.cpp",
101 "xfa/fgas/crt/fgas_memory.h", 100 "xfa/fgas/crt/fgas_memory.h",
102 "xfa/fgas/crt/fgas_stream.cpp", 101 "xfa/fgas/crt/fgas_stream.cpp",
103 "xfa/fgas/crt/fgas_stream.h", 102 "xfa/fgas/crt/fgas_stream.h",
104 "xfa/fgas/crt/fgas_system.cpp", 103 "xfa/fgas/crt/fgas_system.cpp",
105 "xfa/fgas/crt/fgas_system.h", 104 "xfa/fgas/crt/fgas_system.h",
106 "xfa/fgas/crt/fgas_utils.cpp", 105 "xfa/fgas/crt/fgas_utils.cpp",
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "sources": [], 748 "sources": [],
750 }], 749 }],
751 ["OS == 'mac'", { 750 ["OS == 'mac'", {
752 "configurations": {}, 751 "configurations": {},
753 "sources": [], 752 "sources": [],
754 }], 753 }],
755 ] 754 ]
756 } 755 }
757 ] 756 ]
758 } 757 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fde/css/fde_cssdatatable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698