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

Side by Side Diff: components/dns_prefetch/common/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, 10 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
OLDNEW
(Empty)
1 # Copyright 2014 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 # GYP version: components/dns_prefetch.gypi:predictor
6 source_set("common") {
7 sources = [
8 "prefetch_common.cc",
9 "prefetch_common.h",
10 "prefetch_message_generator.cc",
11 "prefetch_message_generator.h",
12 "prefetch_messages.cc",
13 "prefetch_messages.h",
14 ]
15
16 deps = [
17 "//base",
18 ]
19 }
OLDNEW
« no previous file with comments | « components/dns_prefetch/browser/net_message_filter.cc ('k') | components/dns_prefetch/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698