Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 56b2da388f3451233cb726ef6abc069a6bffc557..711a2f3d8595d72bd82d152d8777e77ec517787e 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -329,6 +329,13 @@ split_static_library("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( |