Makes GestureConfiguration pluggable and provides implementations for mandoline
commitc7c9e314b75f06c6e56ccbd2fdfa84a166fff566
authorsky <sky@chromium.org>
Thu, 7 May 2015 21:55:04 +0000 (7 14:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 7 May 2015 21:55:41 +0000 (7 21:55 +0000)
treef6a195e1372b0a96ba616e996f1acf5c1e079a2b
parent5974b39719e6fffe2e7eeacb0c026d5908274e62
Makes GestureConfiguration pluggable and provides implementations for mandoline

Mandoline implementations are just stubs and local to
html_viweer. Will implement later.

R=ben@chromium.org
BUG=none
TEST=none

Review URL: https://codereview.chromium.org/1132593002

Cr-Commit-Position: refs/heads/master@{#328847}
components/html_viewer/BUILD.gn
components/html_viewer/DEPS
components/html_viewer/html_viewer.cc
components/html_viewer/ui_setup.h [new file with mode: 0644]
components/html_viewer/ui_setup_android.cc [new file with mode: 0644]
components/html_viewer/ui_setup_android.h [new file with mode: 0644]
ui/events/gesture_detection/gesture_configuration.cc
ui/events/gesture_detection/gesture_configuration.h
ui/events/gesture_detection/gesture_configuration_android.cc
ui/events/gesture_detection/gesture_configuration_aura.cc
ui/events/gesture_detection/gesture_configuration_default.cc