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

Side by Side Diff: xfa.gyp

Issue 2215813003: Fix a file name typo (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 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 | « BUILD.gn ('k') | xfa/fwl/theme/cfwl_datetimepickedtp.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 "variables": { 5 "variables": {
6 'clang_use_chrome_plugins': 1, 6 'clang_use_chrome_plugins': 1,
7 }, 7 },
8 }, 8 },
9 "target_defaults": { 9 "target_defaults": {
10 "defines": [ 10 "defines": [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "xfa/fwl/theme/cfwl_arrowdata.cpp", 209 "xfa/fwl/theme/cfwl_arrowdata.cpp",
210 "xfa/fwl/theme/cfwl_arrowdata.h", 210 "xfa/fwl/theme/cfwl_arrowdata.h",
211 "xfa/fwl/theme/cfwl_barcodetp.cpp", 211 "xfa/fwl/theme/cfwl_barcodetp.cpp",
212 "xfa/fwl/theme/cfwl_barcodetp.h", 212 "xfa/fwl/theme/cfwl_barcodetp.h",
213 "xfa/fwl/theme/cfwl_carettp.cpp", 213 "xfa/fwl/theme/cfwl_carettp.cpp",
214 "xfa/fwl/theme/cfwl_carettp.h", 214 "xfa/fwl/theme/cfwl_carettp.h",
215 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 215 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
216 "xfa/fwl/theme/cfwl_checkboxtp.h", 216 "xfa/fwl/theme/cfwl_checkboxtp.h",
217 "xfa/fwl/theme/cfwl_comboboxtp.cpp", 217 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
218 "xfa/fwl/theme/cfwl_comboboxtp.h", 218 "xfa/fwl/theme/cfwl_comboboxtp.h",
219 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", 219 "xfa/fwl/theme/cfwl_datetimepickertp.cpp",
220 "xfa/fwl/theme/cfwl_datetimepickertp.h", 220 "xfa/fwl/theme/cfwl_datetimepickertp.h",
221 "xfa/fwl/theme/cfwl_edittp.cpp", 221 "xfa/fwl/theme/cfwl_edittp.cpp",
222 "xfa/fwl/theme/cfwl_edittp.h", 222 "xfa/fwl/theme/cfwl_edittp.h",
223 "xfa/fwl/theme/cfwl_listboxtp.cpp", 223 "xfa/fwl/theme/cfwl_listboxtp.cpp",
224 "xfa/fwl/theme/cfwl_listboxtp.h", 224 "xfa/fwl/theme/cfwl_listboxtp.h",
225 "xfa/fwl/theme/cfwl_monthcalendartp.cpp", 225 "xfa/fwl/theme/cfwl_monthcalendartp.cpp",
226 "xfa/fwl/theme/cfwl_monthcalendartp.h", 226 "xfa/fwl/theme/cfwl_monthcalendartp.h",
227 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", 227 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
228 "xfa/fwl/theme/cfwl_pictureboxtp.h", 228 "xfa/fwl/theme/cfwl_pictureboxtp.h",
229 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", 229 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 "sources": [], 611 "sources": [],
612 }], 612 }],
613 ["OS == 'mac'", { 613 ["OS == 'mac'", {
614 "configurations": {}, 614 "configurations": {},
615 "sources": [], 615 "sources": [],
616 }], 616 }],
617 ] 617 ]
618 } 618 }
619 ] 619 ]
620 } 620 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/theme/cfwl_datetimepickedtp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698