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

Unified Diff: components/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index a1ec4d79bba3fb41dc28a7267b045797bb5335b0..d76c1f434813ef78f7c6a3c10c1a3b4d82e2b09b 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -84,6 +84,8 @@ group("all_components") {
"//components/devtools_discovery",
"//components/devtools_http_handler",
"//components/domain_reliability",
+ "//components/exo",
+ "//components/exo/wayland",
"//components/favicon/core",
"//components/favicon_base",
"//components/feedback",
@@ -217,6 +219,14 @@ group("all_components") {
"//components/wifi_sync",
]
}
+
+ if (!use_ash) {
+ deps -= [ "//components/exo" ]
+ }
+
+ if (!use_ash || !is_linux) {
+ deps -= [ "//components/exo/wayland" ]
+ }
} else {
deps += [
"//components/autofill/ios/browser",

Powered by Google App Engine
This is Rietveld 408576698