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

Side by Side Diff: extensions/browser/DEPS

Issue 198703006: Move ExtensionHost from src/chrome to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/api/api_resource_manager.h » ('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/keyed_service", 2 "+components/keyed_service",
3 "+components/user_prefs", 3 "+components/user_prefs",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+net", 5 "+net",
6 "+sync", 6 "+sync",
7 "+third_party/leveldatabase", 7 "+third_party/leveldatabase",
8 8
9 # Temporarily allowed includes as part of the app shell/extensions refactor. 9 # Temporarily allowed includes as part of the app shell/extensions refactor.
10 # 10 #
11 # NOTE: Please do not add includes without talking to the app shell team; 11 # NOTE: Please do not add includes without talking to the app shell team;
12 # see OWNERS for this directory. 12 # see OWNERS for this directory.
13 # 13 #
14 # TODO(jamescook): Remove these. http://crbug.com/162530 14 # TODO(jamescook): Remove these. http://crbug.com/162530
15 "+chrome/browser/chrome_notification_types.h", 15 "+chrome/browser/chrome_notification_types.h",
16 "+chrome/browser/extensions/api/content_settings/content_settings_store.h", 16 "+chrome/browser/extensions/api/content_settings/content_settings_store.h",
17 "+chrome/browser/extensions/api/dns/host_resolver_wrapper.h", 17 "+chrome/browser/extensions/api/dns/host_resolver_wrapper.h",
18 "+chrome/browser/extensions/api/preference/preference_api.h", 18 "+chrome/browser/extensions/api/preference/preference_api.h",
19 "+chrome/browser/extensions/api/runtime/runtime_api.h", 19 "+chrome/browser/extensions/api/runtime/runtime_api.h",
20 "+chrome/browser/extensions/extension_host.h",
21 "+chrome/browser/renderer_host/chrome_render_message_filter.h", 20 "+chrome/browser/renderer_host/chrome_render_message_filter.h",
22 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h", 21 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h",
23 "+chrome/common/extensions/features/feature_channel.h", 22 "+chrome/common/extensions/features/feature_channel.h",
24 "+chrome/common/extensions/permissions", 23 "+chrome/common/extensions/permissions",
25 "+grit/generated_resources.h", 24 "+grit/generated_resources.h",
26 ] 25 ]
27 26
28 specific_include_rules = { 27 specific_include_rules = {
29 "(.*test|.*test_util)\.(cc|h)": [ 28 "(.*test|.*test_util)\.(cc|h)": [
30 # Temporarily allowed testing includes. See above. 29 # Temporarily allowed testing includes. See above.
31 # TODO(jamescook): Remove these. http://crbug.com/162530 30 # TODO(jamescook): Remove these. http://crbug.com/162530
32 "+chrome/browser/extensions/extension_api_unittest.h", 31 "+chrome/browser/extensions/extension_api_unittest.h",
33 "+chrome/browser/extensions/extension_service_unittest.h", 32 "+chrome/browser/extensions/extension_service_unittest.h",
34 "+chrome/browser/extensions/test_extension_system.h", 33 "+chrome/browser/extensions/test_extension_system.h",
35 "+chrome/common/chrome_paths.h", 34 "+chrome/common/chrome_paths.h",
36 "+chrome/test/base/testing_profile.h", 35 "+chrome/test/base/testing_profile.h",
37 ], 36 ],
38 } 37 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/api/api_resource_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698