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 = [ |