OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/browser", | 2 "+content/public/browser", |
3 "+sync", | 3 "+sync", |
4 | 4 |
5 # Temporarily allowed includes as part of the app shell/extensions refactor. | 5 # Temporarily allowed includes as part of the app shell/extensions refactor. |
6 # | 6 # |
7 # NOTE: Please do not add includes without talking to the app shell team; | 7 # NOTE: Please do not add includes without talking to the app shell team; |
8 # see OWNERS for this directory. | 8 # see OWNERS for this directory. |
9 # | 9 # |
10 # TODO(jamescook): Remove these. http://crbug.com/162530 | 10 # TODO(jamescook): Remove these. http://crbug.com/162530 |
11 "+chrome/browser/chrome_notification_types.h", | 11 "+chrome/browser/chrome_notification_types.h", |
12 "+chrome/browser/extensions/api/runtime/runtime_api.h", | 12 "+chrome/browser/extensions/api/runtime/runtime_api.h", |
13 "+chrome/browser/extensions/extension_function_dispatcher.h", | 13 "+chrome/browser/extensions/extension_function_dispatcher.h", |
14 "+chrome/browser/extensions/extension_function_histogram_value.h", | 14 "+chrome/browser/extensions/extension_function_histogram_value.h", |
15 "+chrome/browser/extensions/extension_host.h", | 15 "+chrome/browser/extensions/extension_host.h", |
16 "+chrome/browser/extensions/extension_prefs.h", | 16 "+chrome/browser/extensions/extension_prefs.h", |
17 "+chrome/browser/extensions/extension_service.h", | 17 "+chrome/browser/extensions/extension_service.h", |
18 "+chrome/browser/extensions/extension_system.h", | 18 "+chrome/browser/extensions/extension_system.h", |
19 "+chrome/browser/extensions/extension_util.h", | 19 "+chrome/browser/extensions/extension_util.h", |
20 "+chrome/browser/renderer_host/chrome_render_message_filter.h", | 20 "+chrome/browser/renderer_host/chrome_render_message_filter.h", |
21 "+chrome/common/extensions/extension_messages.h", | 21 "+chrome/common/extensions/extension_messages.h", |
22 "+chrome/common/extensions/extension_set.h", | |
23 "+grit/generated_resources.h", | 22 "+grit/generated_resources.h", |
24 ] | 23 ] |
25 | 24 |
26 specific_include_rules = { | 25 specific_include_rules = { |
27 ".*test\.cc": [ | 26 ".*test\.cc": [ |
28 # Temporarily allowed testing includes. See above. | 27 # Temporarily allowed testing includes. See above. |
29 # TODO(jamescook): Remove these. http://crbug.com/162530 | 28 # TODO(jamescook): Remove these. http://crbug.com/162530 |
30 "+chrome/browser/extensions/extension_service_unittest.h", | 29 "+chrome/browser/extensions/extension_service_unittest.h", |
31 "+chrome/browser/extensions/test_extension_system.h", | 30 "+chrome/browser/extensions/test_extension_system.h", |
32 "+chrome/common/chrome_paths.h", | 31 "+chrome/common/chrome_paths.h", |
33 "+chrome/test/base/testing_profile.h", | 32 "+chrome/test/base/testing_profile.h", |
34 ] | 33 ] |
35 } | 34 } |
OLD | NEW |