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

Unified Diff: chrome/browser/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 | « ash/mus/shelf_delegate_mus.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 92157b9c06e30c5da7e0ff768c24a521f7247ae7..543944d41da3742f70018a48178591627779e878 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -598,8 +598,6 @@ source_set("browser") {
# These files are only built in a GN build because they bring in
# dependencies that don't build with GYP.
sources += [
- "ui/ash/launcher/chrome_mash_shelf_controller.cc",
- "ui/ash/launcher/chrome_mash_shelf_controller.h",
"ui/views/frame/browser_frame_mus.cc",
"ui/views/frame/browser_frame_mus.h",
"ui/views/frame/browser_non_client_frame_view_mus.cc",
@@ -607,15 +605,9 @@ source_set("browser") {
]
deps += [
"//components/mus/public/cpp",
- "//components/prefs",
"//content/public/common",
- "//mash/shelf/public/interfaces",
- "//services/shell/runner/common",
- "//skia/public",
"//ui/aura",
"//ui/compositor",
- "//ui/keyboard",
- "//ui/keyboard:keyboard_with_content",
"//ui/views/mus:for_component",
]
defines += [ "MOJO_SHELL_CLIENT" ]
« no previous file with comments | « ash/mus/shelf_delegate_mus.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698