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

Unified Diff: BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index dd927c0367aaff1032efb8215c48ff8d173af21e..c587cd4d971892edcc96cafe8777391dcfbbd1b2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1018,8 +1018,8 @@ if (pdf_enable_xfa) {
"xfa/fwl/basewidget/fwl_spinbuttonimp.h",
"xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
"xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
- "xfa/fwl/basewidget/fxmath_barcodeimp.cpp",
- "xfa/fwl/basewidget/fxmath_barcodeimp.h",
+ "xfa/fwl/basewidget/cfx_barcode.cpp",
Wei Li 2016/06/16 16:50:12 Move to be in alphabetical order?
dsinclair 2016/06/16 17:41:14 Doh, I looked at the following and c comes before
+ "xfa/fwl/basewidget/cfx_barcode.h",
"xfa/fwl/basewidget/ifwl_barcode.h",
"xfa/fwl/basewidget/ifwl_caret.h",
"xfa/fwl/basewidget/ifwl_checkbox.h",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698