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

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

Issue 11824050: InstantExtended: Committed NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo to fix blacklisting. Created 7 years, 10 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 | chrome/browser/history/history_tab_helper.cc » ('j') | 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 # three basic rules followed by temporary exceptions. Please don't 3 # three 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/api", 6 "+chrome/browser/api",
7 "+chrome/browser/common", 7 "+chrome/browser/common",
8 "+chrome/browser/history", 8 "+chrome/browser/history",
9 9
10 # TODO(erikwright): Bring this list to zero. 10 # TODO(erikwright): Bring this list to zero.
11 # 11 #
12 # Do not add to the list of temporarily-allowed dependencies below, 12 # Do not add to the list of temporarily-allowed dependencies below,
13 # and please do not introduce more #includes of these files. 13 # and please do not introduce more #includes of these files.
14 "!chrome/browser/autocomplete/autocomplete_field_trial.h", 14 "!chrome/browser/autocomplete/autocomplete_field_trial.h",
15 "!chrome/browser/autocomplete/autocomplete_log.h", 15 "!chrome/browser/autocomplete/autocomplete_log.h",
16 "!chrome/browser/autocomplete/autocomplete_match.h", 16 "!chrome/browser/autocomplete/autocomplete_match.h",
17 "!chrome/browser/autocomplete/autocomplete_provider.h", 17 "!chrome/browser/autocomplete/autocomplete_provider.h",
18 "!chrome/browser/autocomplete/autocomplete_result.h", 18 "!chrome/browser/autocomplete/autocomplete_result.h",
19 "!chrome/browser/autocomplete/history_provider_util.h", 19 "!chrome/browser/autocomplete/history_provider_util.h",
20 "!chrome/browser/autocomplete/history_url_provider.h", 20 "!chrome/browser/autocomplete/history_url_provider.h",
21 "!chrome/browser/autocomplete/url_prefix.h", 21 "!chrome/browser/autocomplete/url_prefix.h",
22 "!chrome/browser/bookmarks/bookmark_model.h", 22 "!chrome/browser/bookmarks/bookmark_model.h",
23 "!chrome/browser/bookmarks/bookmark_model_factory.h", 23 "!chrome/browser/bookmarks/bookmark_model_factory.h",
24 "!chrome/browser/browser_process.h", 24 "!chrome/browser/browser_process.h",
25 "!chrome/browser/chromeos/login/existing_user_controller.h", 25 "!chrome/browser/chromeos/login/existing_user_controller.h",
26 "!chrome/browser/content_settings/cookie_settings.h", 26 "!chrome/browser/content_settings/cookie_settings.h",
27 "!chrome/browser/diagnostics/sqlite_diagnostics.h", 27 "!chrome/browser/diagnostics/sqlite_diagnostics.h",
28 "!chrome/browser/favicon/favicon_service.h", 28 "!chrome/browser/favicon/favicon_service.h",
29 "!chrome/browser/instant/instant_loader.h", 29 "!chrome/browser/instant/instant_overlay.h",
30 "!chrome/browser/prefs/pref_service.h", 30 "!chrome/browser/prefs/pref_service.h",
31 "!chrome/browser/prefs/scoped_user_pref_update.h", 31 "!chrome/browser/prefs/scoped_user_pref_update.h",
32 "!chrome/browser/prerender/prerender_contents.h", 32 "!chrome/browser/prerender/prerender_contents.h",
33 "!chrome/browser/prerender/prerender_manager.h", 33 "!chrome/browser/prerender/prerender_manager.h",
34 "!chrome/browser/prerender/prerender_manager_factory.h", 34 "!chrome/browser/prerender/prerender_manager_factory.h",
35 "!chrome/browser/profiles/profile.h", 35 "!chrome/browser/profiles/profile.h",
36 "!chrome/browser/profiles/profile_dependency_manager.h", 36 "!chrome/browser/profiles/profile_dependency_manager.h",
37 "!chrome/browser/profiles/profile_manager.h", 37 "!chrome/browser/profiles/profile_manager.h",
38 "!chrome/browser/profiles/profile_keyed_service.h", 38 "!chrome/browser/profiles/profile_keyed_service.h",
39 "!chrome/browser/profiles/profile_keyed_service_factory.h", 39 "!chrome/browser/profiles/profile_keyed_service_factory.h",
(...skipping 19 matching lines...) Expand all
59 "+chrome/browser", 59 "+chrome/browser",
60 ], 60 ],
61 # TODO(erikwright): Bring this list to zero. 61 # TODO(erikwright): Bring this list to zero.
62 # 62 #
63 # Do not add to the list of temporarily-allowed dependencies below, 63 # Do not add to the list of temporarily-allowed dependencies below,
64 # and please do not introduce more #includes of these files. 64 # and please do not introduce more #includes of these files.
65 '.*_[a-z]*test\.cc': [ 65 '.*_[a-z]*test\.cc': [
66 "!chrome/browser/bookmarks/bookmark_utils.h", 66 "!chrome/browser/bookmarks/bookmark_utils.h",
67 ] 67 ]
68 } 68 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/history/history_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698