diff options
author | szager@chromium.org <szager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 21:16:46 +0000 |
---|---|---|
committer | szager@chromium.org <szager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 21:16:46 +0000 |
commit | a41028b75baaae730f10b254e6cc3ce1823f3ad5 (patch) | |
tree | 37efbba3ae191ef015811f3fc1a4648f72b8e11f /build | |
parent | 27499f5f8ef9ccef93c2aab771b9ad2bcca92c2b (diff) | |
download | chromium_src-a41028b75baaae730f10b254e6cc3ce1823f3ad5.zip chromium_src-a41028b75baaae730f10b254e6cc3ce1823f3ad5.tar.gz chromium_src-a41028b75baaae730f10b254e6cc3ce1823f3ad5.tar.bz2 |
Add OWNERS to git-hooks.
Since this folder contains arbitrary code to be run on client hosts,
it probably ought to have an OWNERS file.
Review URL: https://codereview.chromium.org/14139020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/git-hooks/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/git-hooks/OWNERS b/build/git-hooks/OWNERS new file mode 100644 index 0000000..3e327dc --- /dev/null +++ b/build/git-hooks/OWNERS @@ -0,0 +1,3 @@ +set noparent +szager@chromium.org +cmp@chromium.org |