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

Unified Diff: chrome/browser/BUILD.gn

Issue 2408803002: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 (Closed)
Patch Set: smaller CL, only with crucial bits (see comment #53) 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7010a3d9f3a763aa6045fb65fdd7300fae464920..372ac96754c83aa704d634d93c904b7f384633fe 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3542,6 +3542,13 @@ split_static_library("browser") {
defines += [ "USE_LIBSECRET" ]
deps += [ "//third_party/libsecret" ]
}
+
+ if (use_ozone) {
+ sources += [
+ "fullscreen_ozone.cc",
+ "media/webrtc/window_icon_util_ozone.cc",
+ ]
+ }
}
if (android_java_ui) {
« no previous file with comments | « no previous file | chrome/browser/fullscreen_ozone.cc » ('j') | chrome/browser/ui/views/tabs/window_finder_ozone.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698