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. 4 5 { 6 'variables': { 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_', 9 }, 10 'conditions': [ 11 ['precache_config_settings_url != ""', { 12 'defines': [ 13 'PRECACHE_CONFIG_SETTINGS_URL="<(precache_config_settings_url)"', 14 ], 15 }], 16 ['precache_manifest_url_prefix != ""', { 17 'defines': [ 18 'PRECACHE_MANIFEST_URL_PREFIX="<(precache_manifest_url_prefix)"', 19 ], 20 }], 21 ], 22 } 23