OLD | NEW |
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 "+content", |
5 "+sync", | 6 "+sync", |
6 "+third_party/leveldatabase", | 7 "+third_party/leveldatabase", |
7 | 8 |
8 # Temporarily allowed includes as part of the app shell/extensions refactor. | 9 # Temporarily allowed includes as part of the app shell/extensions refactor. |
9 # | 10 # |
10 # 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; |
11 # see OWNERS for this directory. | 12 # see OWNERS for this directory. |
12 # | 13 # |
13 # TODO(jamescook): Remove these. http://crbug.com/162530 | 14 # TODO(jamescook): Remove these. http://crbug.com/162530 |
14 "+chrome/browser/chrome_notification_types.h", | 15 "+chrome/browser/chrome_notification_types.h", |
(...skipping 12 matching lines...) Expand all Loading... |
27 specific_include_rules = { | 28 specific_include_rules = { |
28 ".*test\.cc": [ | 29 ".*test\.cc": [ |
29 # Temporarily allowed testing includes. See above. | 30 # Temporarily allowed testing includes. See above. |
30 # TODO(jamescook): Remove these. http://crbug.com/162530 | 31 # TODO(jamescook): Remove these. http://crbug.com/162530 |
31 "+chrome/browser/extensions/extension_service_unittest.h", | 32 "+chrome/browser/extensions/extension_service_unittest.h", |
32 "+chrome/browser/extensions/test_extension_system.h", | 33 "+chrome/browser/extensions/test_extension_system.h", |
33 "+chrome/common/chrome_paths.h", | 34 "+chrome/common/chrome_paths.h", |
34 "+chrome/test/base/testing_profile.h", | 35 "+chrome/test/base/testing_profile.h", |
35 ] | 36 ] |
36 } | 37 } |
OLD | NEW |