| 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", | 16 "+chrome/browser/extensions/api/content_settings/content_settings_store.h", |
| 17 "+chrome/browser/extensions/api/preference/preference_api.h", | |
| 18 "+chrome/browser/extensions/api/runtime/runtime_api.h", | 17 "+chrome/browser/extensions/api/runtime/runtime_api.h", |
| 19 "+chrome/browser/renderer_host/chrome_render_message_filter.h", | 18 "+chrome/browser/renderer_host/chrome_render_message_filter.h", |
| 20 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h", | 19 "+chrome/common/extensions/api/sockets/sockets_manifest_data.h", |
| 21 "+chrome/common/extensions/features/feature_channel.h", | 20 "+chrome/common/extensions/features/feature_channel.h", |
| 22 "+grit/generated_resources.h", | 21 "+grit/generated_resources.h", |
| 23 ] | 22 ] |
| 24 | 23 |
| 25 specific_include_rules = { | 24 specific_include_rules = { |
| 26 "(.*test|.*test_util)\.(cc|h)": [ | 25 "(.*test|.*test_util)\.(cc|h)": [ |
| 27 # Temporarily allowed testing includes. See above. | 26 # Temporarily allowed testing includes. See above. |
| 28 # TODO(jamescook): Remove these. http://crbug.com/162530 | 27 # TODO(jamescook): Remove these. http://crbug.com/162530 |
| 29 "+chrome/browser/extensions/extension_api_unittest.h", | 28 "+chrome/browser/extensions/extension_api_unittest.h", |
| 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 |