summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-02-23 02:00:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-23 02:00:13 +0000
commit458973e4649f121afe5b8823b6d3dcea13e42e69 (patch)
tree73a3b57061e8eb31d662e9d81e41ab295b6f123d
parent18d24cc7ddbce7005c28e3c4cd8f58e471226a66 (diff)
parent101b73f77a08c2ac3f0c032c2734b57a0c6ae082 (diff)
downloadlibchrome-458973e4649f121afe5b8823b6d3dcea13e42e69.tar.gz
Keep only AOSP developers in OWNERS file.
am: 101b73f77a Change-Id: I2c96b195c0337226a61789c679b92888dff321d3
-rw-r--r--OWNERS4
-rw-r--r--base/OWNERS46
-rw-r--r--base/allocator/OWNERS5
-rw-r--r--base/i18n/OWNERS1
-rw-r--r--base/ios/OWNERS3
-rw-r--r--base/mac/OWNERS6
-rw-r--r--base/memory/OWNERS2
-rw-r--r--base/metrics/OWNERS2
-rw-r--r--base/numerics/OWNERS3
-rw-r--r--base/strings/OWNERS2
-rw-r--r--base/task_scheduler/OWNERS3
-rw-r--r--base/test/OWNERS1
-rw-r--r--base/test/ios/OWNERS1
-rw-r--r--base/third_party/nspr/OWNERS2
-rw-r--r--base/threading/OWNERS2
-rw-r--r--base/trace_event/OWNERS6
-rw-r--r--base/win/OWNERS4
-rw-r--r--components/timers/OWNERS2
-rw-r--r--crypto/OWNERS3
-rw-r--r--dbus/OWNERS3
-rw-r--r--sandbox/OWNERS3
-rw-r--r--sandbox/linux/OWNERS4
-rw-r--r--sandbox/mac/OWNERS2
-rw-r--r--sandbox/win/OWNERS4
24 files changed, 4 insertions, 110 deletions
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000000..c474ccfb5e
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,4 @@
+avakulenko@google.com
+derat@google.com
+deymo@google.com
+jorgelo@google.com
diff --git a/base/OWNERS b/base/OWNERS
deleted file mode 100644
index b6cfce4dfd..0000000000
--- a/base/OWNERS
+++ /dev/null
@@ -1,46 +0,0 @@
-# About src/base:
-#
-# Chromium is a very mature project, most things that are generally useful are
-# already here, and that things not here aren't generally useful.
-#
-# Base is pulled into many projects. For example, various ChromeOS daemons. So
-# the bar for adding stuff is that it must have demonstrated wide
-# applicability. Prefer to add things closer to where they're used (i.e. "not
-# base"), and pull into base only when needed. In a project our size,
-# sometimes even duplication is OK and inevitable.
-#
-# Adding a new logging macro DPVELOG_NE is not more clear than just
-# writing the stuff you want to log in a regular logging statement, even
-# if it makes your calling code longer. Just add it to your own code.
-#
-# If the code in question does not need to be used inside base, but will have
-# multiple consumers across the codebase, consider placing it in a new directory
-# under components/ instead.
-
-mark@chromium.org
-thakis@chromium.org
-danakj@chromium.org
-thestig@chromium.org
-dcheng@chromium.org
-
-# For Bind/Callback:
-per-file bind*=tzik@chromium.org
-per-file callback*=tzik@chromium.org
-
-# For Android-specific changes:
-per-file *android*=nyquist@chromium.org
-per-file *android*=rmcilroy@chromium.org
-per-file *android*=torne@chromium.org
-per-file *android*=yfriedman@chromium.org
-
-# For FeatureList API:
-per-file feature_list*=asvitkine@chromium.org
-per-file feature_list*=isherman@chromium.org
-
-# For bot infrastructure:
-per-file *.isolate=maruel@chromium.org
-per-file *.isolate=tandrii@chromium.org
-per-file *.isolate=vadimsh@chromium.org
-
-# For TCMalloc tests:
-per-file security_unittest.cc=jln@chromium.org
diff --git a/base/allocator/OWNERS b/base/allocator/OWNERS
deleted file mode 100644
index f26394a058..0000000000
--- a/base/allocator/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-primiano@chromium.org
-wfh@chromium.org
-
-# For changes to tcmalloc it is advisable to ask jar@chromium.org
-# before proceeding.
diff --git a/base/i18n/OWNERS b/base/i18n/OWNERS
deleted file mode 100644
index d717b8dabb..0000000000
--- a/base/i18n/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-jshin@chromium.org
diff --git a/base/ios/OWNERS b/base/ios/OWNERS
deleted file mode 100644
index 06f5ff1549..0000000000
--- a/base/ios/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-droger@chromium.org
-qsr@chromium.org
-rohitrao@chromium.org
diff --git a/base/mac/OWNERS b/base/mac/OWNERS
deleted file mode 100644
index 093a9c8947..0000000000
--- a/base/mac/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-mark@chromium.org
-thakis@chromium.org
-
-# sdk_forward_declarations.[h|mm] will likely need to be modified by Cocoa
-# developers in general.
-per-file sdk_forward_declarations.*=file://chrome/browser/ui/cocoa/OWNERS
diff --git a/base/memory/OWNERS b/base/memory/OWNERS
deleted file mode 100644
index bcaf778a95..0000000000
--- a/base/memory/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-per-file *chromeos*=skuhne@chromium.org
-per-file *chromeos*=oshima@chromium.org
diff --git a/base/metrics/OWNERS b/base/metrics/OWNERS
deleted file mode 100644
index feb8271f7e..0000000000
--- a/base/metrics/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-asvitkine@chromium.org
-isherman@chromium.org
diff --git a/base/numerics/OWNERS b/base/numerics/OWNERS
deleted file mode 100644
index 41f35fc79b..0000000000
--- a/base/numerics/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-jschuh@chromium.org
-tsepez@chromium.org
-
diff --git a/base/strings/OWNERS b/base/strings/OWNERS
deleted file mode 100644
index 53818721cc..0000000000
--- a/base/strings/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-per-file safe_sprintf*=jln@chromium.org
-per-file safe_sprintf*=mdempsky@chromium.org
diff --git a/base/task_scheduler/OWNERS b/base/task_scheduler/OWNERS
deleted file mode 100644
index e4b383c931..0000000000
--- a/base/task_scheduler/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-fdoray@chromium.org
-gab@chromium.org
-robliao@chromium.org
diff --git a/base/test/OWNERS b/base/test/OWNERS
deleted file mode 100644
index 92ecc889fd..0000000000
--- a/base/test/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-phajdan.jr@chromium.org
diff --git a/base/test/ios/OWNERS b/base/test/ios/OWNERS
deleted file mode 100644
index 40a68c74b1..0000000000
--- a/base/test/ios/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-rohitrao@chromium.org
diff --git a/base/third_party/nspr/OWNERS b/base/third_party/nspr/OWNERS
deleted file mode 100644
index 20ba66036f..0000000000
--- a/base/third_party/nspr/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-rsleevi@chromium.org
-wtc@chromium.org
diff --git a/base/threading/OWNERS b/base/threading/OWNERS
deleted file mode 100644
index 4198e99c5c..0000000000
--- a/base/threading/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-# For thread_resrictions.*
-jam@chromium.org
diff --git a/base/trace_event/OWNERS b/base/trace_event/OWNERS
deleted file mode 100644
index 9160267bea..0000000000
--- a/base/trace_event/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-dsinclair@chromium.org
-nduca@chromium.org
-oysteine@chromium.org
-primiano@chromium.org
-simonhatch@chromium.org
-per-file trace_event_android.cc=wangxianzhu@chromium.org
diff --git a/base/win/OWNERS b/base/win/OWNERS
deleted file mode 100644
index 78473b9e74..0000000000
--- a/base/win/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-cpu@chromium.org
-grt@chromium.org
-jschuh@chromium.org
-scottmg@chromium.org
diff --git a/components/timers/OWNERS b/components/timers/OWNERS
deleted file mode 100644
index 0c43483139..0000000000
--- a/components/timers/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-chirantan@chromium.org
-derat@chromium.org
diff --git a/crypto/OWNERS b/crypto/OWNERS
deleted file mode 100644
index 42d0d3b58b..0000000000
--- a/crypto/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-agl@chromium.org
-davidben@chromium.org
-rsleevi@chromium.org
diff --git a/dbus/OWNERS b/dbus/OWNERS
deleted file mode 100644
index 04931c39c3..0000000000
--- a/dbus/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-hashimoto@chromium.org
-satorux@chromium.org
-stevenjb@chromium.org
diff --git a/sandbox/OWNERS b/sandbox/OWNERS
deleted file mode 100644
index 5d3f6ff9e1..0000000000
--- a/sandbox/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-cpu@chromium.org
-jln@chromium.org
-jschuh@chromium.org
diff --git a/sandbox/linux/OWNERS b/sandbox/linux/OWNERS
deleted file mode 100644
index 99ef1bd961..0000000000
--- a/sandbox/linux/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-jln@chromium.org
-jorgelo@chromium.org
-mdempsky@chromium.org
-rickyz@chromium.org
diff --git a/sandbox/mac/OWNERS b/sandbox/mac/OWNERS
deleted file mode 100644
index 163563f967..0000000000
--- a/sandbox/mac/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-mark@chromium.org
-rsesek@chromium.org
diff --git a/sandbox/win/OWNERS b/sandbox/win/OWNERS
deleted file mode 100644
index 54a76c10b2..0000000000
--- a/sandbox/win/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-cpu@chromium.org
-forshaw@chromium.org
-jschuh@chromium.org
-wfh@chromium.org