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

Unified Diff: mojo/BUILD.gn

Issue 670073002: Revert of 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 | « DEPS ('k') | mojo/mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 7b188e70e46c8ca077cf80053334a5a99d821d62..8f58fc1487c8c95c846c7d839f1bee3c29a42c0d 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
-import("//mojo/public/mojo.gni")
group("mojo") {
# Meta-target, don't link into production code.
@@ -19,14 +18,9 @@
"//mojo/examples",
"//mojo/public",
"//mojo/services",
+ "//mojo/shell:mojo_shell",
"//mojo/tools/package_manager",
]
-
- if (use_prebuilt_mojo_shell) {
- deps += [ "//mojo/public/tools:copy_mojo_shell" ]
- } else {
- deps += [ "//mojo/shell:mojo_shell" ]
- }
if (is_android) {
deps += [
« no previous file with comments | « DEPS ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698