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

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: Sync and rebase. 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/sysui_application.cc ('k') | chrome/browser/ui/ash/DEPS » ('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 0170206e953575a1957b6d410c3e8c74d09fd304..06c0d3b9d9132cccb2f8577d87cd00a64c909e08 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -609,6 +609,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",
@@ -616,8 +618,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",
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | chrome/browser/ui/ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698