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

Side by Side Diff: chrome/chrome_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 | « chrome/browser/policy/managed_bookmarks_policy_handler.cc ('k') | components/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'chrome_resources.gyp:chrome_strings', 2903 'chrome_resources.gyp:chrome_strings',
2904 'chrome_resources.gyp:chrome_strings_map', 2904 'chrome_resources.gyp:chrome_strings_map',
2905 'chrome_resources.gyp:platform_locale_settings', 2905 'chrome_resources.gyp:platform_locale_settings',
2906 'chrome_resources.gyp:theme_resources', 2906 'chrome_resources.gyp:theme_resources',
2907 'common', 2907 'common',
2908 'common_net', 2908 'common_net',
2909 'in_memory_url_index_cache_proto', 2909 'in_memory_url_index_cache_proto',
2910 'probe_message_proto', 2910 'probe_message_proto',
2911 '../components/components.gyp:autofill_core_browser', 2911 '../components/components.gyp:autofill_core_browser',
2912 '../components/components.gyp:bookmarks_browser', 2912 '../components/components.gyp:bookmarks_browser',
2913 '../components/components.gyp:bookmarks_managed',
2913 '../components/components.gyp:captive_portal', 2914 '../components/components.gyp:captive_portal',
2914 '../components/components.gyp:cloud_devices_common', 2915 '../components/components.gyp:cloud_devices_common',
2915 '../components/components.gyp:component_metrics_proto', 2916 '../components/components.gyp:component_metrics_proto',
2916 '../components/components.gyp:component_updater', 2917 '../components/components.gyp:component_updater',
2917 '../components/components.gyp:content_settings_core_browser', 2918 '../components/components.gyp:content_settings_core_browser',
2918 '../components/components.gyp:content_settings_core_common', 2919 '../components/components.gyp:content_settings_core_common',
2919 '../components/components.gyp:crx_file', 2920 '../components/components.gyp:crx_file',
2920 '../components/components.gyp:data_reduction_proxy_core_browser', 2921 '../components/components.gyp:data_reduction_proxy_core_browser',
2921 '../components/components.gyp:domain_reliability', 2922 '../components/components.gyp:domain_reliability',
2922 '../components/components.gyp:enhanced_bookmarks', 2923 '../components/components.gyp:enhanced_bookmarks',
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
3760 'variables': { 3761 'variables': {
3761 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3762 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3762 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3763 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3763 }, 3764 },
3764 'includes': [ '../build/protoc.gypi' ] 3765 'includes': [ '../build/protoc.gypi' ]
3765 }, 3766 },
3766 ], 3767 ],
3767 },], 3768 },],
3768 ], 3769 ],
3769 } 3770 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/managed_bookmarks_policy_handler.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698