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

Unified Diff: mash/system_ui/BUILD.gn

Issue 1492563002: Introduce mash/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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/shell/shell_application_delegate.cc ('k') | mash/system_ui/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/system_ui/BUILD.gn
diff --git a/mash/example/mock_sysui/BUILD.gn b/mash/system_ui/BUILD.gn
similarity index 90%
rename from mash/example/mock_sysui/BUILD.gn
rename to mash/system_ui/BUILD.gn
index 2e8305e949b14c65da9f46fb73fda8d9359ccc30..f8c4cc41eabdd5f22af26831f87643610d2a7140 100644
--- a/mash/example/mock_sysui/BUILD.gn
+++ b/mash/system_ui/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("mock_sysui") {
+mojo_native_application("system_ui") {
sources = [
"main.cc",
- "mock_sysui.cc",
- "mock_sysui.h",
+ "system_ui.cc",
+ "system_ui.h",
]
deps = [
« no previous file with comments | « mash/shell/shell_application_delegate.cc ('k') | mash/system_ui/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698