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

Unified Diff: mash/quick_launch/BUILD.gn

Issue 1560223002: Add quick launcher for launching mojo apps from within mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher
Patch Set: . 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/example/main/main_application_delegate.cc ('k') | mash/quick_launch/quick_launch.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/quick_launch/BUILD.gn
diff --git a/mash/example/main/BUILD.gn b/mash/quick_launch/BUILD.gn
similarity index 55%
rename from mash/example/main/BUILD.gn
rename to mash/quick_launch/BUILD.gn
index bef2aefc7ccac12c9196b562cbdb20cfe5b3a4d6..17db5af61393b1edb4d50e7fcc0994c7c71aa018 100644
--- a/mash/example/main/BUILD.gn
+++ b/mash/quick_launch/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -7,27 +7,26 @@ import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
-mojo_native_application("main") {
- output_name = "example_main"
- testonly = true
-
+mojo_native_application("quick_launch") {
sources = [
- "main.cc",
- "main_application_delegate.cc",
- "main_application_delegate.h",
+ "quick_launch.cc",
]
deps = [
"//base",
"//mojo/application/public/cpp",
"//mojo/application/public/cpp:sources",
+ "//mojo/application/public/interfaces",
"//mojo/public/cpp/bindings",
+ "//mojo/services/tracing/public/cpp",
+ "//ui/views",
+ "//ui/views/mus:for_mojo_application",
+ "//url",
]
+ resources = [ "$root_out_dir/views_mus_resources.pak" ]
+
data_deps = [
- "//mash/shell",
- "//mash/task_viewer",
- "//mash/example/views_examples",
- "//mash/example/window_type_launcher",
+ "//components/mus",
]
}
« no previous file with comments | « mash/example/main/main_application_delegate.cc ('k') | mash/quick_launch/quick_launch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698