diff options
author | timvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 19:49:14 +0000 |
---|---|---|
committer | timvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 19:49:14 +0000 |
commit | 8c667237c4a1baa433085764d4364ba9b25079b4 (patch) | |
tree | 774c23cc6b1a64f7bf713a068628332483b5b373 /WATCHLISTS | |
parent | e3dc4d8441dbf2269d860d2a967a620dc6c45ce3 (diff) | |
download | chromium_src-8c667237c4a1baa433085764d4364ba9b25079b4.zip chromium_src-8c667237c4a1baa433085764d4364ba9b25079b4.tar.gz chromium_src-8c667237c4a1baa433085764d4364ba9b25079b4.tar.bz2 |
Add watchlist for Device Orientation/Motion.
Add watchlist for the code related to the Device
Orientation/Motion API, spec:
http://dev.w3.org/geo/api/spec-source-orientation.html.
Review URL: https://codereview.chromium.org/68703002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -209,6 +209,13 @@ 'deep_memory_profiler': { 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', }, + 'device_orientation': { + 'filepath': 'content/browser/device_orientation/|'\ + 'content/common/device_orientation/|'\ + 'content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java|'\ + 'content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java|'\ + 'content/renderer/device_orientation/', + }, 'devtools': { 'filepath': 'devtools', }, @@ -694,6 +701,7 @@ 'content_shell': ['jochen+watch@chromium.org'], 'cookie_monster': ['erikwright@chromium.org'], 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], + 'device_orientation': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org'], 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', 'vsevik@chromium.org', 'aandrey+blink@chromium.org', 'paulirish+reviews@chromium.org', |