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

Unified Diff: components/mus/example/window_type_launcher/BUILD.gn

Issue 1390353007: Adds MUSViewsInit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows Created 5 years, 2 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: components/mus/example/window_type_launcher/BUILD.gn
diff --git a/components/mus/example/window_type_launcher/BUILD.gn b/components/mus/example/window_type_launcher/BUILD.gn
index 16b5c8c514602d5f91e15ffd80dad1aa75a3bfbc..e2a06a22f98c3cea2a090023b4dd9d3c67e4ef4d 100644
--- a/components/mus/example/window_type_launcher/BUILD.gn
+++ b/components/mus/example/window_type_launcher/BUILD.gn
@@ -18,11 +18,9 @@ mojo_native_application("window_type_launcher") {
]
deps = [
- ":resources",
"//base",
- "//components/mus/example/wm:interfaces",
+ "//components/mus/example/common",
"//mojo/application/public/cpp",
- "//mandoline/ui/aura",
"//mojo/application/public/cpp:sources",
"//mojo/converters/geometry",
"//skia",
@@ -32,7 +30,6 @@ mojo_native_application("window_type_launcher") {
"//ui/gfx/geometry",
"//ui/mojo/events:interfaces",
"//ui/views",
- "//ui/wm",
]
resources = [ "$root_out_dir/example_resources.pak" ]
@@ -41,18 +38,3 @@ mojo_native_application("window_type_launcher") {
"//components/mus",
]
}
-
-repack("resources") {
- sources = [
- "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
- "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
- "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
- "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
- ]
- output = "$root_out_dir/example_resources.pak"
- deps = [
- "//ui/strings",
- "//ui/resources",
- "//ui/views/resources",
- ]
-}
« no previous file with comments | « components/mus/example/common/mus_views_init.cc ('k') | components/mus/example/window_type_launcher/window_type_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698