| Index: chrome/browser/chromeos/input_method/DEPS
|
| diff --git a/chrome/browser/chromeos/input_method/DEPS b/chrome/browser/chromeos/input_method/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0294033ed86c0a1fde93e34ac79ea5022eb88c09
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/input_method/DEPS
|
| @@ -0,0 +1,31 @@
|
| +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)'
|
| + '(_unittest)?\.(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"
|
| + ],
|
| + 'ibus_controller_impl\.cc|xkeyboard\.cc': [
|
| + "!content/public/browser/browser_thread.h",
|
| + ],
|
| + 'xkeyboard_unittest\.cc': [
|
| + "!content/public/test/test_browser_thread.h",
|
| + ],
|
| +}
|
|
|