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

Unified Diff: ui/base/ime/DEPS

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ui/chromeos/ime/DEPS Created 6 years, 1 month 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
Index: ui/base/ime/DEPS
diff --git a/ui/base/ime/DEPS b/ui/base/ime/DEPS
index d59514e924bf011460ea5b245e41b4daba0b4f57..5ed11dc2a6397d5722ff62b253e4e2e4f7cf7323 100644
--- a/ui/base/ime/DEPS
+++ b/ui/base/ime/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+chromeos/ime",
"+third_party/gtk+/gdk/gdkkeysyms.h",
"+third_party/gtk+/gtk/gtkimcontextsimpleseqs.h",
+ "+ui/chromeos/ime",
sky 2014/11/19 18:25:30 Doesn't this mean we now have a cycle? ui/chromeos
Shu Chen 2014/11/20 01:04:44 I met the cycle problem and that was why I separat
sky 2014/11/20 15:20:01 I like it. As long as there are no circles I'm hap
]

Powered by Google App Engine
This is Rietveld 408576698