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

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

Issue 2449103004: Refactor WindowFinder definition (Closed)
Patch Set: fixed the unittests build Created 4 years, 2 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 b2937aa12ddfc6b9144f17e8ff5ae3aaabfe0110..e2adbe5d8adf35b415590201cf984817dab4a80b 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1857,10 +1857,7 @@ split_static_library("ui") {
# TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window
# apart from aura::Window, which is also not supported).
if (!is_mac) {
- sources += [
- "views/tabs/window_finder_mus.cc",
- "views/tabs/window_finder_mus.h",
- ]
+ sources += [ "views/tabs/window_finder_mus.cc" ]
deps += [ "//ui/views/mus" ]
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('j') | chrome/browser/ui/views/tabs/window_finder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698