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 # http://www.chromium.org/developers/adding-3rd-party-libraries | 5 # http://www.chromium.org/developers/adding-3rd-party-libraries |
5 # | 6 # |
6 # For changes to existing code simply TBR= one of people below. | 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 |
| 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 |
| 11 # you're making changes and there isn't a more obvious person, the owner is |
| 12 # probably you! |
7 | 13 |
8 cpu@chromium.org | 14 ben@chromium.org |
9 darin@chromium.org | 15 brettw@chromium.org |
| 16 dglazkov@chromium.org |
| 17 jam@chromium.org |
| 18 jochen@chromium.org |
| 19 klobag@chromium.org |
| 20 sky@chromium.org |
OLD | NEW |