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

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

Issue 10958031: Move cancelable_request.cc/h to chrome/browser/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 # three 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/history", 8 "+chrome/browser/history",
9 9
10 # TODO(erikwright): Bring this list to zero. 10 # TODO(erikwright): Bring this list to zero.
11 # 11 #
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/autocomplete/autocomplete_field_trial.h", 14 "!chrome/browser/autocomplete/autocomplete_field_trial.h",
15 "!chrome/browser/autocomplete/autocomplete_log.h", 15 "!chrome/browser/autocomplete/autocomplete_log.h",
16 "!chrome/browser/autocomplete/autocomplete_match.h", 16 "!chrome/browser/autocomplete/autocomplete_match.h",
17 "!chrome/browser/autocomplete/autocomplete_provider.h", 17 "!chrome/browser/autocomplete/autocomplete_provider.h",
18 "!chrome/browser/autocomplete/autocomplete_result.h", 18 "!chrome/browser/autocomplete/autocomplete_result.h",
19 "!chrome/browser/autocomplete/history_provider_util.h", 19 "!chrome/browser/autocomplete/history_provider_util.h",
20 "!chrome/browser/autocomplete/history_url_provider.h", 20 "!chrome/browser/autocomplete/history_url_provider.h",
21 "!chrome/browser/autocomplete/url_prefix.h", 21 "!chrome/browser/autocomplete/url_prefix.h",
22 "!chrome/browser/bookmarks/bookmark_model.h", 22 "!chrome/browser/bookmarks/bookmark_model.h",
23 "!chrome/browser/bookmarks/bookmark_model_factory.h", 23 "!chrome/browser/bookmarks/bookmark_model_factory.h",
24 "!chrome/browser/browser_process.h", 24 "!chrome/browser/browser_process.h",
25 "!chrome/browser/cancelable_request.h",
26 "!chrome/browser/chromeos/login/existing_user_controller.h", 25 "!chrome/browser/chromeos/login/existing_user_controller.h",
27 "!chrome/browser/diagnostics/sqlite_diagnostics.h", 26 "!chrome/browser/diagnostics/sqlite_diagnostics.h",
28 "!chrome/browser/extensions/event_router.h", 27 "!chrome/browser/extensions/event_router.h",
29 "!chrome/browser/extensions/extension_function.h", 28 "!chrome/browser/extensions/extension_function.h",
30 "!chrome/browser/favicon/favicon_service.h", 29 "!chrome/browser/favicon/favicon_service.h",
31 "!chrome/browser/prefs/pref_service.h", 30 "!chrome/browser/prefs/pref_service.h",
32 "!chrome/browser/prefs/scoped_user_pref_update.h", 31 "!chrome/browser/prefs/scoped_user_pref_update.h",
33 "!chrome/browser/profiles/profile.h", 32 "!chrome/browser/profiles/profile.h",
34 "!chrome/browser/profiles/profile_dependency_manager.h", 33 "!chrome/browser/profiles/profile_dependency_manager.h",
35 "!chrome/browser/profiles/profile_manager.h", 34 "!chrome/browser/profiles/profile_manager.h",
(...skipping 11 matching lines...) Expand all
47 "+chrome/browser", 46 "+chrome/browser",
48 ], 47 ],
49 # TODO(erikwright): Bring this list to zero. 48 # TODO(erikwright): Bring this list to zero.
50 # 49 #
51 # Do not add to the list of temporarily-allowed dependencies below, 50 # Do not add to the list of temporarily-allowed dependencies below,
52 # and please do not introduce more #includes of these files. 51 # and please do not introduce more #includes of these files.
53 '.*_[a-z]*test\.cc': [ 52 '.*_[a-z]*test\.cc': [
54 "!chrome/browser/bookmarks/bookmark_utils.h", 53 "!chrome/browser/bookmarks/bookmark_utils.h",
55 ] 54 ]
56 } 55 }
OLDNEW
« no previous file with comments | « chrome/browser/favicon/favicon_service.h ('k') | chrome/browser/history/android/android_history_provider_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698