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

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: Keep GN in sync. 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
« no previous file with comments | « samples/BUILD.gn ('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 ],
(...skipping 698 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
« no previous file with comments | « samples/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698