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

Side by Side Diff: extensions/browser/DEPS

Issue 197413002: Move extensions-related files to using //components/keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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 "+components/browser_context_keyed_service", 2 "+components/browser_context_keyed_service",
3 "+components/keyed_service",
3 "+components/user_prefs", 4 "+components/user_prefs",
4 "+content/public/browser", 5 "+content/public/browser",
5 "+net", 6 "+net",
6 "+sync", 7 "+sync",
7 "+third_party/leveldatabase", 8 "+third_party/leveldatabase",
8 9
9 # Temporarily allowed includes as part of the app shell/extensions refactor. 10 # Temporarily allowed includes as part of the app shell/extensions refactor.
10 # 11 #
11 # NOTE: Please do not add includes without talking to the app shell team; 12 # NOTE: Please do not add includes without talking to the app shell team;
12 # see OWNERS for this directory. 13 # see OWNERS for this directory.
(...skipping 26 matching lines...) Expand all
39 ], 40 ],
40 # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions. 41 # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions.
41 # http://crbug.com/348058 42 # http://crbug.com/348058
42 "local_value_store_cache\.cc": [ 43 "local_value_store_cache\.cc": [
43 "+chrome/common/extensions/api/storage.h" 44 "+chrome/common/extensions/api/storage.h"
44 ], 45 ],
45 "settings_frontend\.cc": [ 46 "settings_frontend\.cc": [
46 "+chrome/common/extensions/api/storage.h" 47 "+chrome/common/extensions/api/storage.h"
47 ] 48 ]
48 } 49 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/token_cache/token_cache_service_factory.cc ('k') | extensions/browser/api/api_resource_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698