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', |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../ui/accessibility/accessibility.gyp:accessibility', |
16 ], | 17 ], |
17 'sources': [ | 18 'sources': [ |
18 'network_hints/common/network_hints_common.cc', | 19 'network_hints/common/network_hints_common.cc', |
19 'network_hints/common/network_hints_common.h', | 20 'network_hints/common/network_hints_common.h', |
20 'network_hints/common/network_hints_message_generator.cc', | 21 'network_hints/common/network_hints_message_generator.cc', |
21 'network_hints/common/network_hints_message_generator.h', | 22 'network_hints/common/network_hints_message_generator.h', |
22 'network_hints/common/network_hints_messages.cc', | 23 'network_hints/common/network_hints_messages.cc', |
23 'network_hints/common/network_hints_messages.h', | 24 'network_hints/common/network_hints_messages.h', |
24 ], | 25 ], |
25 }, | 26 }, |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'network_hints/renderer/renderer_dns_prefetch.cc', | 64 'network_hints/renderer/renderer_dns_prefetch.cc', |
64 'network_hints/renderer/renderer_dns_prefetch.h', | 65 'network_hints/renderer/renderer_dns_prefetch.h', |
65 'network_hints/renderer/renderer_preconnect.cc', | 66 'network_hints/renderer/renderer_preconnect.cc', |
66 'network_hints/renderer/renderer_preconnect.h', | 67 'network_hints/renderer/renderer_preconnect.h', |
67 ], | 68 ], |
68 }, | 69 }, |
69 ], | 70 ], |
70 }], | 71 }], |
71 ], | 72 ], |
72 } | 73 } |
OLD | NEW |