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

Unified Diff: ui/display/BUILD.gn

Issue 2108933003: Reorder browser list on workspace switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Desktop class and remove global OnWorkspaceChanged 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | ui/display/desktop_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 7a68bcd20bcb8159dc600c1053db435199b1fbb3..ef5591318bdf69fa1c1e3c464d806f30269c3f7e 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -33,6 +33,10 @@ component("display") {
"chromeos/x11/native_display_delegate_x11.h",
"chromeos/x11/native_display_event_dispatcher_x11.cc",
"chromeos/x11/native_display_event_dispatcher_x11.h",
+ "desktop.cc",
sky 2016/07/01 19:43:39 I think you forgot the git add desktop.*
+ "desktop.h",
+ "desktop_observer.cc",
+ "desktop_observer.h",
"display.cc",
"display.h",
"display_change_notifier.cc",
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | ui/display/desktop_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698