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

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

Issue 1921403002: Pin apps from prefs on the mash shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only use ChromeMashShelfController with use_ash=1. Created 4 years, 8 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 32cb2a3610fc0a4ad18471df3efef45e27cc9fc4..f9d8764f5f0ad21dc4723cdb07442c18636348cd 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -255,12 +255,16 @@ source_set("ui") {
sources += [
"ash/keyboard_ui_service.cc",
"ash/keyboard_ui_service.h",
+ "ash/launcher/chrome_mash_shelf_controller.cc",
+ "ash/launcher/chrome_mash_shelf_controller.h",
]
deps += [
"//ash",
"//ash:ash_with_content",
"//ash/strings",
"//components/user_manager",
+ "//mash/shelf/public/interfaces",
+ "//skia/public",
"//ui/app_list/presenter",
"//ui/keyboard:mojom",
]
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698