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

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

Issue 961683002: Move ManagedBookmarksTracker from policy/core/browser to bookmarks/managed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add back to policy DEPS Created 5 years, 9 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/policy/core/browser/managed_bookmarks_tracker_unittest.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',
11 '../ui/base/ui_base.gyp:ui_base', 11 '../ui/base/ui_base.gyp:ui_base',
12 '../url/url.gyp:url_lib', 12 '../url/url.gyp:url_lib',
13 'bookmarks_browser', 13 'bookmarks_browser',
14 'bookmarks_managed',
14 'components_strings.gyp:components_strings', 15 'components_strings.gyp:components_strings',
15 'keyed_service_core', 16 'keyed_service_core',
16 'pref_registry', 17 'pref_registry',
17 'url_matcher', 18 'url_matcher',
18 ], 19 ],
19 'defines': [ 20 'defines': [
20 'POLICY_COMPONENT_IMPLEMENTATION', 21 'POLICY_COMPONENT_IMPLEMENTATION',
21 ], 22 ],
22 'include_dirs': [ 23 'include_dirs': [
23 '..', 24 '..',
(...skipping 24 matching lines...) Expand all
48 'core/browser/browser_policy_connector_ios.h', 49 'core/browser/browser_policy_connector_ios.h',
49 'core/browser/browser_policy_connector_ios.mm', 50 'core/browser/browser_policy_connector_ios.mm',
50 'core/browser/cloud/message_util.cc', 51 'core/browser/cloud/message_util.cc',
51 'core/browser/cloud/message_util.h', 52 'core/browser/cloud/message_util.h',
52 'core/browser/configuration_policy_handler.cc', 53 'core/browser/configuration_policy_handler.cc',
53 'core/browser/configuration_policy_handler.h', 54 'core/browser/configuration_policy_handler.h',
54 'core/browser/configuration_policy_handler_list.cc', 55 'core/browser/configuration_policy_handler_list.cc',
55 'core/browser/configuration_policy_handler_list.h', 56 'core/browser/configuration_policy_handler_list.h',
56 'core/browser/configuration_policy_pref_store.cc', 57 'core/browser/configuration_policy_pref_store.cc',
57 'core/browser/configuration_policy_pref_store.h', 58 'core/browser/configuration_policy_pref_store.h',
58 'core/browser/managed_bookmarks_tracker.cc',
59 'core/browser/managed_bookmarks_tracker.h',
60 'core/browser/policy_error_map.cc', 59 'core/browser/policy_error_map.cc',
61 'core/browser/policy_error_map.h', 60 'core/browser/policy_error_map.h',
62 'core/browser/url_blacklist_policy_handler.cc', 61 'core/browser/url_blacklist_policy_handler.cc',
63 'core/browser/url_blacklist_policy_handler.h', 62 'core/browser/url_blacklist_policy_handler.h',
64 ], 63 ],
65 }], 64 }],
66 ], 65 ],
67 } 66 }
OLDNEW
« no previous file with comments | « components/policy/core/browser/managed_bookmarks_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698