Skip to content

Commit

Permalink
Update DEPS to use chromeos/ime.
Browse files Browse the repository at this point in the history
Text input module used in ChromeOS requires dbus stuff because it communicates with external process(ibus-daemon) with dbus.
Now we have new text input framework based on Chrome Extension, and we have plan to migrate current all legacy ime to it.
The new implementation is no longer requires dbus stuff, so the location should be chromeos/ime rather than chromeos/dbus.
We can omit chromeos/dbus dependency from ui/base/ime once all migration is finished.

BUG=171351
TEST=None

Review URL: https://chromiumcodereview.appspot.com/12036025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178538 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
nona@chromium.org committed Jan 24, 2013
1 parent 91fef7a commit 5420e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/DEPS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include_rules = [
"+chromeos/dbus",
"+grit/app_locale_settings.h",
"+grit/native_theme_resources.h",
"+grit/ui_resources.h",
Expand Down
3 changes: 3 additions & 0 deletions ui/base/ime/DEPS
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include_rules = [
# TODO(nona): Remove chromoeos/dbus entry once crbug.com/171351 is fixed.
"+chromeos/dbus",
"+chromeos/ime",
"+third_party/gtk+/gdk/gdkkeysyms.h",
"+third_party/gtk+/gtk/gtkimcontextsimpleseqs.h",
]

0 comments on commit 5420e82

Please sign in to comment.