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

Issue 114723009: Fixes duplicate listing of third party libraries in credits (Closed)

Created:
7 years ago by johannesa
Modified:
7 years ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fixes duplicate listing of third party libraries in credits The party license generator can return duplicate paths when a path is both defined in ADDITIONAL_PATHS and found through the recursive scan. This patch makes sure an additional path is not reported multiple times if it has already been found. BUG=329448 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241834

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use a set to avoid duplicate paths. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M tools/licenses.py View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
johannesa
@evan, @pawel: Does this patch look OK to you?
7 years ago (2013-12-18 08:38:30 UTC) #1
Paweł Hajdan Jr.
The idea looks good. Just one minor implementation-level comment. https://codereview.chromium.org/114723009/diff/1/tools/licenses.py File tools/licenses.py (right): https://codereview.chromium.org/114723009/diff/1/tools/licenses.py#newcode369 tools/licenses.py:369: ...
7 years ago (2013-12-18 08:48:11 UTC) #2
johannesa
On 2013/12/18 08:48:11, Paweł Hajdan Jr. wrote: > The idea looks good. Just one minor ...
7 years ago (2013-12-18 09:11:29 UTC) #3
Paweł Hajdan Jr.
LGTM
7 years ago (2013-12-18 09:38:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/johannesa@opera.com/114723009/10001
7 years ago (2013-12-19 07:45:41 UTC) #5
commit-bot: I haz the power
7 years ago (2013-12-19 10:09:24 UTC) #6
Message was sent while issue was closed.
Change committed as 241834

Powered by Google App Engine
This is Rietveld 408576698