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

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

Issue 371283002: Componentize HistoryMatch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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 "-components/search_engines", 6 "-components/search_engines",
7 "+chrome/browser/chrome_notification_types.h", 7 "+chrome/browser/chrome_notification_types.h",
8 "+chrome/browser/common", 8 "+chrome/browser/common",
9 "+chrome/browser/favicon", 9 "+chrome/browser/favicon",
10 "+chrome/browser/history", 10 "+chrome/browser/history",
11 "+chrome/browser/network_time", 11 "+chrome/browser/network_time",
12 "+chrome/tools/profiles", # For history unit tests. 12 "+chrome/tools/profiles", # For history unit tests.
13 "+components/visitedlink/browser", 13 "+components/visitedlink/browser",
14 14
15 # TODO(erikwright): Bring this list to zero. 15 # TODO(erikwright): Bring this list to zero.
16 # 16 #
17 # Do not add to the list of temporarily-allowed dependencies below, 17 # Do not add to the list of temporarily-allowed dependencies below,
18 # and please do not introduce more #includes of these files. 18 # and please do not introduce more #includes of these files.
19 # http://crbug.com/370850 19 # http://crbug.com/370850
20 "!chrome/browser/autocomplete/autocomplete_match.h", 20 "!chrome/browser/autocomplete/autocomplete_match.h",
21 "!chrome/browser/autocomplete/autocomplete_result.h", 21 "!chrome/browser/autocomplete/autocomplete_result.h",
22 "!chrome/browser/autocomplete/history_provider_util.h",
23 "!chrome/browser/autocomplete/history_url_provider.h", 22 "!chrome/browser/autocomplete/history_url_provider.h",
24 "!chrome/browser/bookmarks/bookmark_model_factory.h", 23 "!chrome/browser/bookmarks/bookmark_model_factory.h",
25 "!chrome/browser/browser_process.h", 24 "!chrome/browser/browser_process.h",
26 "!chrome/browser/chromeos/login/existing_user_controller.h", 25 "!chrome/browser/chromeos/login/existing_user_controller.h",
27 "!chrome/browser/content_settings/cookie_settings.h", 26 "!chrome/browser/content_settings/cookie_settings.h",
28 "!chrome/browser/diagnostics/sqlite_diagnostics.h", 27 "!chrome/browser/diagnostics/sqlite_diagnostics.h",
29 "!chrome/browser/omnibox/omnibox_field_trial.h", 28 "!chrome/browser/omnibox/omnibox_field_trial.h",
30 "!chrome/browser/prefs/scoped_user_pref_update.h", 29 "!chrome/browser/prefs/scoped_user_pref_update.h",
31 "!chrome/browser/prerender/prerender_contents.h", 30 "!chrome/browser/prerender/prerender_contents.h",
32 "!chrome/browser/prerender/prerender_manager.h", 31 "!chrome/browser/prerender/prerender_manager.h",
(...skipping 26 matching lines...) Expand all
59 ], 58 ],
60 # TODO(sdefresne): Bring this list to zero. http://crbug.com/370850 59 # TODO(sdefresne): Bring this list to zero. http://crbug.com/370850
61 # 60 #
62 # Do not add to the list of temporarily-allowed dependencies below, 61 # Do not add to the list of temporarily-allowed dependencies below,
63 # and please do not introduce more #includes of these files. 62 # and please do not introduce more #includes of these files.
64 '.*_[a-z]*test\.cc': [ 63 '.*_[a-z]*test\.cc': [
65 "!components/bookmarks/test/bookmark_test_helpers.h", 64 "!components/bookmarks/test/bookmark_test_helpers.h",
66 "!components/bookmarks/test/test_bookmark_client.h", 65 "!components/bookmarks/test/test_bookmark_client.h",
67 ] 66 ]
68 } 67 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/history_url_provider.h ('k') | chrome/browser/history/scored_history_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698