Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 | |
| OLD | NEW |