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

Side by Side Diff: extensions/browser/DEPS

Issue 48643003: Moved extension and value builder code to extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again 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/extension_host.h", 11 "+chrome/browser/extensions/extension_host.h",
12 "+chrome/browser/extensions/extension_process_manager.h", 12 "+chrome/browser/extensions/extension_process_manager.h",
13 "+chrome/browser/extensions/extension_service.h", 13 "+chrome/browser/extensions/extension_service.h",
14 "+chrome/browser/extensions/extension_system.h", 14 "+chrome/browser/extensions/extension_system.h",
15 "+chrome/browser/extensions/process_map.h", 15 "+chrome/browser/extensions/process_map.h",
16 "+chrome/common/extensions/background_info.h", 16 "+chrome/common/extensions/background_info.h",
17 "+chrome/common/extensions/extension.h", 17 "+chrome/common/extensions/extension.h",
18 "+chrome/common/extensions/extension_messages.h", 18 "+chrome/common/extensions/extension_messages.h",
19 ] 19 ]
20 20
21 specific_include_rules = { 21 specific_include_rules = {
22 ".*test\.cc": [ 22 ".*test\.cc": [
23 # Temporarily allowed testing includes. See above. 23 # Temporarily allowed testing includes. See above.
24 # TODO(jamescook): Remove these. http://crbug.com/159366 24 # TODO(jamescook): Remove these. http://crbug.com/159366
25 "+chrome/browser/extensions/extension_service_unittest.h", 25 "+chrome/browser/extensions/extension_service_unittest.h",
26 "+chrome/browser/extensions/test_extension_system.h", 26 "+chrome/browser/extensions/test_extension_system.h",
27 "+chrome/common/extensions/extension_builder.h",
28 "+chrome/test/base/testing_profile.h", 27 "+chrome/test/base/testing_profile.h",
29 ] 28 ]
30 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698