| 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/domain_reliability | 8 # GN version: //components/domain_reliability |
| 9 'target_name': 'domain_reliability', | 9 'target_name': 'domain_reliability', |
| 10 'type': '<(component)', | 10 'type': '<(component)', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../base/base.gyp:base_prefs', |
| 13 '../components/components.gyp:keyed_service_core', | 14 '../components/components.gyp:keyed_service_core', |
| 14 '../content/content.gyp:content_browser', | 15 '../content/content.gyp:content_browser', |
| 15 '../net/net.gyp:net', | 16 '../net/net.gyp:net', |
| 16 '../url/url.gyp:url_lib', | 17 '../url/url.gyp:url_lib', |
| 17 ], | 18 ], |
| 18 'include_dirs': [ | 19 'include_dirs': [ |
| 19 '..', | 20 '..', |
| 20 ], | 21 ], |
| 21 'defines': [ | 22 'defines': [ |
| 22 'DOMAIN_RELIABILITY_IMPLEMENTATION', | 23 'DOMAIN_RELIABILITY_IMPLEMENTATION', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 '<(bake_in_configs_script)', | 125 '<(bake_in_configs_script)', |
| 125 '<@(baked_in_configs)', | 126 '<@(baked_in_configs)', |
| 126 '<(baked_in_configs_cc)'], | 127 '<(baked_in_configs_cc)'], |
| 127 'process_outputs_as_sources': 1, | 128 'process_outputs_as_sources': 1, |
| 128 'message': 'Baking in Domain Reliability configs', | 129 'message': 'Baking in Domain Reliability configs', |
| 129 }, | 130 }, |
| 130 ], | 131 ], |
| 131 }, | 132 }, |
| 132 ], | 133 ], |
| 133 } | 134 } |
| OLD | NEW |