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

Unified Diff: components/dns_prefetch/renderer/BUILD.gn

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/dns_prefetch/common/prefetch_messages.cc ('k') | components/dns_prefetch/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dns_prefetch/renderer/BUILD.gn
diff --git a/components/dns_prefetch/renderer/BUILD.gn b/components/dns_prefetch/renderer/BUILD.gn
deleted file mode 100644
index cc7350dc10e3d1a5d8081119e3579cfdcb20c636..0000000000000000000000000000000000000000
--- a/components/dns_prefetch/renderer/BUILD.gn
+++ /dev/null
@@ -1,21 +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.
-
-# GYP version: components/dns_prefetch.gypi:predictor_renderer
-source_set("renderer") {
- sources = [
- "predictor_queue.cc",
- "predictor_queue.h",
- "prescient_networking_dispatcher.cc",
- "prescient_networking_dispatcher.h",
- "renderer_net_predictor.cc",
- "renderer_net_predictor.h",
- ]
-
- public_deps = [
- "//components/dns_prefetch/common",
- "//content/public/renderer",
- "//third_party/WebKit/public:blink",
- ]
-}
« no previous file with comments | « components/dns_prefetch/common/prefetch_messages.cc ('k') | components/dns_prefetch/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698