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

Unified Diff: chrome/browser/ui/views/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on improved shared memory support 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: chrome/browser/ui/views/BUILD.gn
diff --git a/chrome/browser/ui/views/BUILD.gn b/chrome/browser/ui/views/BUILD.gn
index 88317670b6f677c0b5626736cddaaacbd44a7209..2bd73aef3276a275e1b7d9a09de2531b310a2cdd 100644
--- a/chrome/browser/ui/views/BUILD.gn
+++ b/chrome/browser/ui/views/BUILD.gn
@@ -36,6 +36,12 @@ component("views") {
]
if (use_ash) {
- deps += [ "//ash" ]
+ deps += [
+ "//ash",
+ "//components/exo",
+ ]
+ if (is_linux) {
+ deps += [ "//components/exo/wayland" ]
+ }
}
}
« no previous file with comments | « ash/ash.gyp ('k') | chrome/browser/ui/views/DEPS » ('j') | components/exo/shared_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698