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

Side by Side Diff: extensions/browser/DEPS

Issue 147923005: Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re^3base Created 6 years, 10 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
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/browser_context_keyed_service", 2 "+components/browser_context_keyed_service",
3 "+components/user_prefs", 3 "+components/user_prefs",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+sync", 5 "+sync",
6 6
7 # Temporarily allowed includes as part of the app shell/extensions refactor. 7 # Temporarily allowed includes as part of the app shell/extensions refactor.
8 # 8 #
9 # NOTE: Please do not add includes without talking to the app shell team; 9 # NOTE: Please do not add includes without talking to the app shell team;
10 # see OWNERS for this directory. 10 # see OWNERS for this directory.
11 # 11 #
12 # TODO(jamescook): Remove these. http://crbug.com/162530 12 # TODO(jamescook): Remove these. http://crbug.com/162530
13 "+chrome/browser/chrome_notification_types.h", 13 "+chrome/browser/chrome_notification_types.h",
14 "+chrome/browser/extensions/api/content_settings/content_settings_store.h", 14 "+chrome/browser/extensions/api/content_settings/content_settings_store.h",
15 "+chrome/browser/extensions/api/preference/preference_api.h", 15 "+chrome/browser/extensions/api/preference/preference_api.h",
16 "+chrome/browser/extensions/api/runtime/runtime_api.h", 16 "+chrome/browser/extensions/api/runtime/runtime_api.h",
17 "+chrome/browser/extensions/extension_function_dispatcher.h", 17 "+chrome/browser/extensions/extension_function_dispatcher.h",
18 "+chrome/browser/extensions/extension_function_histogram_value.h", 18 "+chrome/browser/extensions/extension_function_histogram_value.h",
19 "+chrome/browser/extensions/extension_host.h", 19 "+chrome/browser/extensions/extension_host.h",
20 "+chrome/browser/extensions/extension_service.h", 20 "+chrome/browser/extensions/extension_service.h",
21 "+chrome/browser/extensions/extension_system.h", 21 "+chrome/browser/extensions/extension_system_factory.h",
22 "+chrome/browser/extensions/extension_util.h", 22 "+chrome/browser/extensions/extension_util.h",
23 "+chrome/browser/renderer_host/chrome_render_message_filter.h", 23 "+chrome/browser/renderer_host/chrome_render_message_filter.h",
24 "+chrome/common/extensions/extension_messages.h", 24 "+chrome/common/extensions/extension_messages.h",
25 "+chrome/common/extensions/features/feature_channel.h", 25 "+chrome/common/extensions/features/feature_channel.h",
26 "+grit/generated_resources.h", 26 "+grit/generated_resources.h",
27 ] 27 ]
28 28
29 specific_include_rules = { 29 specific_include_rules = {
30 ".*test\.cc": [ 30 ".*test\.cc": [
31 # Temporarily allowed testing includes. See above. 31 # Temporarily allowed testing includes. See above.
32 # TODO(jamescook): Remove these. http://crbug.com/162530 32 # TODO(jamescook): Remove these. http://crbug.com/162530
33 "+chrome/browser/extensions/extension_service_unittest.h", 33 "+chrome/browser/extensions/extension_service_unittest.h",
34 "+chrome/browser/extensions/test_extension_system.h", 34 "+chrome/browser/extensions/test_extension_system.h",
35 "+chrome/common/chrome_paths.h", 35 "+chrome/common/chrome_paths.h",
36 "+chrome/test/base/testing_profile.h", 36 "+chrome/test/base/testing_profile.h",
37 ] 37 ]
38 } 38 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698