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

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) - take 3 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
« no previous file with comments | « no previous file | chrome/browser/fullscreen_auramus.cc » ('j') | chrome/chrome_paks.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7010a3d9f3a763aa6045fb65fdd7300fae464920..f4a97938345940797b1d2d413bc3bda463aea9f7 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_auramus.cc",
sky 2016/11/04 21:40:37 Wouldn't _ozone be a better name to use here? aura
tonikitoo 2016/11/04 22:02:56 Done.
+ "media/webrtc/window_icon_util_auramus.cc",
+ ]
+ }
}
if (android_java_ui) {
« no previous file with comments | « no previous file | chrome/browser/fullscreen_auramus.cc » ('j') | chrome/chrome_paks.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698