| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/keyed_service", | 2 "+components/keyed_service", |
| 3 "+components/user_prefs", | 3 "+components/user_prefs", |
| 4 "+content/public/browser", | 4 "+content/public/browser", |
| 5 "+net", | 5 "+net", |
| 6 "+sync", | 6 "+sync", |
| 7 "+third_party/leveldatabase", | 7 "+third_party/leveldatabase", |
| 8 | 8 |
| 9 # Temporarily allowed includes as part of the app shell/extensions refactor. | 9 # Temporarily allowed includes as part of the app shell/extensions refactor. |
| 10 # | 10 # |
| 11 # 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; |
| 12 # see OWNERS for this directory. | 12 # see OWNERS for this directory. |
| 13 # | 13 # |
| 14 # TODO(jamescook): Remove these. http://crbug.com/162530 | 14 # TODO(jamescook): Remove these. http://crbug.com/162530 |
| 15 "+chrome/browser/chrome_notification_types.h", | 15 "+chrome/browser/chrome_notification_types.h", |
| 16 "+chrome/browser/extensions/api/content_settings/content_settings_store.h", | |
| 17 "+chrome/browser/extensions/api/runtime/runtime_api.h", | |
| 18 "+chrome/browser/renderer_host/chrome_render_message_filter.h", | 16 "+chrome/browser/renderer_host/chrome_render_message_filter.h", |
| 19 "+chrome/common/extensions/features/feature_channel.h", | 17 "+chrome/common/extensions/features/feature_channel.h", |
| 20 "+grit/generated_resources.h", | 18 "+grit/generated_resources.h", |
| 21 ] | 19 ] |
| 22 | 20 |
| 23 specific_include_rules = { | 21 specific_include_rules = { |
| 24 "(.*test|.*test_util)\.(cc|h)": [ | 22 "(.*test|.*test_util)\.(cc|h)": [ |
| 25 # Temporarily allowed testing includes. See above. | 23 # Temporarily allowed testing includes. See above. |
| 26 # TODO(jamescook): Remove these. http://crbug.com/162530 | 24 # TODO(jamescook): Remove these. http://crbug.com/162530 |
| 27 "+chrome/browser/extensions/extension_api_unittest.h", | 25 "+chrome/browser/extensions/extension_api_unittest.h", |
| 28 "+chrome/browser/extensions/extension_service_unittest.h", | 26 "+chrome/browser/extensions/extension_service_unittest.h", |
| 29 "+chrome/browser/extensions/test_extension_system.h", | 27 "+chrome/browser/extensions/test_extension_system.h", |
| 30 "+chrome/common/chrome_paths.h", | 28 "+chrome/common/chrome_paths.h", |
| 31 "+chrome/test/base/testing_profile.h", | 29 "+chrome/test/base/testing_profile.h", |
| 32 ], | 30 ], |
| 33 } | 31 } |
| OLD | NEW |