OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-chrome", | 2 "-chrome", |
3 "+chrome/browser/chromeos/input_method", | 3 "+chrome/browser/chromeos/input_method", |
| 4 "+chrome/grit", |
4 "-content", | 5 "-content", |
5 ] | 6 ] |
6 | 7 |
7 specific_include_rules = { | 8 specific_include_rules = { |
8 # The configuration layer. | 9 # The configuration layer. |
9 '(input_method_delegate_impl|input_method_persistence|browser_state_monitor)' | 10 '(input_method_delegate_impl|input_method_persistence|browser_state_monitor)' |
10 '\.(h|cc)': [ | 11 '\.(h|cc)': [ |
11 "+chrome/common", | 12 "+chrome/common", |
12 "+chrome/browser", | 13 "+chrome/browser", |
13 "+chrome/test", | 14 "+chrome/test", |
(...skipping 12 matching lines...) Expand all Loading... |
26 # and please do not introduce more #includes of these files. | 27 # and please do not introduce more #includes of these files. |
27 'input_method_manager_impl\.cc': [ | 28 'input_method_manager_impl\.cc': [ |
28 # TODO(erikwright): Much/all of language_preferences can/should be decoupled | 29 # TODO(erikwright): Much/all of language_preferences can/should be decoupled |
29 # from chrome/browser. | 30 # from chrome/browser. |
30 "!chrome/browser/chromeos/language_preferences.h" | 31 "!chrome/browser/chromeos/language_preferences.h" |
31 ], | 32 ], |
32 'xkeyboard_unittest\.cc': [ | 33 'xkeyboard_unittest\.cc': [ |
33 "!content/public/test/test_browser_thread.h", | 34 "!content/public/test/test_browser_thread.h", |
34 ], | 35 ], |
35 } | 36 } |
OLD | NEW |