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

Side by Side Diff: xfa.gyp

Issue 2055353002: fix skia + windows + gn (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 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 | « third_party/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 "variables": { 2 "variables": {
3 "chromium_code": 1, 3 "chromium_code": 1,
4 "pdf_enable_v8%": 1, 4 "pdf_enable_v8%": 1,
5 }, 5 },
6 "target_defaults": { 6 "target_defaults": {
7 "defines": [ 7 "defines": [
8 "PDF_ENABLE_XFA", 8 "PDF_ENABLE_XFA",
9 ], 9 ],
10 'msvs_disabled_warnings': [ 10 'msvs_disabled_warnings': [
(...skipping 22 matching lines...) Expand all
33 'export_dependent_settings': [ 33 'export_dependent_settings': [
34 '<(DEPTH)/v8/src/v8.gyp:v8', 34 '<(DEPTH)/v8/src/v8.gyp:v8',
35 ], 35 ],
36 "sources":[ 36 "sources":[
37 "fxjse/class.cpp", 37 "fxjse/class.cpp",
38 "fxjse/context.cpp", 38 "fxjse/context.cpp",
39 "fxjse/context.h", 39 "fxjse/context.h",
40 "fxjse/dynprop.cpp", 40 "fxjse/dynprop.cpp",
41 "fxjse/include/cfxjse_arguments.h", 41 "fxjse/include/cfxjse_arguments.h",
42 "fxjse/include/cfxjse_class.h", 42 "fxjse/include/cfxjse_class.h",
43 "fxjse/include/cfxjse_value.h" 43 "fxjse/include/cfxjse_value.h",
44 "fxjse/include/fxjse.h", 44 "fxjse/include/fxjse.h",
45 "fxjse/runtime.cpp", 45 "fxjse/runtime.cpp",
46 "fxjse/runtime.h", 46 "fxjse/runtime.h",
47 "fxjse/scope_inline.h", 47 "fxjse/scope_inline.h",
48 "fxjse/value.cpp", 48 "fxjse/value.cpp",
49 "xfa/fxfa/include/fxfa.h", 49 "xfa/fxfa/include/fxfa.h",
50 "xfa/fxfa/include/fxfa_basic.h", 50 "xfa/fxfa/include/fxfa_basic.h",
51 "xfa/fxfa/include/fxfa_widget.h", 51 "xfa/fxfa/include/fxfa_widget.h",
52 "xfa/fxfa/include/xfa_checksum.h", 52 "xfa/fxfa/include/xfa_checksum.h",
53 "xfa/fxfa/include/xfa_ffapp.h", 53 "xfa/fxfa/include/xfa_ffapp.h",
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 "sources": [], 740 "sources": [],
741 }], 741 }],
742 ["OS == 'mac'", { 742 ["OS == 'mac'", {
743 "configurations": {}, 743 "configurations": {},
744 "sources": [], 744 "sources": [],
745 }], 745 }],
746 ] 746 ]
747 } 747 }
748 ] 748 ]
749 } 749 }
OLDNEW
« no previous file with comments | « third_party/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698