Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1180)

Unified Diff: mojo/shell/BUILD.gn

Issue 667853002: Add gclient hook to download prebuilt mojo_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/tools/download_shell_binary.py ('k') | mojo/tools/upload_shell_binary.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index ff5f349ddaf203c4bf9892b227175b6a28924b96..54a2fbfecb18a7aabe59ef115ec5e9d30a985d74 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 = [
« no previous file with comments | « mojo/public/tools/download_shell_binary.py ('k') | mojo/tools/upload_shell_binary.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698