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

Unified Diff: webrtc/build/ios/generate_licenses.py

Issue 1949953002: Fix BoringSSL license path. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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: webrtc/build/ios/generate_licenses.py
diff --git a/webrtc/build/ios/generate_licenses.py b/webrtc/build/ios/generate_licenses.py
index 5773217e52732901e7d3fc7f0295e7b2162b10ec..7a2db5382e3193dd98e4eaadad695e69a4c78785 100755
--- a/webrtc/build/ios/generate_licenses.py
+++ b/webrtc/build/ios/generate_licenses.py
@@ -21,7 +21,7 @@ import textwrap
LIB_TO_LICENSES_DICT = {
- 'boringssl': ['third_party/boringssl/NOTICE'],
+ 'boringssl': ['third_party/boringssl/src/LICENSE'],
'expat': ['third_party/expat/files/COPYING'],
'jsoncpp': ['third_party/jsoncpp/LICENSE'],
'opus': ['third_party/opus/src/COPYING'],
« 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