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

Unified Diff: chrome/chrome_browser.gypi

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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 79bd4d42d76d0c413f3ec9be36870634f574c9fd..2a619a2def9bf64a6fba087544df363c8f42c93e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3868,6 +3868,16 @@
'../components/components.gyp:printing_browser',
]
}],
+ ['enable_wayland_server==1', {
+ 'sources': [
+ 'browser/chrome_browser_main_extra_parts_exo.cc',
+ 'browser/chrome_browser_main_extra_parts_exo.h',
+ ],
+ 'dependencies': [
+ '../components/components.gyp:exo',
+ '../components/components.gyp:exo_wayland',
+ ],
+ }],
],
},
{
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698