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

Side by Side Diff: build/module_args/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: Fixes 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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | mojo/BUILD.gn » ('j') | mojo/public/mojo.gni » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # To use the prebuilt shell, simply omit this variable. Note that the prebuilt 5 # To use the prebuilt shell, simply omit this variable. Note that the prebuilt
6 # shell will be used only on platforms for which it is published (currently 6 # shell will be used only on platforms for which it is published (currently
7 # Linux and Android). 7 # Linux and Android).
8 use_prebuilt_mojo_shell = false 8 use_prebuilt_mojo_shell = false
9
10 # To use the prebuilt network service, set this variable to true or simply omit
ppi 2015/02/10 16:49:50 Should both comments go the other way, ie. "By def
jamesr 2015/02/10 22:45:21 Yeah, I think the default should be prebuilt (here
blundell 2015/02/11 21:06:17 Changed the comments. The code defaults to prebuil
ppi 2015/02/12 13:36:49 Yeah, flipping both flags around sounds good to me
11 # it.
12 use_prebuilt_network_service = true
OLDNEW
« no previous file with comments | « DEPS ('k') | mojo/BUILD.gn » ('j') | mojo/public/mojo.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698