summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-24 18:50:52 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-24 18:50:52 +0000
commit6340fd8e4c21651b8f742db3ab2a42466e033181 (patch)
treec0bf78ab44095d93db236f59dafeb6615689ac9e /chrome/browser/bookmarks
parent74cc2ff30c06738d09db97f9e7aba3e8ce3b308d (diff)
downloadchromium_src-6340fd8e4c21651b8f742db3ab2a42466e033181.zip
chromium_src-6340fd8e4c21651b8f742db3ab2a42466e033181.tar.gz
chromium_src-6340fd8e4c21651b8f742db3ab2a42466e033181.tar.bz2
bookmarks: Remove many entries from DEPS whitelist.
These were fixed with the recent move of bookmark extension code out of here. BUG=144783 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11669014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks')
-rw-r--r--chrome/browser/bookmarks/DEPS6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index 769fbfa..26a3c02 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -19,16 +19,11 @@ include_rules = [
"!chrome/browser/history/history_types.h",
"!chrome/browser/history/query_parser.h",
"!chrome/browser/history/snippet.h",
- "!chrome/browser/importer/importer_data_types.h",
- "!chrome/browser/importer/importer_host.h",
"!chrome/browser/prefs/pref_service.h",
"!chrome/browser/profiles/profile.h",
"!chrome/browser/profiles/profile_dependency_manager.h",
"!chrome/browser/profiles/profile_keyed_service.h",
"!chrome/browser/profiles/profile_keyed_service_factory.h",
- "!chrome/browser/ui/bookmarks/bookmark_tab_helper.h",
- "!chrome/browser/ui/chrome_select_file_policy.h",
- "!chrome/browser/ui/webui/chrome_url_data_manager.h",
# Do not add to the list of temporarily-allowed dependencies above,
# and please do not introduce more #includes of these files.
]
@@ -40,6 +35,5 @@ specific_include_rules = {
'.*_[a-z]*test\.cc': [
"!chrome/browser/history/in_memory_database.h",
"!chrome/browser/importer/firefox2_importer.h",
- "!chrome/browser/ui/browser.h",
]
}