Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |