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

Unified Diff: build/module_args/mojo.gni

Issue 983143003: Support of specify local prebuilt network service file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to prebuilt_network_service_location 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/module_args/mojo.gni
diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
index 21e5e9c90fcd776cd9c865cdc2731aa965613826..9700b16c7d52c4b8956748acaecfae7cf1904a8c 100644
--- a/build/module_args/mojo.gni
+++ b/build/module_args/mojo.gni
@@ -9,6 +9,16 @@ mojo_sdk_root = "//third_party/mojo/src"
# producer of the network service.
build_network_service_from_source = true
-# TODO(blundell): Remove the below line once
-# https://codereview.chromium.org/939753003/ rolls into Chromium.
-use_prebuilt_network_service = false
+declare_args() {
+ # Specify prebuilt network service mojo file location rather than download
+ # from gs://mojo.
+ #
+ # This variable only used when build_network_service_from_source is false.
+ #
+ # Currently only android_arm and linux_64 available on gs://mojo, and no plan
+ # to support more(https://codereview.chromium.org/921873003).
+ # It is needed for developers works on other platforms like android_x86 and
+ # android_x64. And it is also useful for supportted platform as well when
+ # developer want to try its own version of network service files.
+ prebuilt_network_service_location = ""
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698