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

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

Issue 12520005: Move desktop-specific Instant bits to c/b/ui/search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 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 | « 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_log.h", 14 "!chrome/browser/autocomplete/autocomplete_log.h",
15 "!chrome/browser/autocomplete/autocomplete_match.h", 15 "!chrome/browser/autocomplete/autocomplete_match.h",
16 "!chrome/browser/autocomplete/autocomplete_provider.h", 16 "!chrome/browser/autocomplete/autocomplete_provider.h",
17 "!chrome/browser/autocomplete/autocomplete_result.h", 17 "!chrome/browser/autocomplete/autocomplete_result.h",
18 "!chrome/browser/autocomplete/history_provider_util.h", 18 "!chrome/browser/autocomplete/history_provider_util.h",
19 "!chrome/browser/autocomplete/history_url_provider.h", 19 "!chrome/browser/autocomplete/history_url_provider.h",
20 "!chrome/browser/autocomplete/url_prefix.h", 20 "!chrome/browser/autocomplete/url_prefix.h",
21 "!chrome/browser/bookmarks/bookmark_model.h", 21 "!chrome/browser/bookmarks/bookmark_model.h",
22 "!chrome/browser/bookmarks/bookmark_model_factory.h", 22 "!chrome/browser/bookmarks/bookmark_model_factory.h",
23 "!chrome/browser/browser_process.h", 23 "!chrome/browser/browser_process.h",
24 "!chrome/browser/chromeos/login/existing_user_controller.h", 24 "!chrome/browser/chromeos/login/existing_user_controller.h",
25 "!chrome/browser/content_settings/cookie_settings.h", 25 "!chrome/browser/content_settings/cookie_settings.h",
26 "!chrome/browser/diagnostics/sqlite_diagnostics.h", 26 "!chrome/browser/diagnostics/sqlite_diagnostics.h",
27 "!chrome/browser/favicon/favicon_service.h", 27 "!chrome/browser/favicon/favicon_service.h",
28 "!chrome/browser/instant/instant_overlay.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",
33 "!chrome/browser/prerender/prerender_manager_factory.h", 32 "!chrome/browser/prerender/prerender_manager_factory.h",
34 "!chrome/browser/profiles/profile.h", 33 "!chrome/browser/profiles/profile.h",
35 "!chrome/browser/profiles/profile_dependency_manager.h", 34 "!chrome/browser/profiles/profile_dependency_manager.h",
36 "!chrome/browser/profiles/profile_manager.h", 35 "!chrome/browser/profiles/profile_manager.h",
37 "!chrome/browser/profiles/profile_keyed_service.h", 36 "!chrome/browser/profiles/profile_keyed_service.h",
38 "!chrome/browser/profiles/profile_keyed_service_factory.h", 37 "!chrome/browser/profiles/profile_keyed_service_factory.h",
39 "!chrome/browser/profiles/refcounted_profile_keyed_service.h", 38 "!chrome/browser/profiles/refcounted_profile_keyed_service.h",
40 "!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h", 39 "!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h",
41 "!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h", 40 "!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h",
42 "!chrome/browser/signin/oauth2_token_service.h", 41 "!chrome/browser/signin/oauth2_token_service.h",
43 "!chrome/browser/signin/oauth2_token_service_factory.h", 42 "!chrome/browser/signin/oauth2_token_service_factory.h",
44 "!chrome/browser/signin/token_service_factory.h", 43 "!chrome/browser/signin/token_service_factory.h",
45 "!chrome/browser/sync/profile_sync_service.h", 44 "!chrome/browser/sync/profile_sync_service.h",
46 "!chrome/browser/sync/profile_sync_service_factory.h", 45 "!chrome/browser/sync/profile_sync_service_factory.h",
47 "!chrome/browser/ui/browser.h", 46 "!chrome/browser/ui/browser.h",
48 "!chrome/browser/ui/browser_finder.h", 47 "!chrome/browser/ui/browser_finder.h",
49 "!chrome/browser/search_engines/template_url_id.h", 48 "!chrome/browser/search_engines/template_url_id.h",
50 "!chrome/browser/ui/profile_error_dialog.h", 49 "!chrome/browser/ui/profile_error_dialog.h",
50 "!chrome/browser/ui/search/instant_overlay.h",
51 "!chrome/browser/ui/webui/ntp/most_visited_handler.h", 51 "!chrome/browser/ui/webui/ntp/most_visited_handler.h",
52 "!chrome/browser/ui/webui/ntp/new_tab_ui.h", 52 "!chrome/browser/ui/webui/ntp/new_tab_ui.h",
53 ] 53 ]
54 54
55 specific_include_rules = { 55 specific_include_rules = {
56 # Browser tests, by definition, need access to the browser objects. 56 # Browser tests, by definition, need access to the browser objects.
57 '.*_(api|browser|)test\.cc': [ 57 '.*_(api|browser|)test\.cc': [
58 "+chrome/browser", 58 "+chrome/browser",
59 ], 59 ],
60 # TODO(erikwright): Bring this list to zero. 60 # TODO(erikwright): Bring this list to zero.
61 # 61 #
62 # Do not add to the list of temporarily-allowed dependencies below, 62 # Do not add to the list of temporarily-allowed dependencies below,
63 # and please do not introduce more #includes of these files. 63 # and please do not introduce more #includes of these files.
64 '.*_[a-z]*test\.cc': [ 64 '.*_[a-z]*test\.cc': [
65 "!chrome/browser/bookmarks/bookmark_utils.h", 65 "!chrome/browser/bookmarks/bookmark_utils.h",
66 ] 66 ]
67 } 67 }
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