| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/browser_context_keyed_service", |
| 2 "+content/public/browser", | 3 "+content/public/browser", |
| 3 "+sync", | 4 "+sync", |
| 4 | 5 |
| 5 # Temporarily allowed includes as part of the app shell/extensions refactor. | 6 # Temporarily allowed includes as part of the app shell/extensions refactor. |
| 6 # | 7 # |
| 7 # NOTE: Please do not add includes without talking to the app shell team; | 8 # NOTE: Please do not add includes without talking to the app shell team; |
| 8 # see OWNERS for this directory. | 9 # see OWNERS for this directory. |
| 9 # | 10 # |
| 10 # TODO(jamescook): Remove these. http://crbug.com/162530 | 11 # TODO(jamescook): Remove these. http://crbug.com/162530 |
| 11 "+chrome/browser/chrome_notification_types.h", | 12 "+chrome/browser/chrome_notification_types.h", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 25 specific_include_rules = { | 26 specific_include_rules = { |
| 26 ".*test\.cc": [ | 27 ".*test\.cc": [ |
| 27 # Temporarily allowed testing includes. See above. | 28 # Temporarily allowed testing includes. See above. |
| 28 # TODO(jamescook): Remove these. http://crbug.com/162530 | 29 # TODO(jamescook): Remove these. http://crbug.com/162530 |
| 29 "+chrome/browser/extensions/extension_service_unittest.h", | 30 "+chrome/browser/extensions/extension_service_unittest.h", |
| 30 "+chrome/browser/extensions/test_extension_system.h", | 31 "+chrome/browser/extensions/test_extension_system.h", |
| 31 "+chrome/common/chrome_paths.h", | 32 "+chrome/common/chrome_paths.h", |
| 32 "+chrome/test/base/testing_profile.h", | 33 "+chrome/test/base/testing_profile.h", |
| 33 ] | 34 ] |
| 34 } | 35 } |
| OLD | NEW |