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

Unified Diff: mash/shelf/BUILD.gn

Issue 1576683002: Add rudimentary mash shelf functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format 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
« no previous file with comments | « mash/BUILD.gn ('k') | mash/shelf/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shelf/BUILD.gn
diff --git a/mash/system_ui/BUILD.gn b/mash/shelf/BUILD.gn
similarity index 85%
rename from mash/system_ui/BUILD.gn
rename to mash/shelf/BUILD.gn
index 62529016bd4aa5310b7008023fa05b969a25b500..8c316a7c6496ee26bcf568d21e075002c3756011 100644
--- a/mash/system_ui/BUILD.gn
+++ b/mash/shelf/BUILD.gn
@@ -6,11 +6,13 @@ import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-mojo_native_application("system_ui") {
+mojo_native_application("shelf") {
sources = [
"main.cc",
- "system_ui.cc",
- "system_ui.h",
+ "shelf_application.cc",
+ "shelf_application.h",
+ "shelf_view.cc",
+ "shelf_view.h",
]
deps = [
« no previous file with comments | « mash/BUILD.gn ('k') | mash/shelf/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698