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

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: do not bundle ash resources into chrome 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 161b8e64b3fcc3951271a09d0b5c661e0472cbc0..a2b9eb60b2407cc7053f421cf170a8e54e586498 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3546,6 +3546,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) {

Powered by Google App Engine
This is Rietveld 408576698