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

Unified Diff: components/dns_prefetch.gypi

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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/components_tests.gyp ('k') | components/dns_prefetch/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dns_prefetch.gypi
diff --git a/components/dns_prefetch.gypi b/components/dns_prefetch.gypi
deleted file mode 100644
index 3328faae70a8e6b657fb80f3db063a4682a3a2a7..0000000000000000000000000000000000000000
--- a/components/dns_prefetch.gypi
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'targets': [
- {
- # GN version: //components/dns_prefetch/common
- 'target_name': 'dns_prefetch_common',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'dns_prefetch/common/prefetch_common.cc',
- 'dns_prefetch/common/prefetch_common.h',
- 'dns_prefetch/common/prefetch_message_generator.cc',
- 'dns_prefetch/common/prefetch_message_generator.h',
- 'dns_prefetch/common/prefetch_messages.cc',
- 'dns_prefetch/common/prefetch_messages.h',
- ],
- },
- {
- # GN version: //components/dns_prefetch/browser
- 'target_name': 'dns_prefetch_browser',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../content/content.gyp:content_browser',
- '../net/net.gyp:net',
- ],
- 'sources': [
- 'dns_prefetch/browser/net_message_filter.cc',
- 'dns_prefetch/browser/net_message_filter.h',
- ],
- },
- ],
- 'conditions': [
- ['OS!="ios"', {
- 'targets': [
- {
- # GN version: //components/dns_prefetch/renderer
- 'target_name': 'dns_prefetch_renderer',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'dns_prefetch_common',
- '../content/content.gyp:content_renderer',
- '../third_party/WebKit/public/blink.gyp:blink',
- ],
- 'sources': [
- 'dns_prefetch/renderer/predictor_queue.cc',
- 'dns_prefetch/renderer/predictor_queue.h',
- 'dns_prefetch/renderer/prescient_networking_dispatcher.cc',
- 'dns_prefetch/renderer/prescient_networking_dispatcher.h',
- 'dns_prefetch/renderer/renderer_net_predictor.cc',
- 'dns_prefetch/renderer/renderer_net_predictor.h',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/components_tests.gyp ('k') | components/dns_prefetch/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698