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

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

Issue 12770011: Remove a few chrome dependencies of c/b/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win compiling 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Webdata is being made into a component (it will end up at 2 # Webdata is being made into a component (it will end up at
3 # //components/webdata and not depend on //chrome), so we have these basic 3 # //components/webdata and not depend on //chrome), so we have these basic
4 # rules followed by temporary exceptions. Please don't add to the list of 4 # rules followed by temporary exceptions. Please don't add to the list of
5 # exceptions! 5 # exceptions!
6 "-chrome/browser", 6 "-chrome/browser",
7 "-chrome/common", 7 "-chrome/common",
8 "+chrome/browser/api/webdata", 8 "+chrome/browser/api/webdata",
9 "+chrome/browser/webdata", 9 "+chrome/browser/webdata",
10 10
11 # TODO(caitkp, kaiwang): Bring this list to zero. 11 # TODO(caitkp, kaiwang): Bring this list to zero.
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/history/history_database.h", 14 "!chrome/browser/history/history_database.h",
15 "!chrome/browser/password_manager/encryptor.h", 15 "!chrome/browser/password_manager/encryptor.h",
16 "!chrome/browser/password_manager/ie7_password.h", 16 "!chrome/browser/password_manager/ie7_password.h",
17 "!chrome/browser/profiles/profile.h",
18 "!chrome/browser/profiles/profile_dependency_manager.h",
19 "!chrome/browser/profiles/profile_keyed_service.h",
20 "!chrome/browser/profiles/profile_keyed_service_factory.h",
21 "!chrome/browser/profiles/profile_manager.h",
22 "!chrome/browser/profiles/refcounted_profile_keyed_service.h",
23 "!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h",
24 "!chrome/browser/search_engines/search_terms_data.h", 17 "!chrome/browser/search_engines/search_terms_data.h",
25 "!chrome/browser/search_engines/template_url.h", 18 "!chrome/browser/search_engines/template_url.h",
26 "!chrome/browser/search_engines/template_url_id.h", 19 "!chrome/browser/search_engines/template_url_id.h",
27 "!chrome/browser/search_engines/template_url_service.h", 20 "!chrome/browser/search_engines/template_url_service.h",
28 "!chrome/browser/ui/profile_error_dialog.h", 21 "!chrome/browser/ui/profile_error_dialog.h",
29 "!chrome/common/chrome_constants.h",
30 "!chrome/common/chrome_notification_types.h", 22 "!chrome/common/chrome_notification_types.h",
31 "!chrome/common/chrome_paths.h",
32 # Do not add to the list of temporarily-allowed dependencies above, 23 # Do not add to the list of temporarily-allowed dependencies above,
33 # and please do not introduce more #includes of these files. 24 # and please do not introduce more #includes of these files.
34 ] 25 ]
26
27 specific_include_rules = {
28 'web_data_service_factory\.(h|cc)': [
29 "!chrome/browser/profiles/profile.h",
30 "!chrome/browser/profiles/profile_dependency_manager.h",
31 "!chrome/browser/profiles/profile_keyed_service.h",
32 "!chrome/browser/profiles/profile_keyed_service_factory.h",
33 ]
34 }
OLDNEW
« no previous file with comments | « chrome/browser/diagnostics/sqlite_diagnostics.cc ('k') | chrome/browser/webdata/autocomplete_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698