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

Unified Diff: components/precache/precache_defines.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/precache.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/precache_defines.gypi
diff --git a/components/precache/precache_defines.gypi b/components/precache/precache_defines.gypi
deleted file mode 100644
index a7868e7756cd067529c752ed65c30f898de5f467..0000000000000000000000000000000000000000
--- a/components/precache/precache_defines.gypi
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- # These values are duplicated in the GN build in:
- # //components/precache/core:precache_config
- 'precache_config_settings_url%': 'https://www.gstatic.com/chrome/wifiprefetch/precache_config',
- 'precache_manifest_url_prefix%': 'https://www.gstatic.com/chrome/wifiprefetch/hosts/',
- },
- 'conditions': [
- ['precache_config_settings_url != ""', {
- 'defines': [
- 'PRECACHE_CONFIG_SETTINGS_URL="<(precache_config_settings_url)"',
- ],
- }],
- ['precache_manifest_url_prefix != ""', {
- 'defines': [
- 'PRECACHE_MANIFEST_URL_PREFIX="<(precache_manifest_url_prefix)"',
- ],
- }],
- ],
-}
« 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