Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: chrome/browser/chromeos/input_method/DEPS

Issue 11466010: Decompose BrowserStateMonitor into two parts, simplifying unit tests and APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gypi ordering. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/browser_state_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
+}
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/browser_state_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698