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

Side by Side Diff: ui/ozone/DEPS

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error 2 Created 5 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 "+skia/ext", 2 "+skia/ext",
3 "+third_party/khronos", 3 "+third_party/khronos",
4 "+third_party/skia", 4 "+third_party/skia",
5 "+ui/display/types", 5 "+ui/display/types",
6 "+ui/display/util", 6 "+ui/display/util",
7 "+ui/events", 7 "+ui/events",
8 "+ui/gfx", 8 "+ui/gfx",
9 "+ui/base/cursor", 9 "+ui/base/cursor",
10 "+ui/base/touch",
sadrul 2015/11/03 19:09:26 Why?
afakhry 2015/11/04 02:28:21 Sorry, I forgot to remove this. This is no longer
10 "+ui/platform_window", 11 "+ui/platform_window",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698