summaryrefslogtreecommitdiffstats
path: root/chromeos/DEPS
diff options
context:
space:
mode:
authorflackr <flackr@chromium.org>2014-09-02 11:50:25 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-02 19:00:34 +0000
commit45f31ae7bb08076b4f696d0d5567411e82e49782 (patch)
treef645b48de4a0e209a7bd234a335a5d179a26d7a9 /chromeos/DEPS
parent7cd720bd294794b47e82ef72b86d53d6d482b86d (diff)
downloadchromium_src-45f31ae7bb08076b4f696d0d5567411e82e49782.zip
chromium_src-45f31ae7bb08076b4f696d0d5567411e82e49782.tar.gz
chromium_src-45f31ae7bb08076b4f696d0d5567411e82e49782.tar.bz2
Use standardized and extendable accelerometer update type.
Updates the type used when delivering accelerometer updates in ash to: - support a variable number of accelerometers - be measured in m/s^2 - use axes consistent with the web device motion API. BUG=380831 TEST=MaximizeModeController unit tests still pass. TEST=Run on a touchview device and verify that entering / exiting touchview as well as screen rotation still works. Review URL: https://codereview.chromium.org/500613003 Cr-Commit-Position: refs/heads/master@{#292968}
Diffstat (limited to 'chromeos/DEPS')
-rw-r--r--chromeos/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/DEPS b/chromeos/DEPS
index ea93903..ebfede1 100644
--- a/chromeos/DEPS
+++ b/chromeos/DEPS
@@ -5,6 +5,6 @@ include_rules = [
"+third_party/cros_system_api",
"+third_party/libxml",
"+third_party/protobuf",
- "+ui/gfx/geometry",
+ "+ui/accelerometer",
"+ui/gfx/x"
]