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

Side by Side Diff: xfa.gyp

Issue 1927973003: Remove IFDE_TxtEdt interfaces where possible. (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/fee/fde_txtedtbuf.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 { 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "xfa/fee/fde_txtedtengine.cpp", 80 "xfa/fee/fde_txtedtengine.cpp",
81 "xfa/fee/fde_txtedtengine.h", 81 "xfa/fee/fde_txtedtengine.h",
82 "xfa/fee/fde_txtedtpage.cpp", 82 "xfa/fee/fde_txtedtpage.cpp",
83 "xfa/fee/fde_txtedtpage.h", 83 "xfa/fee/fde_txtedtpage.h",
84 "xfa/fee/fde_txtedtparag.cpp", 84 "xfa/fee/fde_txtedtparag.cpp",
85 "xfa/fee/fde_txtedtparag.h", 85 "xfa/fee/fde_txtedtparag.h",
86 "xfa/fee/fx_wordbreak/fx_wordbreak.h", 86 "xfa/fee/fx_wordbreak/fx_wordbreak.h",
87 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", 87 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp",
88 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", 88 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp",
89 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", 89 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h",
90 "xfa/fee/ifde_txtedtbuf.h",
91 "xfa/fee/ifde_txtedtengine.h", 90 "xfa/fee/ifde_txtedtengine.h",
92 "xfa/fee/ifde_txtedtpage.h", 91 "xfa/fee/ifde_txtedtpage.h",
93 "xfa/fgas/crt/fgas_algorithm.cpp", 92 "xfa/fgas/crt/fgas_algorithm.cpp",
94 "xfa/fgas/crt/fgas_algorithm.h", 93 "xfa/fgas/crt/fgas_algorithm.h",
95 "xfa/fgas/crt/fgas_codepage.cpp", 94 "xfa/fgas/crt/fgas_codepage.cpp",
96 "xfa/fgas/crt/fgas_codepage.h", 95 "xfa/fgas/crt/fgas_codepage.h",
97 "xfa/fgas/crt/fgas_encode.cpp", 96 "xfa/fgas/crt/fgas_encode.cpp",
98 "xfa/fgas/crt/fgas_language.h", 97 "xfa/fgas/crt/fgas_language.h",
99 "xfa/fgas/crt/fgas_memory.cpp", 98 "xfa/fgas/crt/fgas_memory.cpp",
100 "xfa/fgas/crt/fgas_memory.h", 99 "xfa/fgas/crt/fgas_memory.h",
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "sources": [], 755 "sources": [],
757 }], 756 }],
758 ["OS == 'mac'", { 757 ["OS == 'mac'", {
759 "configurations": {}, 758 "configurations": {},
760 "sources": [], 759 "sources": [],
761 }], 760 }],
762 ] 761 ]
763 } 762 }
764 ] 763 ]
765 } 764 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fee/fde_txtedtbuf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698