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