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

Side by Side Diff: ui/keyboard/DEPS

Issue 134683004: Disabled pinch zooming in non-browser Aura windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 "+third_party/WebKit/public/web/WebInputEvent.h",
jamesr 2014/01/27 19:18:13 no, ui/ should not be depending on blink API types
5 "+ui/aura", 6 "+ui/aura",
6 "+ui/base", 7 "+ui/base",
7 "+ui/compositor", 8 "+ui/compositor",
8 "+ui/gfx", 9 "+ui/gfx",
9 "+ui/test", 10 "+ui/test",
10 "+ui/wm", 11 "+ui/wm",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698