OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # These values are duplicated in the GN build in: | 7 # These values are duplicated in the GN build in: |
8 # //components/precache/core:precache_config | 8 # //components/precache/core:precache_config |
9 'precache_config_settings_url%': 'http://www.gstatic.com/chrome/wifiprefetch
/precache_config', | 9 'precache_config_settings_url%': 'https://www.gstatic.com/chrome/wifiprefetc
h/precache_config', |
10 'precache_manifest_url_prefix%': 'http://www.gstatic.com/chrome/wifiprefetch
/precache_manifest_', | 10 'precache_manifest_url_prefix%': 'https://www.gstatic.com/chrome/wifiprefetc
h/precache_manifest_', |
11 }, | 11 }, |
12 'conditions': [ | 12 'conditions': [ |
13 ['precache_config_settings_url != ""', { | 13 ['precache_config_settings_url != ""', { |
14 'defines': [ | 14 'defines': [ |
15 'PRECACHE_CONFIG_SETTINGS_URL="<(precache_config_settings_url)"', | 15 'PRECACHE_CONFIG_SETTINGS_URL="<(precache_config_settings_url)"', |
16 ], | 16 ], |
17 }], | 17 }], |
18 ['precache_manifest_url_prefix != ""', { | 18 ['precache_manifest_url_prefix != ""', { |
19 'defines': [ | 19 'defines': [ |
20 'PRECACHE_MANIFEST_URL_PREFIX="<(precache_manifest_url_prefix)"', | 20 'PRECACHE_MANIFEST_URL_PREFIX="<(precache_manifest_url_prefix)"', |
21 ], | 21 ], |
22 }], | 22 }], |
23 ], | 23 ], |
24 } | 24 } |
OLD | NEW |