| OLD | NEW |
| 1 # Owner approval for 3rd party is only required for | 1 # Owner approval for 3rd party is only required for |
| 2 # adding new libraries. Be sure to follow the instructions for adding | 2 # adding new libraries. Be sure to follow the instructions for adding |
| 3 # new third party libraries. | 3 # new third party libraries. |
| 4 # | 4 # |
| 5 # https://chromium.googlesource.com/chromium/src.git/+/master/docs/adding_to_thi
rd_party.md | 5 # https://chromium.googlesource.com/chromium/src.git/+/master/docs/adding_to_thi
rd_party.md |
| 6 # | 6 # |
| 7 # For changes to existing code that has no OWNER file, simply TBR= one of | 7 # For changes to existing code that has no OWNER file, simply TBR= one of |
| 8 # people below in addition to getting an appropriate code review. Generally | 8 # people below in addition to getting an appropriate code review. Generally |
| 9 # third_party modules should have owners, so if you find yourself doing this | 9 # third_party modules should have owners, so if you find yourself doing this |
| 10 # more than once or twice for a directory, consider adding an OWNER file. If | 10 # more than once or twice for a directory, consider adding an OWNER file. If |
| 11 # you're making changes and there isn't a more obvious person, the owner is | 11 # you're making changes and there isn't a more obvious person, the owner is |
| 12 # probably you! | 12 # probably you! |
| 13 | 13 |
| 14 ben@chromium.org | 14 ben@chromium.org |
| 15 brettw@chromium.org | 15 brettw@chromium.org |
| 16 dglazkov@chromium.org | 16 dglazkov@chromium.org |
| 17 jam@chromium.org | 17 jam@chromium.org |
| 18 jochen@chromium.org | 18 jochen@chromium.org |
| 19 klobag@chromium.org | 19 klobag@chromium.org |
| 20 sky@chromium.org | 20 sky@chromium.org |
| 21 thakis@chromium.org | 21 thakis@chromium.org |
| 22 |
| 23 per-file .gitignore=* |
| OLD | NEW |