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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 "xfa/fwl/basewidget/fwl_pictureboximp.cpp", 1011 "xfa/fwl/basewidget/fwl_pictureboximp.cpp",
1012 "xfa/fwl/basewidget/fwl_pictureboximp.h", 1012 "xfa/fwl/basewidget/fwl_pictureboximp.h",
1013 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp", 1013 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
1014 "xfa/fwl/basewidget/fwl_pushbuttonimp.h", 1014 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
1015 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp", 1015 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
1016 "xfa/fwl/basewidget/fwl_scrollbarimp.h", 1016 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
1017 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp", 1017 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
1018 "xfa/fwl/basewidget/fwl_spinbuttonimp.h", 1018 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
1019 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp", 1019 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
1020 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h", 1020 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
1021 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp", 1021 "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
1022 "xfa/fwl/basewidget/fxmath_barcodeimp.h", 1022 "xfa/fwl/basewidget/cfx_barcode.h",
1023 "xfa/fwl/basewidget/ifwl_barcode.h", 1023 "xfa/fwl/basewidget/ifwl_barcode.h",
1024 "xfa/fwl/basewidget/ifwl_caret.h", 1024 "xfa/fwl/basewidget/ifwl_caret.h",
1025 "xfa/fwl/basewidget/ifwl_checkbox.h", 1025 "xfa/fwl/basewidget/ifwl_checkbox.h",
1026 "xfa/fwl/basewidget/ifwl_combobox.h", 1026 "xfa/fwl/basewidget/ifwl_combobox.h",
1027 "xfa/fwl/basewidget/ifwl_datetimepicker.h", 1027 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
1028 "xfa/fwl/basewidget/ifwl_edit.h", 1028 "xfa/fwl/basewidget/ifwl_edit.h",
1029 "xfa/fwl/basewidget/ifwl_listbox.h", 1029 "xfa/fwl/basewidget/ifwl_listbox.h",
1030 "xfa/fwl/basewidget/ifwl_monthcalendar.h", 1030 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
1031 "xfa/fwl/basewidget/ifwl_picturebox.h", 1031 "xfa/fwl/basewidget/ifwl_picturebox.h",
1032 "xfa/fwl/basewidget/ifwl_pushbutton.h", 1032 "xfa/fwl/basewidget/ifwl_pushbutton.h",
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 } 1707 }
1708 1708
1709 if (pdf_is_standalone) { 1709 if (pdf_is_standalone) {
1710 source_set("samples") { 1710 source_set("samples") {
1711 testonly = true 1711 testonly = true
1712 deps = [ 1712 deps = [
1713 "//samples", 1713 "//samples",
1714 ] 1714 ]
1715 } 1715 }
1716 } 1716 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698