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

Unified Diff: chrome/browser/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some ifdefs Created 5 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 | « build/config/ui.gni ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
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 65923fb32ccd8ddd2da6bb361cfa93defa34a5d5..9321da9063b514fa12ec1955ad27784ae58ee9a9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -900,6 +900,17 @@ source_set("browser") {
if (enable_mojo_media == "utility") {
deps += [ "//media/mojo/services:application" ]
}
+
+ if (enable_wayland_server) {
+ deps += [
+ "//components/exo",
+ "//components/exo/wayland",
+ ]
+ sources += [
+ "chrome_browser_main_extra_parts_exo.cc",
+ "chrome_browser_main_extra_parts_exo.h",
+ ]
+ }
}
if (is_android) {
« no previous file with comments | « build/config/ui.gni ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698