Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 declare_args() { | |
| 6 # Whether to enable OfflinePages support. Currently user-visible features | |
| 7 # are Android-only. | |
| 8 enable_offline_pages = is_android | |
| 9 | |
| 10 # This enables test API for locally-built harness which is used for quality | |
| 11 # evaluations. Requires setting this variable manually at local environment. | |
| 12 enable_offline_pages_harness = false | |
|
dewittj
2017/05/11 17:03:40
Probably want to +cc romax and petewil
Dmitry Titov
2017/05/11 17:35:04
Discussed it with romax, adding him as R
romax
2017/05/11 18:09:21
this flag LGTM and I think it's better getting rid
| |
| 13 } | |
| OLD | NEW |