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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2099513003: mus: Use the new drag API to implement tab dragging in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dragging-part-1
Patch Set: Rebase to tot Created 4 years, 5 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 | « ash/mus/window_manager.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 3839bb926ca71650187a2da40dfad1e5cd2b287a..149da9999bab6431ae0460fb31ed18980daa35d8 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -323,6 +323,13 @@ split_static_library("ui") {
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
]
+
+ # TODO(erg): These files hard depend on mus, and thus can't be in a gyp
+ # build. When gyp goes away, merge this back into the sources list.
+ sources += [
+ "views/tabs/window_finder_mus.cc",
+ "views/tabs/window_finder_mus.h",
+ ]
}
if (enable_extensions) {
sources += rebase_path(
« no previous file with comments | « ash/mus/window_manager.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698