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

Side by Side Diff: components/network_hints/renderer/BUILD.gn

Issue 2179693002: Revert of Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # GYP version: components/network_hints.gypi:predictor_renderer 5 # GYP version: components/network_hints.gypi:predictor_renderer
6 source_set("renderer") { 6 source_set("renderer") {
7 sources = [ 7 sources = [
8 "dns_prefetch_queue.cc", 8 "dns_prefetch_queue.cc",
9 "dns_prefetch_queue.h", 9 "dns_prefetch_queue.h",
10 "prescient_networking_dispatcher.cc", 10 "prescient_networking_dispatcher.cc",
11 "prescient_networking_dispatcher.h", 11 "prescient_networking_dispatcher.h",
12 "renderer_dns_prefetch.cc", 12 "renderer_dns_prefetch.cc",
13 "renderer_dns_prefetch.h", 13 "renderer_dns_prefetch.h",
14 "renderer_preconnect.cc", 14 "renderer_preconnect.cc",
15 "renderer_preconnect.h", 15 "renderer_preconnect.h",
16 ] 16 ]
17 17
18 public_deps = [ 18 public_deps = [
19 "//base", 19 "//base",
20 "//components/network_hints/common", 20 "//components/network_hints/common",
21 "//components/network_hints/public/interfaces:network_hints_mojom",
22 "//content/public/renderer", 21 "//content/public/renderer",
23 "//services/shell/public/cpp",
24 "//third_party/WebKit/public:blink", 22 "//third_party/WebKit/public:blink",
25 "//url", 23 "//url",
26 ] 24 ]
27 } 25 }
28 26
29 source_set("unit_tests") { 27 source_set("unit_tests") {
30 testonly = true 28 testonly = true
31 sources = [ 29 sources = [
32 "dns_prefetch_queue_unittest.cc", 30 "dns_prefetch_queue_unittest.cc",
33 "renderer_dns_prefetch_unittest.cc", 31 "renderer_dns_prefetch_unittest.cc",
34 ] 32 ]
35 deps = [ 33 deps = [
36 ":renderer", 34 ":renderer",
37 "//testing/gtest", 35 "//testing/gtest",
38 ] 36 ]
39 } 37 }
OLDNEW
« no previous file with comments | « components/network_hints/public/interfaces/network_hints.mojom ('k') | components/network_hints/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698