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

Side by Side Diff: components/domain_reliability.gypi

Issue 238863005: Domain Reliability: Remove browsing data when requested. (Closed) Base URL: http://git.chromium.org/chromium/src.git@domrel_bakedin
Patch Set: ...and fix BrowsingDataRemoverTet Created 6 years, 7 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 | « chrome/test/base/testing_profile.cc ('k') | components/domain_reliability/clear_mode.h » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'domain_reliability', 8 'target_name': 'domain_reliability',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../content/content.gyp:content_browser', 12 '../content/content.gyp:content_browser',
13 '../net/net.gyp:net', 13 '../net/net.gyp:net',
14 '../url/url.gyp:url_lib', 14 '../url/url.gyp:url_lib',
15 ], 15 ],
16 'include_dirs': [ 16 'include_dirs': [
17 '..', 17 '..',
18 ], 18 ],
19 'defines': [ 19 'defines': [
20 'DOMAIN_RELIABILITY_IMPLEMENTATION', 20 'DOMAIN_RELIABILITY_IMPLEMENTATION',
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 'domain_reliability/baked_in_configs.h', 23 'domain_reliability/baked_in_configs.h',
24 'domain_reliability/beacon.cc', 24 'domain_reliability/beacon.cc',
25 'domain_reliability/beacon.h', 25 'domain_reliability/beacon.h',
26 'domain_reliability/clear_mode.h',
26 'domain_reliability/config.cc', 27 'domain_reliability/config.cc',
27 'domain_reliability/config.h', 28 'domain_reliability/config.h',
28 'domain_reliability/context.cc', 29 'domain_reliability/context.cc',
29 'domain_reliability/context.h', 30 'domain_reliability/context.h',
30 'domain_reliability/dispatcher.cc', 31 'domain_reliability/dispatcher.cc',
31 'domain_reliability/dispatcher.h', 32 'domain_reliability/dispatcher.h',
32 'domain_reliability/domain_reliability_export.h', 33 'domain_reliability/domain_reliability_export.h',
33 'domain_reliability/monitor.cc', 34 'domain_reliability/monitor.cc',
34 'domain_reliability/monitor.h', 35 'domain_reliability/monitor.h',
35 'domain_reliability/scheduler.cc', 36 'domain_reliability/scheduler.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '<(bake_in_configs_script)', 68 '<(bake_in_configs_script)',
68 '<@(baked_in_configs)', 69 '<@(baked_in_configs)',
69 '<(baked_in_configs_cc)'], 70 '<(baked_in_configs_cc)'],
70 'process_outputs_as_sources': 1, 71 'process_outputs_as_sources': 1,
71 'message': 'Baking in Domain Reliability configs', 72 'message': 'Baking in Domain Reliability configs',
72 }, 73 },
73 ], 74 ],
74 }, 75 },
75 ], 76 ],
76 } 77 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/domain_reliability/clear_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698