diff options
author | nbarth@chromium.org <nbarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-02 05:36:55 +0000 |
---|---|---|
committer | nbarth@chromium.org <nbarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-02 05:36:55 +0000 |
commit | 367fb653f4e316d9a095f3c29c7baf03b21ffb78 (patch) | |
tree | b2e24895d55948d486b205d261dd51f1b895e37e /third_party | |
parent | 8416c949f7f57a92564947243f3a7999fbf5b5c8 (diff) | |
download | chromium_src-367fb653f4e316d9a095f3c29c7baf03b21ffb78.zip chromium_src-367fb653f4e316d9a095f3c29c7baf03b21ffb78.tar.gz chromium_src-367fb653f4e316d9a095f3c29c7baf03b21ffb78.tar.bz2 |
Add OWNERS to Jinja2 (Python template library)
Jinja2 package is missing OWNERS; I've added one as per:
http://www.chromium.org/developers/adding-3rd-party-libraries#TOC-Add-OWNERS
Split off from:
Update Jinja2 (Python template library) to 2.7.1
https://codereview.chromium.org/23506004/
TBR=cpu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23537008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/jinja2/OWNERS | 3 | ||||
-rw-r--r-- | third_party/jinja2/README.chromium | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/third_party/jinja2/OWNERS b/third_party/jinja2/OWNERS new file mode 100644 index 0000000..8edbdf8 --- /dev/null +++ b/third_party/jinja2/OWNERS @@ -0,0 +1,3 @@ +timloh@chromium.org +haraken@chromium.org +nbarth@chromium.org diff --git a/third_party/jinja2/README.chromium b/third_party/jinja2/README.chromium index a97abd5..8babd69 100644 --- a/third_party/jinja2/README.chromium +++ b/third_party/jinja2/README.chromium @@ -10,4 +10,6 @@ Description: Template engine for code generation in Blink. Local Modifications: -This only includes the jinja2 directory from the tarball and the LICENSE and AUTHORS files. Unit tests have been removed. +This only includes the jinja2 directory from the tarball and the LICENSE and +AUTHORS files. Unit tests have been removed. Additional chromium-specific files +are this README.chromium and OWNERS. |