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

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 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) {
piman 2015/11/17 02:43:53 Do we need this on anything but chromeos at this p
reveman 2015/11/17 18:04:04 Fyi, this only pulls in //third_party/wayland:wayl
reveman 2015/11/18 00:21:47 Added enable_wayland_server option to latest patch
+ deps += [ "//components/exo/wayland" ]
+ }
}
}
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/browser/ui/views/DEPS » ('j') | components/exo/buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698