diff options
author | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 02:49:10 +0000 |
---|---|---|
committer | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 02:49:10 +0000 |
commit | 8032ed11ad987152a625bb3b0987b4db41ca6e73 (patch) | |
tree | 02dcc6c8d5de969f37477ebb1f34d5317373ca8b /third_party | |
parent | 629cd330bd67a8c16d294ff0a8e16e87562e76a7 (diff) | |
download | chromium_src-8032ed11ad987152a625bb3b0987b4db41ca6e73.zip chromium_src-8032ed11ad987152a625bb3b0987b4db41ca6e73.tar.gz chromium_src-8032ed11ad987152a625bb3b0987b4db41ca6e73.tar.bz2 |
Add myself and dbeam as OWNERS of the closure_linter and python_gflags third party libraries.
TBR=brettw@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/15901019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206276 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/closure_linter/OWNERS | 2 | ||||
-rw-r--r-- | third_party/closure_linter/README.chromium | 1 | ||||
-rw-r--r-- | third_party/python_gflags/OWNERS | 2 | ||||
-rw-r--r-- | third_party/python_gflags/README.chromium | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/third_party/closure_linter/OWNERS b/third_party/closure_linter/OWNERS new file mode 100644 index 0000000..f8dba18 --- /dev/null +++ b/third_party/closure_linter/OWNERS @@ -0,0 +1,2 @@ +dbeam@chromium.org +tbreisacher@chromium.org diff --git a/third_party/closure_linter/README.chromium b/third_party/closure_linter/README.chromium index 3457973..fe818d6 100644 --- a/third_party/closure_linter/README.chromium +++ b/third_party/closure_linter/README.chromium @@ -14,3 +14,4 @@ Description: Local modifications: Removed closure_linter/testdata/ Added Apache License notice to closure_linter/common/tokens_test.py + Added OWNERS file diff --git a/third_party/python_gflags/OWNERS b/third_party/python_gflags/OWNERS new file mode 100644 index 0000000..f8dba18 --- /dev/null +++ b/third_party/python_gflags/OWNERS @@ -0,0 +1,2 @@ +dbeam@chromium.org +tbreisacher@chromium.org diff --git a/third_party/python_gflags/README.chromium b/third_party/python_gflags/README.chromium index 30f0af7..19b9be1 100644 --- a/third_party/python_gflags/README.chromium +++ b/third_party/python_gflags/README.chromium @@ -23,3 +23,4 @@ Description: Local modifications: Removed tests/ Removed debian/ + Added OWNERS file |