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

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

Issue 315563002: Remove obsolete DEPS override (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | 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 include_rules = [ 1 include_rules = [
2 # History is being made into a Browser Component, so we have these 2 # History is being made into a Browser Component, so we have these
3 # basic rules followed by temporary exceptions. Please don't 3 # basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions! 4 # add to the list of exceptions!
5 "-chrome/browser", 5 "-chrome/browser",
6 "+chrome/browser/chrome_notification_types.h", 6 "+chrome/browser/chrome_notification_types.h",
7 "+chrome/browser/common", 7 "+chrome/browser/common",
8 "+chrome/browser/favicon", 8 "+chrome/browser/favicon",
9 "+chrome/browser/history", 9 "+chrome/browser/history",
10 "+chrome/browser/network_time", 10 "+chrome/browser/network_time",
11 "+chrome/tools/profiles", # For history unit tests. 11 "+chrome/tools/profiles", # For history unit tests.
12 "+components/visitedlink/browser", 12 "+components/visitedlink/browser",
13 13
14 # TODO(erikwright): Bring this list to zero. 14 # TODO(erikwright): Bring this list to zero.
15 # 15 #
16 # Do not add to the list of temporarily-allowed dependencies below, 16 # Do not add to the list of temporarily-allowed dependencies below,
17 # and please do not introduce more #includes of these files. 17 # and please do not introduce more #includes of these files.
18 "!chrome/browser/autocomplete/autocomplete_match.h", 18 "!chrome/browser/autocomplete/autocomplete_match.h",
19 "!chrome/browser/autocomplete/autocomplete_result.h", 19 "!chrome/browser/autocomplete/autocomplete_result.h",
20 "!chrome/browser/autocomplete/history_provider_util.h", 20 "!chrome/browser/autocomplete/history_provider_util.h",
21 "!chrome/browser/autocomplete/history_url_provider.h", 21 "!chrome/browser/autocomplete/history_url_provider.h",
22 "!chrome/browser/autocomplete/url_prefix.h", 22 "!chrome/browser/autocomplete/url_prefix.h",
23 "!chrome/browser/bookmarks/bookmark_model_factory.h", 23 "!chrome/browser/bookmarks/bookmark_model_factory.h",
24 "!chrome/browser/bookmarks/test_bookmark_client.h", 24 "!chrome/browser/bookmarks/test_bookmark_client.h",
25 "!chrome/browser/browser_process.h", 25 "!chrome/browser/browser_process.h",
26 "!chrome/browser/chromeos/login/existing_user_controller.h", 26 "!chrome/browser/chromeos/login/existing_user_controller.h",
27 "!chrome/browser/content_settings/cookie_settings.h", 27 "!chrome/browser/content_settings/cookie_settings.h",
28 "!chrome/browser/diagnostics/sqlite_diagnostics.h", 28 "!chrome/browser/diagnostics/sqlite_diagnostics.h",
29 "!chrome/browser/omnibox/omnibox_field_trial.h", 29 "!chrome/browser/omnibox/omnibox_field_trial.h",
30 "!chrome/browser/omnibox/omnibox_log.h",
31 "!chrome/browser/prefs/scoped_user_pref_update.h", 30 "!chrome/browser/prefs/scoped_user_pref_update.h",
32 "!chrome/browser/prerender/prerender_contents.h", 31 "!chrome/browser/prerender/prerender_contents.h",
33 "!chrome/browser/prerender/prerender_manager.h", 32 "!chrome/browser/prerender/prerender_manager.h",
34 "!chrome/browser/prerender/prerender_manager_factory.h", 33 "!chrome/browser/prerender/prerender_manager_factory.h",
35 "!chrome/browser/profiles/incognito_helpers.h", 34 "!chrome/browser/profiles/incognito_helpers.h",
36 "!chrome/browser/profiles/profile.h", 35 "!chrome/browser/profiles/profile.h",
37 "!chrome/browser/profiles/profile_manager.h", 36 "!chrome/browser/profiles/profile_manager.h",
38 "!chrome/browser/search_engines/template_url_id.h", 37 "!chrome/browser/search_engines/template_url_id.h",
39 "!chrome/browser/signin/oauth2_token_service.h", 38 "!chrome/browser/signin/oauth2_token_service.h",
40 "!chrome/browser/signin/profile_oauth2_token_service.h", 39 "!chrome/browser/signin/profile_oauth2_token_service.h",
(...skipping 20 matching lines...) Expand all
61 ], 60 ],
62 # TODO(erikwright): Bring this list to zero. 61 # TODO(erikwright): Bring this list to zero.
63 # 62 #
64 # Do not add to the list of temporarily-allowed dependencies below, 63 # Do not add to the list of temporarily-allowed dependencies below,
65 # and please do not introduce more #includes of these files. 64 # and please do not introduce more #includes of these files.
66 '.*_[a-z]*test\.cc': [ 65 '.*_[a-z]*test\.cc': [
67 "!chrome/browser/bookmarks/bookmark_test_helpers.h", 66 "!chrome/browser/bookmarks/bookmark_test_helpers.h",
68 "!chrome/browser/bookmarks/bookmark_utils.h", 67 "!chrome/browser/bookmarks/bookmark_utils.h",
69 ] 68 ]
70 } 69 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698