| Index: mojo/public/mojo_application.gni
|
| diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
|
| index d28cb440aaa98fd709f101c697539f6c6d392cd2..6f738bd59266c439a79db5a60af2688eb3d80f53 100644
|
| --- a/mojo/public/mojo_application.gni
|
| +++ b/mojo/public/mojo_application.gni
|
| @@ -170,9 +170,9 @@ if (is_android) {
|
| }
|
|
|
| if (defined(invoker.output_name)) {
|
| - mojo_output = "$target_out_dir/" + invoker.output_name + ".mojo"
|
| + mojo_output = "$root_out_dir/" + invoker.output_name + ".mojo"
|
| } else {
|
| - mojo_output = "$target_out_dir/" + target_name + ".mojo"
|
| + mojo_output = "$root_out_dir/" + target_name + ".mojo"
|
| }
|
|
|
| action(target_name) {
|
|
|