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

Side by Side Diff: components/policy/policy_browser.gypi

Issue 140803003: Move the Autofill and URLBlacklist policy handlers to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trying again... Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « components/policy/core/browser/url_blacklist_policy_handler.cc ('k') | no next file » | 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/base.gyp:base_prefs', 8 '../base/base.gyp:base_prefs',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 12 matching lines...) Expand all
23 # Note that these sources are always included, even for builds that 23 # Note that these sources are always included, even for builds that
24 # disable policy. Most source files should go in the conditional 24 # disable policy. Most source files should go in the conditional
25 # sources list below. 25 # sources list below.
26 # url_blacklist_manager.h is used by managed mode. 26 # url_blacklist_manager.h is used by managed mode.
27 'core/browser/url_blacklist_manager.cc', 27 'core/browser/url_blacklist_manager.cc',
28 'core/browser/url_blacklist_manager.h', 28 'core/browser/url_blacklist_manager.h',
29 ], 29 ],
30 'conditions': [ 30 'conditions': [
31 ['configuration_policy==1', { 31 ['configuration_policy==1', {
32 'dependencies': [ 32 'dependencies': [
33 'autofill_core_browser',
34 'autofill_core_common',
33 'cloud_policy_proto', 35 'cloud_policy_proto',
36 'policy',
34 'url_matcher', 37 'url_matcher',
35 ], 38 ],
36 'sources': [ 39 'sources': [
37 'core/browser/cloud/message_util.cc', 40 'core/browser/cloud/message_util.cc',
38 'core/browser/cloud/message_util.h', 41 'core/browser/cloud/message_util.h',
42 'core/browser/autofill_policy_handler.cc',
43 'core/browser/autofill_policy_handler.h',
39 'core/browser/configuration_policy_handler.cc', 44 'core/browser/configuration_policy_handler.cc',
40 'core/browser/configuration_policy_handler.h', 45 'core/browser/configuration_policy_handler.h',
41 'core/browser/configuration_policy_handler_list.cc', 46 'core/browser/configuration_policy_handler_list.cc',
42 'core/browser/configuration_policy_handler_list.h', 47 'core/browser/configuration_policy_handler_list.h',
43 'core/browser/configuration_policy_pref_store.cc', 48 'core/browser/configuration_policy_pref_store.cc',
44 'core/browser/configuration_policy_pref_store.h', 49 'core/browser/configuration_policy_pref_store.h',
45 'core/browser/policy_error_map.cc', 50 'core/browser/policy_error_map.cc',
46 'core/browser/policy_error_map.h', 51 'core/browser/policy_error_map.h',
52 'core/browser/url_blacklist_policy_handler.cc',
53 'core/browser/url_blacklist_policy_handler.h',
47 ], 54 ],
48 }], 55 }],
49 ], 56 ],
50 } 57 }
OLDNEW
« no previous file with comments | « components/policy/core/browser/url_blacklist_policy_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698