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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos/ime",
3 "+third_party/gtk+/gdk/gdkkeysyms.h", 2 "+third_party/gtk+/gdk/gdkkeysyms.h",
4 "+third_party/gtk+/gtk/gtkimcontextsimpleseqs.h", 3 "+third_party/gtk+/gtk/gtkimcontextsimpleseqs.h",
4 "+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
5 ] 5 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698