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

Unified Diff: shell/BUILD.gn

Issue 1034603002: Prefix build variables used in separate repos with mojo_ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: more mojo_ Created 5 years, 9 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/services/navigation/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « mojo/services/navigation/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698