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

Side by Side Diff: extensions/browser/DEPS

Issue 194333002: Move extension_messages.h to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again 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 | « extensions/DEPS ('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 "+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_function_dispatcher.h", 20 "+chrome/browser/extensions/extension_function_dispatcher.h",
21 "+chrome/browser/extensions/extension_host.h", 21 "+chrome/browser/extensions/extension_host.h",
22 "+chrome/browser/extensions/extension_service.h", 22 "+chrome/browser/extensions/extension_service.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/api/sockets/sockets_manifest_data.h", 24 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h",
25 "+chrome/common/extensions/extension_messages.h",
26 "+chrome/common/extensions/features/feature_channel.h", 25 "+chrome/common/extensions/features/feature_channel.h",
27 "+chrome/common/extensions/permissions", 26 "+chrome/common/extensions/permissions",
28 "+grit/generated_resources.h", 27 "+grit/generated_resources.h",
29 ] 28 ]
30 29
31 specific_include_rules = { 30 specific_include_rules = {
32 "(.*test|.*test_util)\.(cc|h)": [ 31 "(.*test|.*test_util)\.(cc|h)": [
33 # Temporarily allowed testing includes. See above. 32 # Temporarily allowed testing includes. See above.
34 # TODO(jamescook): Remove these. http://crbug.com/162530 33 # TODO(jamescook): Remove these. http://crbug.com/162530
35 "+chrome/browser/extensions/extension_service_unittest.h", 34 "+chrome/browser/extensions/extension_service_unittest.h",
36 "+chrome/browser/extensions/test_extension_system.h", 35 "+chrome/browser/extensions/test_extension_system.h",
37 "+chrome/common/chrome_paths.h", 36 "+chrome/common/chrome_paths.h",
38 "+chrome/test/base/testing_profile.h", 37 "+chrome/test/base/testing_profile.h",
39 ], 38 ],
40 # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions. 39 # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions.
41 # http://crbug.com/348058 40 # http://crbug.com/348058
42 "local_value_store_cache\.cc": [ 41 "local_value_store_cache\.cc": [
43 "+chrome/common/extensions/api/storage.h" 42 "+chrome/common/extensions/api/storage.h"
44 ], 43 ],
45 "settings_frontend\.cc": [ 44 "settings_frontend\.cc": [
46 "+chrome/common/extensions/api/storage.h" 45 "+chrome/common/extensions/api/storage.h"
47 ] 46 ]
48 } 47 }
OLDNEW
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698