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

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

Issue 2478323003: Ozone Linux: Fix linker errors in interactive_ui_tests (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 8afcfafb9cbd83bbca8a8a21bb9357c0fe2160f4..075329351827cfcb2243884148eb69bce2f5069b 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3058,7 +3058,10 @@ split_static_library("ui") {
]
}
if (use_ozone) {
- sources += [ "views/frame/native_browser_frame_factory_ozone.cc" ]
+ sources += [
+ "views/frame/native_browser_frame_factory_ozone.cc",
+ "views/frame/browser_desktop_window_tree_host_ozone.cc"
+ ]
}
}
if (is_linux) { # Both desktop Linux and ChromeOS.

Powered by Google App Engine
This is Rietveld 408576698