blob: ca727c79dc2d258b9f57ff1317f1fbd14aa12b81 [file] [log] [blame]
include_rules = [
"-chrome",
"+chrome/browser/chromeos/input_method",
"+chrome/grit",
"-content",
]
specific_include_rules = {
# The configuration layer.
"(input_method_delegate_impl|input_method_persistence|browser_state_monitor)"
"\.(h|cc)": [
"+chrome/common",
"+chrome/browser",
"+chrome/test",
"+content/public",
],
# TODO(mash): Fix. https://crbug.com/738531
"candidate_window_controller_impl\.cc": [
"+ash/shell.h",
"+ash/wm/window_util.h",
],
"assistive_window_controller\.cc": [
"+ash/shell.h",
"+ash/wm/window_util.h",
],
# TODO(erikwright): Bring this list to zero.
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
"input_method_manager_impl\.cc": [
# TODO(erikwright): Much/all of language_preferences can/should be decoupled
# from chrome/browser.
"!chrome/browser/chromeos/language_preferences.h",
],
# For testing.
".*(_browsertest|_unittest|_test_helper|)\.(h|cc)": [
"+chrome/common",
"+chrome/browser",
"+chrome/test",
"+content/public",
"+mojo/core/embedder/embedder.h",
],
"xkeyboard_unittest\.cc": [
"!content/public/test/test_browser_thread.h",
],
}