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

Side by Side Diff: components/network_hints.gypi

Issue 899883004: Added chrome-side support for link rel=preconnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed formatting nit 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | components/network_hints/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/network_hints/common 8 # GN version: //components/network_hints/common
9 'target_name': 'network_hints_common', 9 'target_name': 'network_hints_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../content/content.gyp:content_renderer', 55 '../content/content.gyp:content_renderer',
56 '../third_party/WebKit/public/blink.gyp:blink', 56 '../third_party/WebKit/public/blink.gyp:blink',
57 ], 57 ],
58 'sources': [ 58 'sources': [
59 'network_hints/renderer/dns_prefetch_queue.cc', 59 'network_hints/renderer/dns_prefetch_queue.cc',
60 'network_hints/renderer/dns_prefetch_queue.h', 60 'network_hints/renderer/dns_prefetch_queue.h',
61 'network_hints/renderer/prescient_networking_dispatcher.cc', 61 'network_hints/renderer/prescient_networking_dispatcher.cc',
62 'network_hints/renderer/prescient_networking_dispatcher.h', 62 'network_hints/renderer/prescient_networking_dispatcher.h',
63 'network_hints/renderer/renderer_dns_prefetch.cc', 63 'network_hints/renderer/renderer_dns_prefetch.cc',
64 'network_hints/renderer/renderer_dns_prefetch.h', 64 'network_hints/renderer/renderer_dns_prefetch.h',
65 'network_hints/renderer/renderer_preconnect.cc',
66 'network_hints/renderer/renderer_preconnect.h',
65 ], 67 ],
66 }, 68 },
67 ], 69 ],
68 }], 70 }],
69 ], 71 ],
70 } 72 }
OLDNEW
« no previous file with comments | « chrome/common/render_messages.h ('k') | components/network_hints/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698