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", |
] |
} |