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

Side by Side Diff: xfa.gyp

Issue 2154843002: Clean up singleton implementation (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 5 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 | « pdfium.gyp ('k') | xfa/fwl/theme/cfwl_arrowdata.h » ('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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "xfa/fwl/lightwidget/cfwl_listbox.cpp", 198 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
199 "xfa/fwl/lightwidget/cfwl_listbox.h", 199 "xfa/fwl/lightwidget/cfwl_listbox.h",
200 "xfa/fwl/lightwidget/cfwl_picturebox.cpp", 200 "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
201 "xfa/fwl/lightwidget/cfwl_picturebox.h", 201 "xfa/fwl/lightwidget/cfwl_picturebox.h",
202 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", 202 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
203 "xfa/fwl/lightwidget/cfwl_pushbutton.h", 203 "xfa/fwl/lightwidget/cfwl_pushbutton.h",
204 "xfa/fwl/lightwidget/cfwl_widget.cpp", 204 "xfa/fwl/lightwidget/cfwl_widget.cpp",
205 "xfa/fwl/lightwidget/cfwl_widget.h", 205 "xfa/fwl/lightwidget/cfwl_widget.h",
206 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", 206 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
207 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", 207 "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
208 "xfa/fwl/theme/cfwl_arrowdata.cpp",
209 "xfa/fwl/theme/cfwl_arrowdata.h",
208 "xfa/fwl/theme/cfwl_barcodetp.cpp", 210 "xfa/fwl/theme/cfwl_barcodetp.cpp",
209 "xfa/fwl/theme/cfwl_barcodetp.h", 211 "xfa/fwl/theme/cfwl_barcodetp.h",
210 "xfa/fwl/theme/cfwl_carettp.cpp", 212 "xfa/fwl/theme/cfwl_carettp.cpp",
211 "xfa/fwl/theme/cfwl_carettp.h", 213 "xfa/fwl/theme/cfwl_carettp.h",
212 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 214 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
213 "xfa/fwl/theme/cfwl_checkboxtp.h", 215 "xfa/fwl/theme/cfwl_checkboxtp.h",
214 "xfa/fwl/theme/cfwl_comboboxtp.cpp", 216 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
215 "xfa/fwl/theme/cfwl_comboboxtp.h", 217 "xfa/fwl/theme/cfwl_comboboxtp.h",
216 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", 218 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp",
217 "xfa/fwl/theme/cfwl_datetimepickertp.h", 219 "xfa/fwl/theme/cfwl_datetimepickertp.h",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "sources": [], 600 "sources": [],
599 }], 601 }],
600 ["OS == 'mac'", { 602 ["OS == 'mac'", {
601 "configurations": {}, 603 "configurations": {},
602 "sources": [], 604 "sources": [],
603 }], 605 }],
604 ] 606 ]
605 } 607 }
606 ] 608 ]
607 } 609 }
OLDNEW
« no previous file with comments | « pdfium.gyp ('k') | xfa/fwl/theme/cfwl_arrowdata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698