| Index: shell/BUILD.gn
|
| diff --git a/shell/BUILD.gn b/shell/BUILD.gn
|
| index def1122c9a25dfb74502ddb654e2c81e06f69da2..613d6faef59369538d6eebaf244fd6ec5b31499f 100644
|
| --- a/shell/BUILD.gn
|
| +++ b/shell/BUILD.gn
|
| @@ -47,7 +47,7 @@ if (is_android) {
|
| import("//build/config/android/rules.gni")
|
| }
|
|
|
| -if (!use_prebuilt_mojo_shell) {
|
| +if (!mojo_use_prebuilt_mojo_shell) {
|
| executable("mojo_shell") {
|
| sources = [
|
| "desktop/mojo_main.cc",
|
| @@ -81,7 +81,7 @@ if (!use_prebuilt_mojo_shell) {
|
| ]
|
| }
|
| }
|
| -} # !use_prebuilt_mojo_shell
|
| +} # !mojo_use_prebuilt_mojo_shell
|
|
|
| executable("mojo_launcher") {
|
| sources = [
|
|
|