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

Side by Side Diff: xfa.gyp

Issue 1399833002: Allow building of XFA branch without XFA (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: xfa.gyp not referenced unless neeeded. Created 5 years, 2 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
« pdfium.gyp ('K') | « pdfium.gyp ('k') | no next file » | 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 "target_defaults": {
3 "defines": [
4 "PDF_ENABLE_XFA",
5 ],
6 },
2 "targets":[ 7 "targets":[
3 { 8 {
4 "target_name":"xfa", 9 "target_name":"xfa",
5 "type":"static_library", 10 "type":"static_library",
6 'dependencies': [ 11 'dependencies': [
7 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 12 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
8 ], 13 ],
9 'export_dependent_settings': [ 14 'export_dependent_settings': [
10 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
11 ], 16 ],
12 'include_dirs': [ 17 'include_dirs': [
13 '<(DEPTH)/v8', 18 '<(DEPTH)/v8',
14 '<(DEPTH)/v8/include', 19 '<(DEPTH)/v8/include',
15 'third_party/freetype/include', 20 'third_party/freetype/include',
16 ], 21 ],
17 'defines' : [ 22 'defines' : [
18 'FT2_BUILD_LIBRARY', 23 'FT2_BUILD_LIBRARY',
19 ], 24 ],
20 "sources":[ 25 "sources":[
21 "xfa/include/foxitxfa.h", 26 "xfa/include/foxitxfa.h",
22 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", 27 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h",
Tom Sepez 2015/10/12 21:26:03 ah, sort-lines.
23 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", 28 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h",
24 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", 29 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h",
25 "xfa/include/fwl/adapter/fwl_adapternative.h", 30 "xfa/include/fwl/adapter/fwl_adapternative.h",
26 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", 31 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
27 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", 32 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
28 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", 33 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h",
29 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", 34 "xfa/include/fwl/adapter/fwl_sdadapterimp.h",
30 "xfa/include/fwl/basewidget/fwl_barcode.h", 35 "xfa/include/fwl/basewidget/fwl_barcode.h",
31 "xfa/include/fwl/basewidget/fwl_caret.h", 36 "xfa/include/fwl/basewidget/fwl_caret.h",
32 "xfa/include/fwl/basewidget/fwl_checkbox.h", 37 "xfa/include/fwl/basewidget/fwl_checkbox.h",
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "configurations":{ 715 "configurations":{
711 }, 716 },
712 "sources":[ 717 "sources":[
713 ] 718 ]
714 } 719 }
715 ] 720 ]
716 ] 721 ]
717 } 722 }
718 ] 723 ]
719 } 724 }
OLDNEW
« pdfium.gyp ('K') | « pdfium.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698