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

Side by Side Diff: xfa.gyp

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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 | « fpdfsdk/include/fsdk_baseform.h ('k') | xfa/fwl/basewidget/fwl_editimp.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 17 matching lines...) Expand all
28 # This is implicit in GN. 28 # This is implicit in GN.
29 '<(DEPTH)', 29 '<(DEPTH)',
30 '.', 30 '.',
31 'third_party/freetype/include', 31 'third_party/freetype/include',
32 'third_party/freetype/include/freetype', 32 'third_party/freetype/include/freetype',
33 ], 33 ],
34 'defines' : [ 34 'defines' : [
35 'FT2_BUILD_LIBRARY', 35 'FT2_BUILD_LIBRARY',
36 ], 36 ],
37 "sources":[ 37 "sources":[
38 "xfa/include/fxfa/fxfa.h", 38 "xfa/fxfa/include/fxfa.h",
39 "xfa/include/fxfa/fxfa_basic.h", 39 "xfa/fxfa/include/fxfa_basic.h",
40 "xfa/include/fxfa/fxfa_widget.h", 40 "xfa/fxfa/include/fxfa_widget.h",
41 "xfa/include/fxfa/xfa_checksum.h", 41 "xfa/fxfa/include/xfa_checksum.h",
42 "xfa/include/fxfa/xfa_ffapp.h", 42 "xfa/fxfa/include/xfa_ffapp.h",
43 "xfa/include/fxfa/xfa_ffdoc.h", 43 "xfa/fxfa/include/xfa_ffdoc.h",
44 "xfa/include/fxfa/xfa_ffdochandler.h", 44 "xfa/fxfa/include/xfa_ffdochandler.h",
45 "xfa/include/fxfa/xfa_ffdocview.h", 45 "xfa/fxfa/include/xfa_ffdocview.h",
46 "xfa/include/fxfa/xfa_ffpageview.h", 46 "xfa/fxfa/include/xfa_ffpageview.h",
47 "xfa/include/fxfa/xfa_ffwidget.h", 47 "xfa/fxfa/include/xfa_ffwidget.h",
48 "xfa/include/fxfa/xfa_ffwidgethandler.h", 48 "xfa/fxfa/include/xfa_ffwidgethandler.h",
49 "xfa/include/fxfa/xfa_fontmgr.h", 49 "xfa/fxfa/include/xfa_fontmgr.h",
50 "xfa/include/fxfa/xfa_rendercontext.h", 50 "xfa/fxfa/include/xfa_rendercontext.h",
51 "xfa/fde/css/fde_css.h", 51 "xfa/fde/css/fde_css.h",
52 "xfa/fde/css/fde_csscache.cpp", 52 "xfa/fde/css/fde_csscache.cpp",
53 "xfa/fde/css/fde_csscache.h", 53 "xfa/fde/css/fde_csscache.h",
54 "xfa/fde/css/fde_cssdatatable.cpp", 54 "xfa/fde/css/fde_cssdatatable.cpp",
55 "xfa/fde/css/fde_cssdatatable.h", 55 "xfa/fde/css/fde_cssdatatable.h",
56 "xfa/fde/css/fde_cssdeclaration.cpp", 56 "xfa/fde/css/fde_cssdeclaration.cpp",
57 "xfa/fde/css/fde_cssdeclaration.h", 57 "xfa/fde/css/fde_cssdeclaration.h",
58 "xfa/fde/css/fde_cssstyleselector.cpp", 58 "xfa/fde/css/fde_cssstyleselector.cpp",
59 "xfa/fde/css/fde_cssstyleselector.h", 59 "xfa/fde/css/fde_cssstyleselector.h",
60 "xfa/fde/css/fde_cssstylesheet.cpp", 60 "xfa/fde/css/fde_cssstylesheet.cpp",
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 "sources": [], 791 "sources": [],
792 }], 792 }],
793 ["OS == 'mac'", { 793 ["OS == 'mac'", {
794 "configurations": {}, 794 "configurations": {},
795 "sources": [], 795 "sources": [],
796 }], 796 }],
797 ] 797 ]
798 } 798 }
799 ] 799 ]
800 } 800 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/fsdk_baseform.h ('k') | xfa/fwl/basewidget/fwl_editimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698