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

Side by Side Diff: extensions/browser/DEPS

Issue 120863003: Convert ExtensionRegistry to a BrowserContextKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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 "+content/public/browser", 3 "+content/public/browser",
3 "+sync", 4 "+sync",
4 5
5 # Temporarily allowed includes as part of the app shell/extensions refactor. 6 # Temporarily allowed includes as part of the app shell/extensions refactor.
6 # 7 #
7 # NOTE: Please do not add includes without talking to the app shell team; 8 # NOTE: Please do not add includes without talking to the app shell team;
8 # see OWNERS for this directory. 9 # see OWNERS for this directory.
9 # 10 #
10 # TODO(jamescook): Remove these. http://crbug.com/162530 11 # TODO(jamescook): Remove these. http://crbug.com/162530
11 "+chrome/browser/chrome_notification_types.h", 12 "+chrome/browser/chrome_notification_types.h",
(...skipping 13 matching lines...) Expand all
25 specific_include_rules = { 26 specific_include_rules = {
26 ".*test\.cc": [ 27 ".*test\.cc": [
27 # Temporarily allowed testing includes. See above. 28 # Temporarily allowed testing includes. See above.
28 # TODO(jamescook): Remove these. http://crbug.com/162530 29 # TODO(jamescook): Remove these. http://crbug.com/162530
29 "+chrome/browser/extensions/extension_service_unittest.h", 30 "+chrome/browser/extensions/extension_service_unittest.h",
30 "+chrome/browser/extensions/test_extension_system.h", 31 "+chrome/browser/extensions/test_extension_system.h",
31 "+chrome/common/chrome_paths.h", 32 "+chrome/common/chrome_paths.h",
32 "+chrome/test/base/testing_profile.h", 33 "+chrome/test/base/testing_profile.h",
33 ] 34 ]
34 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698