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

Issue 3011613002: License generation script for build_aar.py. (Closed)

Created:
3 years, 3 months ago by sakal
Modified:
3 years, 3 months ago
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

License generation script for build_aar.py. The script is forked from: tools_webrtc/ios/generate_licenses.py BUG=webrtc:8182 Review-Url: https://codereview.webrtc.org/3011613002 Cr-Commit-Position: refs/heads/master@{#19679} Committed: https://chromium.googlesource.com/external/webrtc/+/67e414ce709446a3d6538bd9a4d027b698afa031

Patch Set 1 : License generation script for build_aar.py #

Total comments: 4

Patch Set 2 : Library & json #

Patch Set 3 : Remove ow2_asm #

Patch Set 4 : Similarity 10 #

Patch Set 5 : Skip deps without license #

Total comments: 4

Patch Set 6 : Add unittest #

Total comments: 8

Patch Set 7 : Address comments. #

Patch Set 8 : Fix generation when using --use-gomae. #

Patch Set 9 : Specify GN working directory. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -201 lines) Patch
M tools_webrtc/android/build_aar.py View 1 2 3 4 5 6 7 6 chunks +15 lines, -1 line 0 comments Download
M tools_webrtc/ios/build_ios_libs.py View 1 2 chunks +7 lines, -4 lines 0 comments Download
D tools_webrtc/ios/generate_licenses.py View 1 chunk +0 lines, -132 lines 0 comments Download
A tools_webrtc/libs/__init__.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools_webrtc/libs/generate_licenses.py View 1 2 3 4 5 6 7 8 2 chunks +86 lines, -65 lines 0 comments Download
A tools_webrtc/libs/generate_licenses_test.py View 1 2 3 4 5 6 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (25 generated)
sakal
PTAL
3 years, 3 months ago (2017-08-30 14:20:19 UTC) #6
magjed_webrtc
lgtm
3 years, 3 months ago (2017-08-30 14:32:46 UTC) #7
kjellander_webrtc
How about avoiding code duplication by extracting the common code into its own Python module? ...
3 years, 3 months ago (2017-08-31 04:40:01 UTC) #8
sakal
I combined the scripts. denicija, could you verify this still works for iOS?
3 years, 3 months ago (2017-08-31 09:32:54 UTC) #12
kjellander_webrtc
This starting to look great. Thanks for taking the time to do this properly. I ...
3 years, 3 months ago (2017-08-31 09:45:21 UTC) #13
sakal
On 2017/08/31 09:45:21, kjellander_webrtc wrote: > This starting to look great. Thanks for taking the ...
3 years, 3 months ago (2017-08-31 14:26:52 UTC) #14
sakal
https://codereview.webrtc.org/3011613002/diff/100001/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3011613002/diff/100001/tools_webrtc/android/build_aar.py#newcode173 tools_webrtc/android/build_aar.py:173: subprocess.check_call(cmd) On 2017/08/31 09:45:21, kjellander_webrtc wrote: > Ideally you'd ...
3 years, 3 months ago (2017-08-31 14:26:58 UTC) #15
daniela-webrtc
Works perfectly on iOS. LGTM
3 years, 3 months ago (2017-08-31 14:52:11 UTC) #16
kjellander_webrtc
Nice work! But... I think this CL is now a great improvement, but it also ...
3 years, 3 months ago (2017-09-01 08:44:52 UTC) #17
sakal
On 2017/09/01 08:44:52, kjellander_webrtc wrote: > Nice work! But... > I think this CL is ...
3 years, 3 months ago (2017-09-01 11:02:10 UTC) #18
sakal
https://codereview.webrtc.org/3011613002/diff/180001/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3011613002/diff/180001/tools_webrtc/android/build_aar.py#newcode46 tools_webrtc/android/build_aar.py:46: GENERATE_LICENSES_SCRIPT = os.path.join( On 2017/09/01 08:44:52, kjellander_webrtc wrote: > ...
3 years, 3 months ago (2017-09-01 11:02:31 UTC) #19
kjellander_webrtc
lgtm with nits addressed and my question answered :) https://codereview.webrtc.org/3011613002/diff/200001/tools_webrtc/libs/generate_licenses.py File tools_webrtc/libs/generate_licenses.py (right): https://codereview.webrtc.org/3011613002/diff/200001/tools_webrtc/libs/generate_licenses.py#newcode65 tools_webrtc/libs/generate_licenses.py:65: ...
3 years, 3 months ago (2017-09-01 12:42:36 UTC) #20
sakal
https://codereview.webrtc.org/3011613002/diff/200001/tools_webrtc/libs/generate_licenses.py File tools_webrtc/libs/generate_licenses.py (right): https://codereview.webrtc.org/3011613002/diff/200001/tools_webrtc/libs/generate_licenses.py#newcode65 tools_webrtc/libs/generate_licenses.py:65: //a/b/third_party/libname:c(d) On 2017/09/01 12:42:35, kjellander_webrtc wrote: > what does ...
3 years, 3 months ago (2017-09-04 08:19:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/3011613002/260001
3 years, 3 months ago (2017-09-04 10:39:17 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: ios_api_framework on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_api_framework/builds/11105)
3 years, 3 months ago (2017-09-04 11:12:31 UTC) #31
kjellander_webrtc
On 2017/09/04 11:12:31, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 3 months ago (2017-09-04 11:48:37 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/3011613002/300001
3 years, 3 months ago (2017-09-05 07:13:32 UTC) #40
commit-bot: I haz the power
3 years, 3 months ago (2017-09-05 07:16:23 UTC) #43
Message was sent while issue was closed.
Committed patchset #9 (id:300001) as
https://chromium.googlesource.com/external/webrtc/+/67e414ce709446a3d6538bd9a...

Powered by Google App Engine
This is Rietveld 408576698