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

Side by Side Diff: extensions/browser/DEPS

Issue 206613005: Extract RuntimeEventRouter from extensions Runtime API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove from android whitelist (runtime-api) Created 6 years, 8 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/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/preference/preference_api.h", 17 "+chrome/browser/extensions/api/preference/preference_api.h",
18 "+chrome/browser/extensions/api/runtime/runtime_api.h",
19 "+chrome/browser/renderer_host/chrome_render_message_filter.h", 18 "+chrome/browser/renderer_host/chrome_render_message_filter.h",
19 "+chrome/common/extensions/api/runtime.h",
20 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h", 20 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h",
21 "+chrome/common/extensions/features/feature_channel.h", 21 "+chrome/common/extensions/features/feature_channel.h",
22 "+grit/generated_resources.h", 22 "+grit/generated_resources.h",
23 ] 23 ]
24 24
25 specific_include_rules = { 25 specific_include_rules = {
26 "(.*test|.*test_util)\.(cc|h)": [ 26 "(.*test|.*test_util)\.(cc|h)": [
27 # Temporarily allowed testing includes. See above. 27 # Temporarily allowed testing includes. See above.
28 # TODO(jamescook): Remove these. http://crbug.com/162530 28 # TODO(jamescook): Remove these. http://crbug.com/162530
29 "+chrome/browser/extensions/extension_api_unittest.h", 29 "+chrome/browser/extensions/extension_api_unittest.h",
30 "+chrome/browser/extensions/extension_service_unittest.h", 30 "+chrome/browser/extensions/extension_service_unittest.h",
31 "+chrome/browser/extensions/test_extension_system.h", 31 "+chrome/browser/extensions/test_extension_system.h",
32 "+chrome/common/chrome_paths.h", 32 "+chrome/common/chrome_paths.h",
33 "+chrome/test/base/testing_profile.h", 33 "+chrome/test/base/testing_profile.h",
34 ], 34 ],
35 } 35 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/api/runtime/runtime_event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698