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

Unified Diff: ui/views/BUILD.gn

Issue 2849523005: CrOS: Fix appearance of notification toasts when sliding out via gesture (Closed)
Patch Set: Created 3 years, 8 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
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 892cc8a8dd359c1e59686dba83ac3ac5a3647e80..ef999b7bc55310853ebd178ff287ac914016ea44 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -229,8 +229,8 @@ component("views") {
"controls/scrollbar/scroll_bar_views.h",
"controls/separator.cc",
"controls/separator.h",
- "controls/slide_out_view.cc",
- "controls/slide_out_view.h",
+ "controls/slide_out_controller.cc",
+ "controls/slide_out_controller.h",
"controls/slider.cc",
"controls/slider.h",
"controls/styled_label.cc",

Powered by Google App Engine
This is Rietveld 408576698