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

Side by Side Diff: xfa.gyp

Issue 2073793002: Rename fxmath_barcodeimp to cfx_barcode (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
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "xfa/fwl/basewidget/fwl_pictureboximp.cpp", 165 "xfa/fwl/basewidget/fwl_pictureboximp.cpp",
166 "xfa/fwl/basewidget/fwl_pictureboximp.h", 166 "xfa/fwl/basewidget/fwl_pictureboximp.h",
167 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp", 167 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
168 "xfa/fwl/basewidget/fwl_pushbuttonimp.h", 168 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
169 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp", 169 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
170 "xfa/fwl/basewidget/fwl_scrollbarimp.h", 170 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
171 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp", 171 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
172 "xfa/fwl/basewidget/fwl_spinbuttonimp.h", 172 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
173 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp", 173 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
174 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h", 174 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
175 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp", 175 "xfa/fwl/basewidget/cfx_barcode.cpp",
Wei Li 2016/06/16 16:50:12 Ditto
dsinclair 2016/06/16 17:41:14 Done.
176 "xfa/fwl/basewidget/fxmath_barcodeimp.h", 176 "xfa/fwl/basewidget/cfx_barcode.h",
177 "xfa/fwl/basewidget/ifwl_barcode.h", 177 "xfa/fwl/basewidget/ifwl_barcode.h",
178 "xfa/fwl/basewidget/ifwl_caret.h", 178 "xfa/fwl/basewidget/ifwl_caret.h",
179 "xfa/fwl/basewidget/ifwl_checkbox.h", 179 "xfa/fwl/basewidget/ifwl_checkbox.h",
180 "xfa/fwl/basewidget/ifwl_combobox.h", 180 "xfa/fwl/basewidget/ifwl_combobox.h",
181 "xfa/fwl/basewidget/ifwl_datetimepicker.h", 181 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
182 "xfa/fwl/basewidget/ifwl_edit.h", 182 "xfa/fwl/basewidget/ifwl_edit.h",
183 "xfa/fwl/basewidget/ifwl_listbox.h", 183 "xfa/fwl/basewidget/ifwl_listbox.h",
184 "xfa/fwl/basewidget/ifwl_monthcalendar.h", 184 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
185 "xfa/fwl/basewidget/ifwl_picturebox.h", 185 "xfa/fwl/basewidget/ifwl_picturebox.h",
186 "xfa/fwl/basewidget/ifwl_pushbutton.h", 186 "xfa/fwl/basewidget/ifwl_pushbutton.h",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 "sources": [], 741 "sources": [],
742 }], 742 }],
743 ["OS == 'mac'", { 743 ["OS == 'mac'", {
744 "configurations": {}, 744 "configurations": {},
745 "sources": [], 745 "sources": [],
746 }], 746 }],
747 ] 747 ]
748 } 748 }
749 ] 749 ]
750 } 750 }
OLDNEW
« BUILD.gn ('K') | « BUILD.gn ('k') | xfa/fwl/basewidget/cfx_barcode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698