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

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

Issue 643103003: Use app_list_service_disabled in Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index bac985e14bb1bd040828cf4f2b293f5394eb5288..b12d936df0d556ea45fe12558c8c87482198de33 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -193,6 +193,16 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources,
".", "//chrome")
}
+ if (use_athena) {
+ sources += rebase_path(gypi_values.chrome_browser_ui_athena_sources,
+ ".", "//chrome")
+ } else { # Not athena.
+ if (use_ash) {
+ sources += rebase_path(
+ gypi_values.chrome_browser_ui_ash_non_athena_sources,
+ ".", "//chrome")
+ }
+ }
if (toolkit_views) {
sources += rebase_path(gypi_values.chrome_browser_ui_views_sources,
".", "//chrome")
« no previous file with comments | « chrome/browser/extensions/api/webstore_private/webstore_private_api.cc ('k') | chrome/browser/ui/ash/ash_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698