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

Unified Diff: mash/shell/BUILD.gn

Issue 1576683002: Add rudimentary mash shelf functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 11 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: mash/shell/BUILD.gn
diff --git a/mash/shell/BUILD.gn b/mash/shell/BUILD.gn
index 2a4b763a38578b2ae3ddd3e5dc22f76c4a450a02..25487bdb9a64bc91a5b6daed10b5ca443e96f4f0 100644
--- a/mash/shell/BUILD.gn
+++ b/mash/shell/BUILD.gn
@@ -25,7 +25,9 @@ mojo_native_application("shell") {
data_deps = [
"//mash/browser_driver",
- "//mash/system_ui",
+ "//mash/quick_launch",
+ "//mash/shelf",
+ "//mash/wallpaper",
"//mash/wm",
]
}

Powered by Google App Engine
This is Rietveld 408576698