| Index: components/mus/BUILD.gn
|
| diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
|
| index 5891ffa974d3f5d0f8eee5fa8355df5053c590dd..0f54042936364955d7cb57fe7f6ed901de67a4fb 100644
|
| --- a/components/mus/BUILD.gn
|
| +++ b/components/mus/BUILD.gn
|
| @@ -35,7 +35,6 @@ if (is_android) {
|
|
|
| deps = [
|
| ":lib",
|
| - ":manifest",
|
| "//mojo/platform_handle:for_shared_library",
|
| "//mojo/shell/public/cpp:sources",
|
| ]
|
| @@ -43,6 +42,10 @@ if (is_android) {
|
| if (is_win) {
|
| deps += [ ":copy_gl_libraries" ]
|
| }
|
| +
|
| + data_deps = [
|
| + ":manifest",
|
| + ]
|
| }
|
|
|
| mojo_application_manifest("manifest") {
|
|
|