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

Side by Side Diff: ui/display/manager/chromeos/DEPS

Issue 2887413004: chromeos: moves setting of touch state to a separate class (Closed)
Patch Set: feedback Created 3 years, 7 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
OLDNEW
1 include_rules = [
2 # DeviceDataManager is not created in all environments (such as ash when
3 # running in mus/mash).
4 "-ui/events/devices/device_data_manager.h",
5 ]
6
1 specific_include_rules = { 7 specific_include_rules = {
8 "default_touch_transform_setter.cc": [
9 # DefaultTouchTransformSetter only runs in environments where
10 # DeviceDataManager exists.
11 "+ui/events/devices/device_data_manager.h",
12 ],
2 "touch_transform_controller.cc": [ 13 "touch_transform_controller.cc": [
3 "+third_party/skia", 14 "+third_party/skia",
4 ], 15 ],
16 "touch_transform_controller_unittest.cc": [
17 "+ui/events/devices/device_data_manager.h",
18 ],
5 } 19 }
OLDNEW
« no previous file with comments | « ui/display/manager/BUILD.gn ('k') | ui/display/manager/chromeos/default_touch_transform_setter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698