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