| Index: components/mus/example/client/BUILD.gn
|
| diff --git a/components/mus/example/client/BUILD.gn b/components/mus/example/client/BUILD.gn
|
| index 2310d555e380fb6bfedb494b0a9a2505fede023a..d0710b4f20eadc1b3b595fefac61356033fbf5f5 100644
|
| --- a/components/mus/example/client/BUILD.gn
|
| +++ b/components/mus/example/client/BUILD.gn
|
| @@ -18,11 +18,10 @@ mojo_native_application("client") {
|
| ]
|
|
|
| deps = [
|
| - ":resources",
|
| "//base",
|
| + "//components/mus/example/common",
|
| "//components/mus/example/wm:interfaces",
|
| "//mojo/application/public/cpp",
|
| - "//mandoline/ui/aura",
|
| "//mojo/application/public/cpp:sources",
|
| "//mojo/converters/geometry",
|
| "//skia",
|
| @@ -39,18 +38,3 @@ mojo_native_application("client") {
|
| "//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",
|
| - ]
|
| -}
|
|
|