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

Side by Side Diff: xfa.gyp

Issue 1416993005: Merge to XFA: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month 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 | « third_party/third_party.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 "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 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 15 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
16 ], 16 ],
17 'export_dependent_settings': [ 17 'export_dependent_settings': [
18 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 18 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
19 ], 19 ],
20 'include_dirs': [ 20 'include_dirs': [
21 '<(DEPTH)/v8', 21 '<(DEPTH)/v8',
22 '<(DEPTH)/v8/include', 22 '<(DEPTH)/v8/include',
23 'third_party/freetype/include', 23 'third_party/freetype/include',
24 'third_party/freetype/include/freetype',
24 ], 25 ],
25 'defines' : [ 26 'defines' : [
26 'FT2_BUILD_LIBRARY', 27 'FT2_BUILD_LIBRARY',
27 ], 28 ],
28 "sources":[ 29 "sources":[
29 "xfa/include/foxitxfa.h", 30 "xfa/include/foxitxfa.h",
30 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h", 31 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h",
31 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h", 32 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h",
32 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h", 33 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h",
33 "xfa/include/fwl/adapter/fwl_adapternative.h", 34 "xfa/include/fwl/adapter/fwl_adapternative.h",
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "sources": [], 716 "sources": [],
716 }], 717 }],
717 ["OS == 'mac'", { 718 ["OS == 'mac'", {
718 "configurations": {}, 719 "configurations": {},
719 "sources": [], 720 "sources": [],
720 }], 721 }],
721 ] 722 ]
722 } 723 }
723 ] 724 ]
724 } 725 }
OLDNEW
« no previous file with comments | « third_party/third_party.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698