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

Side by Side Diff: ui/keyboard/DEPS

Issue 2546963002: Do not move the on-screen keyboard to another display after loading an IME. (Closed)
Patch Set: rebase Created 3 years, 11 months 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
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/keyboard/keyboard_layout_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public", 2 "+content/public",
3 "+grit/keyboard_resources.h", 3 "+grit/keyboard_resources.h",
4 "+grit/keyboard_resources_map.h", 4 "+grit/keyboard_resources_map.h",
5 "+media/audio", 5 "+media/audio",
6 "+ui/aura", 6 "+ui/aura",
7 "+ui/base", 7 "+ui/base",
8 "+ui/compositor", 8 "+ui/compositor",
9 "+ui/display/types", 9 "+ui/display",
10 "+ui/events", 10 "+ui/events",
11 "+ui/gfx", 11 "+ui/gfx",
12 "+ui/gl/test/gl_surface_test_support.h", # To initialize GL for tests. 12 "+ui/gl/test/gl_surface_test_support.h", # To initialize GL for tests.
13 "+ui/test", 13 "+ui/test",
14 "+ui/ozone/public", 14 "+ui/ozone/public",
15 "+ui/wm", 15 "+ui/wm",
16 ] 16 ]
OLDNEW
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/keyboard/keyboard_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698