summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/DEPS
blob: c562320b7fe5cbf5f0d91a065764821a9638588f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
include_rules = [
  "-chrome",
  "+chrome/browser/chromeos/input_method",
  "-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",
  ],
  # For testing.
  '.*(_browsertest|_unittest|_test_helper|)\.(h|cc)': [
    "+chrome/common",
    "+chrome/browser",
    "+chrome/test",
    "+content/public",
  ],
  # 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"
  ],
  'xkeyboard_unittest\.cc': [
    "!content/public/test/test_browser_thread.h",
  ],
}