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

Unified Diff: tools/licenses.py

Issue 2895693002: Add Yara license to src/third_party. (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/yara/src/COPYING ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index 868f41f88ec465a1ee7459042669ad222ccb2284..bf0b53bc9c313b2cb949f05fd0d455b5b5bb2992 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -316,6 +316,7 @@ KNOWN_NON_IOS_LIBRARIES = set([
os.path.join('third_party', 'usb_ids'),
os.path.join('third_party', 'v8-i18n'),
os.path.join('third_party', 'wtl'),
+ os.path.join('third_party', 'yara'),
os.path.join('third_party', 'yasm'),
os.path.join('v8', 'strongtalk'),
])
« no previous file with comments | « third_party/yara/src/COPYING ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698