1Name: Jinja2 Python Template Engine 2Short Name: jinja2 3URL: http://jinja.pocoo.org/ 4Version: 2.10 5License: BSD 3-Clause 6License File: LICENSE 7Security Critical: no 8 9Description: 10Template engine for code generation in Blink. 11 12Source: https://pypi.python.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz 13MD5: 61ef1117f945486472850819b8d1eb3d 14SHA-1: 34b69e5caab12ee37b9df69df9018776c008b7b8 15 16Local Modifications: 17This only includes the jinja2 directory from the tarball and the LICENSE and 18AUTHORS files. Unit tests (testsuite directory) have been removed. 19Additional chromium-specific files are: 20* README.chromium (this file) 21* OWNERS 22* get_jinja2.sh (install script) 23* jinja2.gni (generated by get_jinja2.sh) 24* files of hashes (MD5 is also posted on website, SHA-512 computed locally). 25Script checks hash then unpacks archive and installs desired files. 26Retrieve or update by executing jinja2/get_jinja2.sh from third_party. 27