Index: mojo/shell/BUILD.gn |
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn |
index c435a7515c1f6b7aae764a47ffb5d289e3b91900..ccb2b4b5785879763d0ede32dd3a7eb71e2b4a8d 100644 |
--- a/mojo/shell/BUILD.gn |
+++ b/mojo/shell/BUILD.gn |
@@ -2,9 +2,13 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//mojo/public/tools/bindings/mojom.gni") |
import("//build/config/ui.gni") |
+import("//mojo/public/mojo.gni") |
+import("//mojo/public/tools/bindings/mojom.gni") |
+if (!use_prebuilt_mojo_shell) { |
+ |
+# GYP version: mojo/mojo.gyp:mojo_shell |
executable("mojo_shell") { |
deps = [ |
":lib", |
@@ -22,6 +26,8 @@ executable("mojo_shell") { |
] |
} |
+} # !use_prebuilt_mojo_shell |
+ |
# GYP version: mojo/mojo.gyp:mojo_shell_lib |
source_set("lib") { |
deps = [ |