1 # Copyright 2013 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.
7 'precache_config_settings_url%': 'http://www.gstatic.com/chrome/wifiprefetch/precache_config',
8 'precache_manifest_url_prefix%': 'http://www.gstatic.com/chrome/wifiprefetch/precache_manifest_',
11 ['precache_config_settings_url != ""', {
13 'PRECACHE_CONFIG_SETTINGS_URL="<(precache_config_settings_url)"',
16 ['precache_manifest_url_prefix != ""', {
18 'PRECACHE_MANIFEST_URL_PREFIX="<(precache_manifest_url_prefix)"',