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

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

Issue 2850153003: Revert of CrOS: Fix appearance of notification toasts when sliding out via gesture (Closed)
Patch Set: Created 3 years, 7 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 | « ui/message_center/views/slide_out_controller.cc ('k') | ui/views/controls/slide_out_view.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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "controls/scrollbar/cocoa_scroll_bar.h", 222 "controls/scrollbar/cocoa_scroll_bar.h",
223 "controls/scrollbar/cocoa_scroll_bar.mm", 223 "controls/scrollbar/cocoa_scroll_bar.mm",
224 "controls/scrollbar/overlay_scroll_bar.cc", 224 "controls/scrollbar/overlay_scroll_bar.cc",
225 "controls/scrollbar/overlay_scroll_bar.h", 225 "controls/scrollbar/overlay_scroll_bar.h",
226 "controls/scrollbar/scroll_bar.cc", 226 "controls/scrollbar/scroll_bar.cc",
227 "controls/scrollbar/scroll_bar.h", 227 "controls/scrollbar/scroll_bar.h",
228 "controls/scrollbar/scroll_bar_views.cc", 228 "controls/scrollbar/scroll_bar_views.cc",
229 "controls/scrollbar/scroll_bar_views.h", 229 "controls/scrollbar/scroll_bar_views.h",
230 "controls/separator.cc", 230 "controls/separator.cc",
231 "controls/separator.h", 231 "controls/separator.h",
232 "controls/slide_out_view.cc",
233 "controls/slide_out_view.h",
232 "controls/slider.cc", 234 "controls/slider.cc",
233 "controls/slider.h", 235 "controls/slider.h",
234 "controls/styled_label.cc", 236 "controls/styled_label.cc",
235 "controls/styled_label.h", 237 "controls/styled_label.h",
236 "controls/styled_label_listener.h", 238 "controls/styled_label_listener.h",
237 "controls/tabbed_pane/tabbed_pane.cc", 239 "controls/tabbed_pane/tabbed_pane.cc",
238 "controls/tabbed_pane/tabbed_pane.h", 240 "controls/tabbed_pane/tabbed_pane.h",
239 "controls/tabbed_pane/tabbed_pane_listener.h", 241 "controls/tabbed_pane/tabbed_pane_listener.h",
240 "controls/table/table_header.cc", 242 "controls/table/table_header.cc",
241 "controls/table/table_header.h", 243 "controls/table/table_header.h",
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 "//ui/base:test_support", 1065 "//ui/base:test_support",
1064 "//ui/compositor", 1066 "//ui/compositor",
1065 "//ui/events:test_support", 1067 "//ui/events:test_support",
1066 "//ui/gl:test_support", 1068 "//ui/gl:test_support",
1067 "//ui/resources", 1069 "//ui/resources",
1068 "//ui/resources:ui_test_pak", 1070 "//ui/resources:ui_test_pak",
1069 "//ui/strings", 1071 "//ui/strings",
1070 ] 1072 ]
1071 } 1073 }
1072 } 1074 }
OLDNEW
« no previous file with comments | « ui/message_center/views/slide_out_controller.cc ('k') | ui/views/controls/slide_out_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698