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

Unified Diff: mojo/public/mojo.gni

Issue 910763002: Expose ability to download network service impl in SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 10 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/BUILD.gn ('k') | mojo/public/mojo_application.gni » ('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/mojo/public/mojo.gni b/mojo/public/mojo.gni
index 9f1b86b7d203dab69125d1c54555de3066e831d0..23aac005706ae2779f9303419b7555a6fa8f0397 100644
--- a/mojo/public/mojo.gni
+++ b/mojo/public/mojo.gni
@@ -10,6 +10,12 @@ if (!defined(use_prebuilt_mojo_shell) || use_prebuilt_mojo_shell) {
use_prebuilt_mojo_shell = is_linux || is_android
}
+# If using the prebuilt network service, gate its usage by the platforms for
+# which it is published.
+if (!defined(use_prebuilt_network_service) || use_prebuilt_network_service) {
+ use_prebuilt_network_service = is_linux || is_android
+}
+
# The absolute path to the directory containing the mojo public SDK (i.e., the
# directory containing mojo/public). The build files within the Mojo public
# SDK use this variable to allow themselves to be parameterized by the location
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698