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

Side by Side Diff: extensions/browser/DEPS

Issue 67253003: Reland: Move ExtensionProcessManager to src/extensions, part 4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase process_manager Created 7 years, 1 month 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 "+content/public/browser", 2 "+content/public/browser",
3 3
4 # Temporarily allowed includes as part of the app shell/extensions refactor. 4 # Temporarily allowed includes as part of the app shell/extensions refactor.
5 # 5 #
6 # NOTE: Please do not add includes without talking to the app shell team; 6 # NOTE: Please do not add includes without talking to the app shell team;
7 # see OWNERS for this directory. 7 # see OWNERS for this directory.
8 # 8 #
9 # TODO(jamescook): Remove these. http://crbug.com/162530 9 # TODO(jamescook): Remove these. http://crbug.com/162530
10 "+chrome/browser/chrome_notification_types.h", 10 "+chrome/browser/chrome_notification_types.h",
11 "+chrome/browser/extensions/api/runtime/runtime_api.h",
11 "+chrome/browser/extensions/extension_function.h", 12 "+chrome/browser/extensions/extension_function.h",
12 "+chrome/browser/extensions/extension_host.h", 13 "+chrome/browser/extensions/extension_host.h",
13 "+chrome/browser/extensions/extension_process_manager.h", 14 "+chrome/browser/extensions/extension_host_mac.h",
14 "+chrome/browser/extensions/extension_service.h", 15 "+chrome/browser/extensions/extension_service.h",
15 "+chrome/browser/extensions/extension_system.h", 16 "+chrome/browser/extensions/extension_system.h",
17 "+chrome/browser/extensions/extension_util.h",
16 "+chrome/browser/extensions/process_map.h", 18 "+chrome/browser/extensions/process_map.h",
17 "+chrome/common/extensions/extension.h", 19 "+chrome/common/extensions/extension.h",
18 "+chrome/common/extensions/extension_messages.h", 20 "+chrome/common/extensions/extension_messages.h",
19 "+chrome/common/extensions/extension_set.h", 21 "+chrome/common/extensions/extension_set.h",
20 "+grit/generated_resources.h", 22 "+grit/generated_resources.h",
21 ] 23 ]
22 24
23 specific_include_rules = { 25 specific_include_rules = {
24 ".*test\.cc": [ 26 ".*test\.cc": [
25 # Temporarily allowed testing includes. See above. 27 # Temporarily allowed testing includes. See above.
26 # TODO(jamescook): Remove these. http://crbug.com/159366 28 # TODO(jamescook): Remove these. http://crbug.com/159366
27 "+chrome/browser/extensions/extension_service_unittest.h", 29 "+chrome/browser/extensions/extension_service_unittest.h",
28 "+chrome/browser/extensions/test_extension_system.h", 30 "+chrome/browser/extensions/test_extension_system.h",
29 "+chrome/common/chrome_paths.h", 31 "+chrome/common/chrome_paths.h",
30 "+chrome/test/base/testing_profile.h", 32 "+chrome/test/base/testing_profile.h",
31 ] 33 ]
32 } 34 }
OLDNEW
« no previous file with comments | « content/browser/devtools/render_view_devtools_agent_host.cc ('k') | extensions/browser/info_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698