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

Unified Diff: chrome/browser/BUILD.gn

Issue 1839223003: Add basic Chrome interaction with the mash shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move chrome_launcher_prefs from ash to aura. 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 5da4cfe2d961b1f07af6d34d9335d1f9c3cedd4d..0bbe584877f36cff4e5b40a0ebd46abf6c0f652e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -608,6 +608,8 @@ 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",
@@ -615,8 +617,11 @@ source_set("browser") {
]
deps += [
"//components/mus/public/cpp",
+ "//components/prefs",
"//content/public/common",
+ "//mash/shelf/public/interfaces",
"//mojo/shell/runner/common",
+ "//skia/public",
"//ui/aura",
"//ui/compositor",
"//ui/keyboard",

Powered by Google App Engine
This is Rietveld 408576698