Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: components/precache/precache_defines.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/precache.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 # These values are duplicated in the GN build in:
8 # //components/precache/core:precache_config
9 'precache_config_settings_url%': 'https://www.gstatic.com/chrome/wifiprefetc h/precache_config',
10 'precache_manifest_url_prefix%': 'https://www.gstatic.com/chrome/wifiprefetc h/hosts/',
11 },
12 'conditions': [
13 ['precache_config_settings_url != ""', {
14 'defines': [
15 'PRECACHE_CONFIG_SETTINGS_URL="<(precache_config_settings_url)"',
16 ],
17 }],
18 ['precache_manifest_url_prefix != ""', {
19 'defines': [
20 'PRECACHE_MANIFEST_URL_PREFIX="<(precache_manifest_url_prefix)"',
21 ],
22 }],
23 ],
24 }
OLDNEW
« no previous file with comments | « components/precache.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698