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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/browser_state_monitor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "-chrome",
3 "+chrome/browser/chromeos/input_method",
4 "-content",
5 ]
6
7 specific_include_rules = {
8 # The configuration layer.
9 '(input_method_delegate_impl|input_method_persistence|browser_state_monitor)'
10 '(_unittest)?\.(h|cc)': [
11 "+chrome/common",
12 "+chrome/browser",
13 "+chrome/test",
14 "+content/public",
15 ],
16 # TODO(erikwright): Bring this list to zero.
17 #
18 # Do not add to the list of temporarily-allowed dependencies below,
19 # and please do not introduce more #includes of these files.
20 'input_method_manager_impl\.cc': [
21 # TODO(erikwright): Much/all of language_preferences can/should be decoupled
22 # from chrome/browser.
23 "!chrome/browser/chromeos/language_preferences.h"
24 ],
25 'ibus_controller_impl\.cc|xkeyboard\.cc': [
26 "!content/public/browser/browser_thread.h",
27 ],
28 'xkeyboard_unittest\.cc': [
29 "!content/public/test/test_browser_thread.h",
30 ],
31 }
OLDNEW
« 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