OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |