From 763f292194162c0f827ca160fad450ca0c4d9b91 Mon Sep 17 00:00:00 2001 From: "timvolodine@chromium.org" Date: Fri, 15 Nov 2013 18:04:01 +0000 Subject: [PATCH] Android: fix owners for the java-part of Device Motion/Orientation. OWNERS per-file globs do not seem to recurse, so we need to place per-file ownership in each directory separately. NOTRY=true Review URL: https://codereview.chromium.org/65643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235375 0039d316-1c4b-4281-b951-d872f2087c98 --- content/public/android/OWNERS | 4 ---- content/public/android/java/src/org/chromium/content/browser/OWNERS | 3 +++ .../public/android/javatests/src/org/chromium/content/browser/OWNERS | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 content/public/android/java/src/org/chromium/content/browser/OWNERS create mode 100644 content/public/android/javatests/src/org/chromium/content/browser/OWNERS diff --git a/content/public/android/OWNERS b/content/public/android/OWNERS index 3238d5b64e07..fabb32488948 100644 --- a/content/public/android/OWNERS +++ b/content/public/android/OWNERS @@ -3,10 +3,6 @@ joth@chromium.org tedchoc@chromium.org yfriedman@chromium.org -# Device Motion / Orientation API related -per-file *DeviceMotionAndOrientation*.java=timvolodine@chromium.org -per-file *DeviceMotionAndOrientation*.java=mvanouwerkerk@chromium.org - # Geolocation API related per-file *LocationProvider*.java=timvolodine@chromium.org per-file *LocationProvider*.java=mvanouwerkerk@chromium.org diff --git a/content/public/android/java/src/org/chromium/content/browser/OWNERS b/content/public/android/java/src/org/chromium/content/browser/OWNERS new file mode 100644 index 000000000000..a46c1944d5f4 --- /dev/null +++ b/content/public/android/java/src/org/chromium/content/browser/OWNERS @@ -0,0 +1,3 @@ +# Device Motion / Orientation API related +per-file DeviceMotionAndOrientation.java=timvolodine@chromium.org +per-file DeviceMotionAndOrientation.java=mvanouwerkerk@chromium.org diff --git a/content/public/android/javatests/src/org/chromium/content/browser/OWNERS b/content/public/android/javatests/src/org/chromium/content/browser/OWNERS new file mode 100644 index 000000000000..d7979aaa1535 --- /dev/null +++ b/content/public/android/javatests/src/org/chromium/content/browser/OWNERS @@ -0,0 +1,3 @@ +# Device Motion / Orientation API related +per-file DeviceMotionAndOrientationTest.java=timvolodine@chromium.org +per-file DeviceMotionAndOrientationTest.java=mvanouwerkerk@chromium.org -- 2.11.4.GIT