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

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

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: General patch cleanup. 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 284158123f5213962511aa3e1ad97d6c272087df..a4a1a750c3f8758f3ff17439525b6da45b830c59 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -325,6 +325,13 @@ target(chrome_browser_target_type, "ui") {
"//components/mus/public/cpp",
"//components/mus/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(

Powered by Google App Engine
This is Rietveld 408576698