diff options
author | tfarina <tfarina@chromium.org> | 2015-03-06 16:17:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-07 00:18:06 +0000 |
commit | e3dceebbf661e314c89e24eb3a3c232133c4b576 (patch) | |
tree | 5bedcb55fc21a35f708be9b6863ba133a6753adc /chrome/browser/bookmarks | |
parent | 980ad01235a474d721c4e093488b88ec986295cf (diff) | |
download | chromium_src-e3dceebbf661e314c89e24eb3a3c232133c4b576.zip chromium_src-e3dceebbf661e314c89e24eb3a3c232133c4b576.tar.gz chromium_src-e3dceebbf661e314c89e24eb3a3c232133c4b576.tar.bz2 |
bookmarks: Update/cleanup DEPS file.
These entries are not more necessary now that the componentization work
has been completed.
BUG=144783,383597
R=sky@chromium.org
Review URL: https://codereview.chromium.org/983183004
Cr-Commit-Position: refs/heads/master@{#319535}
Diffstat (limited to 'chrome/browser/bookmarks')
-rw-r--r-- | chrome/browser/bookmarks/DEPS | 40 |
1 files changed, 4 insertions, 36 deletions
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS index 73aa9a2..8a3f1c1 100644 --- a/chrome/browser/bookmarks/DEPS +++ b/chrome/browser/bookmarks/DEPS @@ -1,43 +1,11 @@ include_rules = [ - # Bookmarks is being made into a component (it will end up at - # //components/bookmarks and not depend on //chrome), so we have these basic - # rules followed by temporary exceptions. Please don't add to the list of - # exceptions! - "-chrome/browser", - "+chrome/browser/bookmarks", - "+chrome/browser/browser_process.h", - "+chrome/browser/favicon", - "+chrome/browser/chrome_notification_types.h", - "+chrome/browser/policy/profile_policy_connector.h", - "+chrome/browser/policy/profile_policy_connector_factory.h", - "+chrome/browser/profiles/incognito_helpers.h", - "+chrome/browser/profiles/profile.h", - "+chrome/browser/profiles/startup_task_runner_service.h", - "+chrome/browser/profiles/startup_task_runner_service_factory.h", - "+chrome/browser/signin/signin_manager_factory.h", - "+chrome/browser/undo/bookmark_undo_service.h", - "+chrome/browser/undo/bookmark_undo_service_factory.h", - - # TODO(tfarina): Bring this list to zero. crbug.com/144783 - # Do not add to the list of temporarily-allowed dependencies below, - # and please do not introduce more #includes of these files. - "!chrome/browser/history/history_service.h", - "!chrome/browser/history/history_service_factory.h", - "!chrome/browser/history/url_database.h", - # Do not add to the list of temporarily-allowed dependencies above, - # and please do not introduce more #includes of these files. + "+chrome/browser", + "+chrome/common", + "+chrome/utility", ] specific_include_rules = { - # For unit tests, it's fine to include utility process code. '.*test\.cc': [ - "+chrome/test/base/testing_profile.h", - "+chrome/utility/importer/bookmark_html_reader.h", - ], - # Allow to include flags_storage into enhanced_bookmarks_features.cc because - # it has a function used by about_flags.cc and it needs flags_storage. - # This should be removed after enhanced bookmarks experiment is over. - 'enhanced_bookmarks_features\.cc': [ - "+chrome/browser/flags_storage.h", + "+chrome/test", ], } |