blob: 35e31587e4dd2e646e15170e2ef8f528f1ecd54f [file] [log] [blame]
include_rules = [
"+content/public/browser",
"+sync",
# Temporarily allowed includes as part of the app shell/extensions refactor.
#
# NOTE: Please do not add includes without talking to the app shell team;
# see OWNERS for this directory.
#
# TODO(jamescook): Remove these. http://crbug.com/162530
"+chrome/browser/chrome_notification_types.h",
"+chrome/browser/extensions/api/runtime/runtime_api.h",
"+chrome/browser/extensions/extension_function_dispatcher.h",
"+chrome/browser/extensions/extension_function_histogram_value.h",
"+chrome/browser/extensions/extension_host.h",
"+chrome/browser/extensions/extension_prefs.h",
"+chrome/browser/extensions/extension_service.h",
"+chrome/browser/extensions/extension_system.h",
"+chrome/browser/extensions/extension_util.h",
"+chrome/browser/renderer_host/chrome_render_message_filter.h",
"+chrome/common/extensions/extension_messages.h",
"+chrome/common/extensions/extension_set.h",
"+grit/generated_resources.h",
]
specific_include_rules = {
".*test\.cc": [
# Temporarily allowed testing includes. See above.
# TODO(jamescook): Remove these. http://crbug.com/162530
"+chrome/browser/extensions/extension_service_unittest.h",
"+chrome/browser/extensions/test_extension_system.h",
"+chrome/common/chrome_paths.h",
"+chrome/test/base/testing_profile.h",
]
}