diff options
author | rijubrata.bhaumik@intel.com <rijubrata.bhaumik@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 09:12:48 +0000 |
---|---|---|
committer | rijubrata.bhaumik@intel.com <rijubrata.bhaumik@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 09:12:48 +0000 |
commit | 29ad47c36f13480766a98850cd8ff26cc58f66f2 (patch) | |
tree | 02d13a502a7b67186cee445dc508d040b0aa8bbe /WATCHLISTS | |
parent | 7ddbd2bcbc8185657d63f103f7fc31dcf5350e5b (diff) | |
download | chromium_src-29ad47c36f13480766a98850cd8ff26cc58f66f2.zip chromium_src-29ad47c36f13480766a98850cd8ff26cc58f66f2.tar.gz chromium_src-29ad47c36f13480766a98850cd8ff26cc58f66f2.tar.bz2 |
Fix Watchlist for DeviceSensors
After r265421, DeviceMotionAndOrientation is renamed to
DeviceSensors.
BUG=336424
NOTRY=true
Review URL: https://codereview.chromium.org/249063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -225,12 +225,12 @@ '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/', + 'device_sensors': { + 'filepath': 'content/browser/device_sensors/|'\ + 'content/common/device_sensors/|'\ + 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ + 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ + 'content/renderer/device_sensors/', }, 'devtools': { 'filepath': 'devtools', @@ -759,7 +759,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'], + 'device_sensors': ['timvolodine@chromium.org', 'mvanouwerkerk@chromium.org', 'rijubrata.bhaumik@intel.com'], 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', 'vsevik@chromium.org', 'aandrey+blink@chromium.org', 'paulirish+reviews@chromium.org', |