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

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

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 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, 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",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "!chrome/browser/signin/signin_manager.h", 43 "!chrome/browser/signin/signin_manager.h",
44 "!chrome/browser/signin/signin_manager_factory.h", 44 "!chrome/browser/signin/signin_manager_factory.h",
45 "!chrome/browser/signin/token_service_factory.h", 45 "!chrome/browser/signin/token_service_factory.h",
46 "!chrome/browser/sync/profile_sync_service.h", 46 "!chrome/browser/sync/profile_sync_service.h",
47 "!chrome/browser/sync/profile_sync_service_factory.h", 47 "!chrome/browser/sync/profile_sync_service_factory.h",
48 "!chrome/browser/ui/browser.h", 48 "!chrome/browser/ui/browser.h",
49 "!chrome/browser/ui/browser_finder.h", 49 "!chrome/browser/ui/browser_finder.h",
50 "!chrome/browser/ui/profile_error_dialog.h", 50 "!chrome/browser/ui/profile_error_dialog.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 "!components/bookmarks/core/browser/bookmark_model.h", 53 "!components/bookmarks/browser/bookmark_model.h",
54 "!components/bookmarks/core/browser/bookmark_service.h", 54 "!components/bookmarks/browser/bookmark_service.h",
55 "!components/bookmarks/core/browser/bookmark_utils.h", 55 "!components/bookmarks/browser/bookmark_utils.h",
56 ] 56 ]
57 57
58 specific_include_rules = { 58 specific_include_rules = {
59 # Browser tests, by definition, need access to the browser objects. 59 # Browser tests, by definition, need access to the browser objects.
60 '.*_(api|browser|)test\.cc': [ 60 '.*_(api|browser|)test\.cc': [
61 "+chrome/browser", 61 "+chrome/browser",
62 ], 62 ],
63 # TODO(erikwright): Bring this list to zero. 63 # TODO(erikwright): Bring this list to zero.
64 # 64 #
65 # Do not add to the list of temporarily-allowed dependencies below, 65 # Do not add to the list of temporarily-allowed dependencies below,
66 # and please do not introduce more #includes of these files. 66 # and please do not introduce more #includes of these files.
67 '.*_[a-z]*test\.cc': [ 67 '.*_[a-z]*test\.cc': [
68 "!chrome/browser/bookmarks/bookmark_test_helpers.h", 68 "!chrome/browser/bookmarks/bookmark_test_helpers.h",
69 "!chrome/browser/bookmarks/bookmark_utils.h", 69 "!chrome/browser/bookmarks/bookmark_utils.h",
70 ] 70 ]
71 } 71 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698