diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/OWNERS | 7 | ||||
-rw-r--r-- | content/browser/worker_host/OWNERS | 1 | ||||
-rw-r--r-- | content/common/OWNERS (renamed from content/OWNERS) | 2 | ||||
-rw-r--r-- | content/gpu/OWNERS | 1 | ||||
-rw-r--r-- | content/plugin/OWNERS | 5 | ||||
-rw-r--r-- | content/ppapi_plugin/OWNERS | 2 | ||||
-rw-r--r-- | content/renderer/OWNERS | 5 | ||||
-rw-r--r-- | content/worker/OWNERS | 3 |
8 files changed, 24 insertions, 2 deletions
diff --git a/content/browser/OWNERS b/content/browser/OWNERS index 63f6c51..8a36716 100644 --- a/content/browser/OWNERS +++ b/content/browser/OWNERS @@ -1 +1,6 @@ -avi@chromium.org
+set noparent +avi@chromium.org +ben@chromium.org +brettw@chromium.org +darin@chromium.org +jam@chromium.org diff --git a/content/browser/worker_host/OWNERS b/content/browser/worker_host/OWNERS new file mode 100644 index 0000000..3e63b46 --- /dev/null +++ b/content/browser/worker_host/OWNERS @@ -0,0 +1 @@ +atwilson@chromium.org diff --git a/content/OWNERS b/content/common/OWNERS index 673a10c..60cde3a 100644 --- a/content/OWNERS +++ b/content/common/OWNERS @@ -1,5 +1,5 @@ set noparent ben@chromium.org +brettw@chromium.org darin@chromium.org jam@chromium.org -brettw@chromium.org diff --git a/content/gpu/OWNERS b/content/gpu/OWNERS index d73ca87..030fdd9 100644 --- a/content/gpu/OWNERS +++ b/content/gpu/OWNERS @@ -1,2 +1,3 @@ +set noparent
apatrick@chromium.org
kbr@chromium.org
diff --git a/content/plugin/OWNERS b/content/plugin/OWNERS new file mode 100644 index 0000000..0ffea64 --- /dev/null +++ b/content/plugin/OWNERS @@ -0,0 +1,5 @@ +set noparent +ananta@chromium.org +brettw@chromium.org +darin@chromium.org +jam@chromium.org diff --git a/content/ppapi_plugin/OWNERS b/content/ppapi_plugin/OWNERS new file mode 100644 index 0000000..9b79b9a --- /dev/null +++ b/content/ppapi_plugin/OWNERS @@ -0,0 +1,2 @@ +set noparent +brettw@chromium.org diff --git a/content/renderer/OWNERS b/content/renderer/OWNERS index 023e5fc..fb55529 100644 --- a/content/renderer/OWNERS +++ b/content/renderer/OWNERS @@ -1 +1,6 @@ +set noparent +ben@chromium.org +brettw@chromium.org +darin@chromium.org +jam@chromium.org jamesr@chromium.org diff --git a/content/worker/OWNERS b/content/worker/OWNERS new file mode 100644 index 0000000..5933f4e --- /dev/null +++ b/content/worker/OWNERS @@ -0,0 +1,3 @@ +set noparent +atwilson@chromium.org +jam@chromium.org |