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

Side by Side Diff: chrome/browser/history/DEPS

Issue 1198963014: Change ownership of BookmarkClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_managed_and_supervised_nodes
Patch Set: Rebase Created 5 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # History is being made into a Browser Component (http://crbug.com/370850), so 2 # History is being made into a Browser Component (http://crbug.com/370850), so
3 # we have these basic rules followed by temporary exceptions. Please don't 3 # we have these basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions! 4 # add to the list of exceptions!
5 # 5 #
6 # Please send reviews to sdefresne@chromium.org when adding dependencies to 6 # Please send reviews to sdefresne@chromium.org when adding dependencies to
7 # this list. 7 # this list.
8 "-chrome/browser", 8 "-chrome/browser",
9 "-components", 9 "-components",
10 10
(...skipping 25 matching lines...) Expand all
36 # Browser tests, by definition, need access to the browser objects. 36 # Browser tests, by definition, need access to the browser objects.
37 '.*_(api|browser|)test\.cc': [ 37 '.*_(api|browser|)test\.cc': [
38 "+chrome/browser", 38 "+chrome/browser",
39 ], 39 ],
40 # chrome_.* and .*_factory won't be componentized as they belong to the 40 # chrome_.* and .*_factory won't be componentized as they belong to the
41 # embedder, so they can depend on other feature in chrome/. Same thing 41 # embedder, so they can depend on other feature in chrome/. Same thing
42 # for android specific code. 42 # for android specific code.
43 '(chrome_.*|.*_factory)\.(cc|h)': [ 43 '(chrome_.*|.*_factory)\.(cc|h)': [
44 "+chrome/browser/bookmarks/bookmark_model_factory.h", 44 "+chrome/browser/bookmarks/bookmark_model_factory.h",
45 "+chrome/browser/bookmarks/chrome_bookmark_client.h", 45 "+chrome/browser/bookmarks/chrome_bookmark_client.h",
46 "+chrome/browser/bookmarks/chrome_bookmark_client_factory.h",
47 "+chrome/browser/content_settings/cookie_settings.h", 46 "+chrome/browser/content_settings/cookie_settings.h",
48 "+chrome/browser/history/android/android_provider_backend.h", 47 "+chrome/browser/history/android/android_provider_backend.h",
49 "+chrome/browser/signin/profile_oauth2_token_service_factory.h", 48 "+chrome/browser/signin/profile_oauth2_token_service_factory.h",
50 "+chrome/browser/signin/signin_manager_factory.h", 49 "+chrome/browser/signin/signin_manager_factory.h",
51 "+chrome/browser/sync/profile_sync_service.h", 50 "+chrome/browser/sync/profile_sync_service.h",
52 "+chrome/browser/sync/profile_sync_service_factory.h", 51 "+chrome/browser/sync/profile_sync_service_factory.h",
53 "+chrome/browser/ui/profile_error_dialog.h", 52 "+chrome/browser/ui/profile_error_dialog.h",
54 "+components/bookmarks/browser", 53 "+components/bookmarks/browser",
55 "+components/keyed_service/content", 54 "+components/keyed_service/content",
56 "+components/pref_registry", 55 "+components/pref_registry",
(...skipping 10 matching lines...) Expand all
67 '.*_[a-z]*test\.cc': [ 66 '.*_[a-z]*test\.cc': [
68 "!chrome/browser/bookmarks/bookmark_model_factory.h", 67 "!chrome/browser/bookmarks/bookmark_model_factory.h",
69 "!chrome/browser/signin/profile_oauth2_token_service_factory.h", 68 "!chrome/browser/signin/profile_oauth2_token_service_factory.h",
70 "!chrome/browser/signin/signin_manager_factory.h", 69 "!chrome/browser/signin/signin_manager_factory.h",
71 "!chrome/browser/sync/profile_sync_service.h", 70 "!chrome/browser/sync/profile_sync_service.h",
72 "!chrome/browser/sync/profile_sync_service_factory.h", 71 "!chrome/browser/sync/profile_sync_service_factory.h",
73 "!chrome/browser/sync/profile_sync_service_mock.h", 72 "!chrome/browser/sync/profile_sync_service_mock.h",
74 "!components/bookmarks/test/bookmark_test_helpers.h", 73 "!components/bookmarks/test/bookmark_test_helpers.h",
75 ] 74 ]
76 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698