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

Side by Side Diff: xfa.gyp

Issue 2072803002: Make code compile with clang_use_chrome_plugin (final) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase 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 | « fxjse/value.cpp ('k') | xfa/fde/cfde_txtedtengine.cpp » ('j') | 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "xfa/fde/cfde_txtedtpage.cpp", 61 "xfa/fde/cfde_txtedtpage.cpp",
62 "xfa/fde/cfde_txtedtpage.h", 62 "xfa/fde/cfde_txtedtpage.h",
63 "xfa/fde/cfde_txtedtparag.cpp", 63 "xfa/fde/cfde_txtedtparag.cpp",
64 "xfa/fde/cfde_txtedtparag.h", 64 "xfa/fde/cfde_txtedtparag.h",
65 "xfa/fde/cfde_txtedttextset.cpp", 65 "xfa/fde/cfde_txtedttextset.cpp",
66 "xfa/fde/cfde_txtedttextset.h", 66 "xfa/fde/cfde_txtedttextset.h",
67 "xfa/fde/cfx_chariter.cpp", 67 "xfa/fde/cfx_chariter.cpp",
68 "xfa/fde/cfx_chariter.h", 68 "xfa/fde/cfx_chariter.h",
69 "xfa/fde/cfx_wordbreak.cpp", 69 "xfa/fde/cfx_wordbreak.cpp",
70 "xfa/fde/cfx_wordbreak.h", 70 "xfa/fde/cfx_wordbreak.h",
71 "xfa/fde/css/fde_css.cpp",
71 "xfa/fde/css/fde_css.h", 72 "xfa/fde/css/fde_css.h",
72 "xfa/fde/css/fde_csscache.cpp", 73 "xfa/fde/css/fde_csscache.cpp",
73 "xfa/fde/css/fde_csscache.h", 74 "xfa/fde/css/fde_csscache.h",
74 "xfa/fde/css/fde_cssdatatable.cpp", 75 "xfa/fde/css/fde_cssdatatable.cpp",
75 "xfa/fde/css/fde_cssdatatable.h", 76 "xfa/fde/css/fde_cssdatatable.h",
76 "xfa/fde/css/fde_cssdeclaration.cpp", 77 "xfa/fde/css/fde_cssdeclaration.cpp",
77 "xfa/fde/css/fde_cssdeclaration.h", 78 "xfa/fde/css/fde_cssdeclaration.h",
78 "xfa/fde/css/fde_cssstyleselector.cpp", 79 "xfa/fde/css/fde_cssstyleselector.cpp",
79 "xfa/fde/css/fde_cssstyleselector.h", 80 "xfa/fde/css/fde_cssstyleselector.h",
80 "xfa/fde/css/fde_cssstylesheet.cpp", 81 "xfa/fde/css/fde_cssstylesheet.cpp",
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "sources": [], 604 "sources": [],
604 }], 605 }],
605 ["OS == 'mac'", { 606 ["OS == 'mac'", {
606 "configurations": {}, 607 "configurations": {},
607 "sources": [], 608 "sources": [],
608 }], 609 }],
609 ] 610 ]
610 } 611 }
611 ] 612 ]
612 } 613 }
OLDNEW
« no previous file with comments | « fxjse/value.cpp ('k') | xfa/fde/cfde_txtedtengine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698