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

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

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test cleanup Created 7 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 | 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 # three 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/api", 6 "+chrome/browser/api",
7 "+chrome/browser/common", 7 "+chrome/browser/common",
8 "+chrome/browser/favicon",
8 "+chrome/browser/history", 9 "+chrome/browser/history",
9 10
10 # TODO(erikwright): Bring this list to zero. 11 # TODO(erikwright): Bring this list to zero.
11 # 12 #
12 # Do not add to the list of temporarily-allowed dependencies below, 13 # Do not add to the list of temporarily-allowed dependencies below,
13 # and please do not introduce more #includes of these files. 14 # and please do not introduce more #includes of these files.
14 "!chrome/browser/autocomplete/autocomplete_log.h", 15 "!chrome/browser/autocomplete/autocomplete_log.h",
15 "!chrome/browser/autocomplete/autocomplete_match.h", 16 "!chrome/browser/autocomplete/autocomplete_match.h",
16 "!chrome/browser/autocomplete/autocomplete_provider.h", 17 "!chrome/browser/autocomplete/autocomplete_provider.h",
17 "!chrome/browser/autocomplete/autocomplete_result.h", 18 "!chrome/browser/autocomplete/autocomplete_result.h",
18 "!chrome/browser/autocomplete/history_provider_util.h", 19 "!chrome/browser/autocomplete/history_provider_util.h",
19 "!chrome/browser/autocomplete/history_url_provider.h", 20 "!chrome/browser/autocomplete/history_url_provider.h",
20 "!chrome/browser/autocomplete/url_prefix.h", 21 "!chrome/browser/autocomplete/url_prefix.h",
21 "!chrome/browser/bookmarks/bookmark_model.h", 22 "!chrome/browser/bookmarks/bookmark_model.h",
22 "!chrome/browser/bookmarks/bookmark_model_factory.h", 23 "!chrome/browser/bookmarks/bookmark_model_factory.h",
23 "!chrome/browser/bookmarks/bookmark_service.h", 24 "!chrome/browser/bookmarks/bookmark_service.h",
24 "!chrome/browser/browser_process.h", 25 "!chrome/browser/browser_process.h",
25 "!chrome/browser/chromeos/login/existing_user_controller.h", 26 "!chrome/browser/chromeos/login/existing_user_controller.h",
26 "!chrome/browser/content_settings/cookie_settings.h", 27 "!chrome/browser/content_settings/cookie_settings.h",
27 "!chrome/browser/diagnostics/sqlite_diagnostics.h", 28 "!chrome/browser/diagnostics/sqlite_diagnostics.h",
28 "!chrome/browser/favicon/favicon_service.h",
29 "!chrome/browser/omnibox/omnibox_field_trial.h", 29 "!chrome/browser/omnibox/omnibox_field_trial.h",
30 "!chrome/browser/prefs/scoped_user_pref_update.h", 30 "!chrome/browser/prefs/scoped_user_pref_update.h",
31 "!chrome/browser/prerender/prerender_contents.h", 31 "!chrome/browser/prerender/prerender_contents.h",
32 "!chrome/browser/prerender/prerender_manager.h", 32 "!chrome/browser/prerender/prerender_manager.h",
33 "!chrome/browser/prerender/prerender_manager_factory.h", 33 "!chrome/browser/prerender/prerender_manager_factory.h",
34 "!chrome/browser/profiles/incognito_helpers.h", 34 "!chrome/browser/profiles/incognito_helpers.h",
35 "!chrome/browser/profiles/profile.h", 35 "!chrome/browser/profiles/profile.h",
36 "!chrome/browser/profiles/profile_dependency_manager.h", 36 "!chrome/browser/profiles/profile_dependency_manager.h",
37 "!chrome/browser/profiles/profile_manager.h", 37 "!chrome/browser/profiles/profile_manager.h",
38 "!chrome/browser/profiles/profile_keyed_service.h", 38 "!chrome/browser/profiles/profile_keyed_service.h",
(...skipping 22 matching lines...) Expand all
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_utils.h", 68 "!chrome/browser/bookmarks/bookmark_utils.h",
69 ] 69 ]
70 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698