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

Side by Side Diff: ui/views/BUILD.gn

Issue 2692043009: Remove last MD reference from TrayPopupUtils. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « ash/common/system/tray/tray_popup_utils.cc ('k') | ui/views/controls/md_slider.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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "controls/focusable_rounded_border_mac.h", 160 "controls/focusable_rounded_border_mac.h",
161 "controls/glow_hover_controller.cc", 161 "controls/glow_hover_controller.cc",
162 "controls/glow_hover_controller.h", 162 "controls/glow_hover_controller.h",
163 "controls/image_view.cc", 163 "controls/image_view.cc",
164 "controls/image_view.h", 164 "controls/image_view.h",
165 "controls/label.cc", 165 "controls/label.cc",
166 "controls/label.h", 166 "controls/label.h",
167 "controls/link.cc", 167 "controls/link.cc",
168 "controls/link.h", 168 "controls/link.h",
169 "controls/link_listener.h", 169 "controls/link_listener.h",
170 "controls/md_slider.cc",
171 "controls/md_slider.h",
172 "controls/menu/display_change_listener_mac.cc", 170 "controls/menu/display_change_listener_mac.cc",
173 "controls/menu/menu_config.cc", 171 "controls/menu/menu_config.cc",
174 "controls/menu/menu_config.h", 172 "controls/menu/menu_config.h",
175 "controls/menu/menu_config_chromeos.cc", 173 "controls/menu/menu_config_chromeos.cc",
176 "controls/menu/menu_config_linux.cc", 174 "controls/menu/menu_config_linux.cc",
177 "controls/menu/menu_config_mac.mm", 175 "controls/menu/menu_config_mac.mm",
178 "controls/menu/menu_config_win.cc", 176 "controls/menu/menu_config_win.cc",
179 "controls/menu/menu_controller.cc", 177 "controls/menu/menu_controller.cc",
180 "controls/menu/menu_controller.h", 178 "controls/menu/menu_controller.h",
181 "controls/menu/menu_controller_delegate.h", 179 "controls/menu/menu_controller_delegate.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "controls/menu/native_menu_win.cc", 213 "controls/menu/native_menu_win.cc",
216 "controls/menu/native_menu_win.h", 214 "controls/menu/native_menu_win.h",
217 "controls/menu/submenu_view.cc", 215 "controls/menu/submenu_view.cc",
218 "controls/menu/submenu_view.h", 216 "controls/menu/submenu_view.h",
219 "controls/message_box_view.cc", 217 "controls/message_box_view.cc",
220 "controls/message_box_view.h", 218 "controls/message_box_view.h",
221 "controls/native/native_view_host.cc", 219 "controls/native/native_view_host.cc",
222 "controls/native/native_view_host.h", 220 "controls/native/native_view_host.h",
223 "controls/native/native_view_host_mac.h", 221 "controls/native/native_view_host_mac.h",
224 "controls/native/native_view_host_mac.mm", 222 "controls/native/native_view_host_mac.mm",
225 "controls/non_md_slider.cc",
226 "controls/non_md_slider.h",
227 "controls/prefix_delegate.h", 223 "controls/prefix_delegate.h",
228 "controls/prefix_selector.cc", 224 "controls/prefix_selector.cc",
229 "controls/prefix_selector.h", 225 "controls/prefix_selector.h",
230 "controls/progress_bar.cc", 226 "controls/progress_bar.cc",
231 "controls/progress_bar.h", 227 "controls/progress_bar.h",
232 "controls/resize_area.cc", 228 "controls/resize_area.cc",
233 "controls/resize_area.h", 229 "controls/resize_area.h",
234 "controls/resize_area_delegate.h", 230 "controls/resize_area_delegate.h",
235 "controls/scroll_view.cc", 231 "controls/scroll_view.cc",
236 "controls/scroll_view.h", 232 "controls/scroll_view.h",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "test/menu_test_utils.cc", 709 "test/menu_test_utils.cc",
714 "test/menu_test_utils.h", 710 "test/menu_test_utils.h",
715 "test/native_widget_factory.h", 711 "test/native_widget_factory.h",
716 "test/scoped_views_test_helper.cc", 712 "test/scoped_views_test_helper.cc",
717 "test/scoped_views_test_helper.h", 713 "test/scoped_views_test_helper.h",
718 "test/slider_test_api.cc", 714 "test/slider_test_api.cc",
719 "test/slider_test_api.h", 715 "test/slider_test_api.h",
720 "test/test_layout_manager.cc", 716 "test/test_layout_manager.cc",
721 "test/test_layout_manager.h", 717 "test/test_layout_manager.h",
722 "test/test_platform_native_widget.h", 718 "test/test_platform_native_widget.h",
723 "test/test_slider.cc",
724 "test/test_slider.h",
725 "test/test_views.cc", 719 "test/test_views.cc",
726 "test/test_views.h", 720 "test/test_views.h",
727 "test/test_views_delegate.h", 721 "test/test_views_delegate.h",
728 "test/test_views_delegate_mac.mm", 722 "test/test_views_delegate_mac.mm",
729 "test/test_widget_observer.cc", 723 "test/test_widget_observer.cc",
730 "test/test_widget_observer.h", 724 "test/test_widget_observer.h",
731 "test/views_interactive_ui_test_base.cc", 725 "test/views_interactive_ui_test_base.cc",
732 "test/views_interactive_ui_test_base.h", 726 "test/views_interactive_ui_test_base.h",
733 "test/views_test_base.cc", 727 "test/views_test_base.cc",
734 "test/views_test_base.h", 728 "test/views_test_base.h",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 "//ui/base:test_support", 1050 "//ui/base:test_support",
1057 "//ui/compositor", 1051 "//ui/compositor",
1058 "//ui/events:test_support", 1052 "//ui/events:test_support",
1059 "//ui/gl:test_support", 1053 "//ui/gl:test_support",
1060 "//ui/resources", 1054 "//ui/resources",
1061 "//ui/resources:ui_test_pak", 1055 "//ui/resources:ui_test_pak",
1062 "//ui/strings", 1056 "//ui/strings",
1063 ] 1057 ]
1064 } 1058 }
1065 } 1059 }
OLDNEW
« no previous file with comments | « ash/common/system/tray/tray_popup_utils.cc ('k') | ui/views/controls/md_slider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698