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

Side by Side Diff: components/network_hints.gypi

Issue 2043083002: Speculatively launch Service Workers on mouse/touch events. [2/5] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated falken's comment Created 4 years, 5 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 { 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '../content/content.gyp:content_renderer', 57 '../content/content.gyp:content_renderer',
58 '../third_party/WebKit/public/blink.gyp:blink', 58 '../third_party/WebKit/public/blink.gyp:blink',
59 ], 59 ],
60 'sources': [ 60 'sources': [
61 'network_hints/renderer/dns_prefetch_queue.cc', 61 'network_hints/renderer/dns_prefetch_queue.cc',
62 'network_hints/renderer/dns_prefetch_queue.h', 62 'network_hints/renderer/dns_prefetch_queue.h',
63 'network_hints/renderer/prescient_networking_dispatcher.cc', 63 'network_hints/renderer/prescient_networking_dispatcher.cc',
64 'network_hints/renderer/prescient_networking_dispatcher.h', 64 'network_hints/renderer/prescient_networking_dispatcher.h',
65 'network_hints/renderer/renderer_dns_prefetch.cc', 65 'network_hints/renderer/renderer_dns_prefetch.cc',
66 'network_hints/renderer/renderer_dns_prefetch.h', 66 'network_hints/renderer/renderer_dns_prefetch.h',
67 'network_hints/renderer/renderer_navigation_hint_sender.cc',
68 'network_hints/renderer/renderer_navigation_hint_sender.h',
67 'network_hints/renderer/renderer_preconnect.cc', 69 'network_hints/renderer/renderer_preconnect.cc',
68 'network_hints/renderer/renderer_preconnect.h', 70 'network_hints/renderer/renderer_preconnect.h',
69 ], 71 ],
70 }, 72 },
71 ], 73 ],
72 }], 74 }],
73 ], 75 ],
74 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698