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

Side by Side Diff: xfa.gyp

Issue 1679103002: Several pure virtual IFWL_Adapter* classes not implemented. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Remove files entierly Created 4 years, 10 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 { 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 }, 9 },
10 "targets":[ 10 "targets":[
11 { 11 {
12 "target_name":"xfa", 12 "target_name":"xfa",
13 "type":"static_library", 13 "type":"static_library",
14 'include_dirs': [ 14 'include_dirs': [
15 # This is implicit in GN. 15 # This is implicit in GN.
16 '<(DEPTH)', 16 '<(DEPTH)',
17 '.', 17 '.',
18 'third_party/freetype/include', 18 'third_party/freetype/include',
19 'third_party/freetype/include/freetype', 19 'third_party/freetype/include/freetype',
20 ], 20 ],
21 'defines' : [ 21 'defines' : [
22 'FT2_BUILD_LIBRARY', 22 'FT2_BUILD_LIBRARY',
23 ], 23 ],
24 "sources":[ 24 "sources":[
25 "xfa/include/foxitxfa.h", 25 "xfa/include/foxitxfa.h",
26 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h",
27 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h",
28 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h",
29 "xfa/include/fwl/adapter/fwl_adapternative.h", 26 "xfa/include/fwl/adapter/fwl_adapternative.h",
30 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", 27 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
31 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", 28 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
32 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", 29 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h",
33 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", 30 "xfa/include/fwl/adapter/fwl_sdadapterimp.h",
34 "xfa/include/fwl/basewidget/fwl_barcode.h", 31 "xfa/include/fwl/basewidget/fwl_barcode.h",
35 "xfa/include/fwl/basewidget/fwl_caret.h", 32 "xfa/include/fwl/basewidget/fwl_caret.h",
36 "xfa/include/fwl/basewidget/fwl_checkbox.h", 33 "xfa/include/fwl/basewidget/fwl_checkbox.h",
37 "xfa/include/fwl/basewidget/fwl_combobox.h", 34 "xfa/include/fwl/basewidget/fwl_combobox.h",
38 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", 35 "xfa/include/fwl/basewidget/fwl_datetimepicker.h",
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "sources": [], 700 "sources": [],
704 }], 701 }],
705 ["OS == 'mac'", { 702 ["OS == 'mac'", {
706 "configurations": {}, 703 "configurations": {},
707 "sources": [], 704 "sources": [],
708 }], 705 }],
709 ] 706 ]
710 } 707 }
711 ] 708 ]
712 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698