Support of specify local prebuilt network service file.
This change is chromium part of https://codereview.chromium.org/921053003/ And out-of-date TODO is removed as well. TEST= BUG=458409 Review URL: https://codereview.chromium.org/983143003 Cr-Original-Commit-Position: refs/heads/master@{#319783} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 176dd4a94f2fbea1d0962888b3f62bdc21e76cd7
This commit is contained in:
Родитель
737a2ce6b4
Коммит
8576fcbe6b
|
@ -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 = ""
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче