Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: tools/licenses.py

Issue 1712014: Added third_party/angleproject to SPECIAL_CASES becuase it is checked-out dir... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
===================================================================
--- tools/licenses.py (revision 45858)
+++ tools/licenses.py (working copy)
@@ -57,6 +57,10 @@
# can't provide a README.chromium. Please prefer a README.chromium
# wherever possible.
SPECIAL_CASES = {
+ 'third_party/angle': {
+ "Name": "Almost Native Graphics Layer Engine",
+ "URL": "http://code.google.com/p/angleproject/",
+ },
'third_party/ots': {
"Name": "OTS (OpenType Sanitizer)",
"URL": "http://code.google.com/p/ots/",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698