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

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: 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/shelf/BUILD.gn
diff --git a/mash/system_ui/BUILD.gn b/mash/shelf/BUILD.gn
similarity index 89%
rename from mash/system_ui/BUILD.gn
rename to mash/shelf/BUILD.gn
index 62529016bd4aa5310b7008023fa05b969a25b500..151c09352faf65ff67bac45895fab5b591517e0b 100644
--- a/mash/system_ui/BUILD.gn
+++ b/mash/shelf/BUILD.gn
@@ -6,11 +6,11 @@ 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",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698