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

Unified Diff: mojo/public/mojo.gni

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.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/VERSION ('k') | mojo/public/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo.gni
diff --git a/url/config.gni b/mojo/public/mojo.gni
similarity index 60%
copy from url/config.gni
copy to mojo/public/mojo.gni
index 42d335fb6228281bd4def9b2d131f0b68e13d618..5ff29890a3402a05fe434bf866c2a4ef7ee9e865 100644
--- a/url/config.gni
+++ b/mojo/public/mojo.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
declare_args() {
- # Switches to using platform functions instead of ICU on Android.
- use_icu_alternatives_on_android = false
+ # Whether to use a prebuilt mojo_shell binary instead of one built from
+ # source.
+ use_prebuilt_mojo_shell = false
}
« no previous file with comments | « mojo/public/VERSION ('k') | mojo/public/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698