Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Side by Side Diff: components/domain_reliability.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/flags_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
17 '../components/components.gyp:data_use_measurement_core', 16 '../components/components.gyp:data_use_measurement_core',
18 '../components/components.gyp:keyed_service_core', 17 '../components/components.gyp:keyed_service_core',
18 '../components/prefs/prefs.gyp:prefs',
19 '../content/content.gyp:content_browser', 19 '../content/content.gyp:content_browser',
20 '../net/net.gyp:net', 20 '../net/net.gyp:net',
21 '../url/url.gyp:url_lib', 21 '../url/url.gyp:url_lib',
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'DOMAIN_RELIABILITY_IMPLEMENTATION', 27 'DOMAIN_RELIABILITY_IMPLEMENTATION',
28 ], 28 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '--gypi-relative-to=.', 77 '--gypi-relative-to=.',
78 '--gypi-file=domain_reliability/baked_in_configs.gypi', 78 '--gypi-file=domain_reliability/baked_in_configs.gypi',
79 '--output=<(baked_in_configs_cc)'], 79 '--output=<(baked_in_configs_cc)'],
80 'process_outputs_as_sources': 1, 80 'process_outputs_as_sources': 1,
81 'message': 'Baking in Domain Reliability configs', 81 'message': 'Baking in Domain Reliability configs',
82 }, 82 },
83 ], 83 ],
84 }, 84 },
85 ], 85 ],
86 } 86 }
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/flags_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698