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 'includes': [ | 6 'includes': [ |
7 'domain_reliability/baked_in_configs.gypi', | 7 'domain_reliability/baked_in_configs.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 # GN version: //components/domain_reliability | 11 # GN version: //components/domain_reliability |
12 'target_name': 'domain_reliability', | 12 'target_name': 'domain_reliability', |
13 'type': '<(component)', | 13 'type': '<(component)', |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
16 '../base/base.gyp:base_prefs', | 16 '../base/base.gyp:base_prefs', |
17 '../components/components.gyp:data_use_measurement_core', | |
18 '../components/components.gyp:keyed_service_core', | 17 '../components/components.gyp:keyed_service_core', |
19 '../content/content.gyp:content_browser', | 18 '../content/content.gyp:content_browser', |
20 '../net/net.gyp:net', | 19 '../net/net.gyp:net', |
21 '../url/url.gyp:url_lib', | 20 '../url/url.gyp:url_lib', |
22 ], | 21 ], |
23 'include_dirs': [ | 22 'include_dirs': [ |
24 '..', | 23 '..', |
25 ], | 24 ], |
26 'defines': [ | 25 'defines': [ |
27 'DOMAIN_RELIABILITY_IMPLEMENTATION', | 26 'DOMAIN_RELIABILITY_IMPLEMENTATION', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 '.', | 74 '.', |
76 'domain_reliability/baked_in_configs.gypi', | 75 'domain_reliability/baked_in_configs.gypi', |
77 '<(baked_in_configs_cc)'], | 76 '<(baked_in_configs_cc)'], |
78 'process_outputs_as_sources': 1, | 77 'process_outputs_as_sources': 1, |
79 'message': 'Baking in Domain Reliability configs', | 78 'message': 'Baking in Domain Reliability configs', |
80 }, | 79 }, |
81 ], | 80 ], |
82 }, | 81 }, |
83 ], | 82 ], |
84 } | 83 } |
OLD | NEW |