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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another build fi 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/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 03b508fe1ffdb4bf6783c6f9ddb2e518c5043968..360247822fc31bd013d0a7b58897b9c7e34eada2 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2955,6 +2955,12 @@
['chromeos == 0', {
'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
}],
+ ['enable_wayland_server==1', {
+ 'dependencies': [
+ '../components/components.gyp:exo',
+ '../components/components.gyp:exo_wayland',
+ ],
+ }],
],
}, { # use_ash==0
'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],

Powered by Google App Engine
This is Rietveld 408576698