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

Issue 10816041: Add a tool to check license compatibility with Android (Closed)

Created:
8 years, 5 months ago by Steve Block
Modified:
8 years, 4 months ago
Reviewers:
Nico, Evan Martin, Torne
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Add a tool to check license compatibility with Android This tool checks all third-party code used on Android, for the purposes of the Android WebView build. BUG=138921 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150904

Patch Set 1 #

Patch Set 2 : Add OWNERS #

Patch Set 3 : Fix line length #

Patch Set 4 : Update regex #

Total comments: 6

Patch Set 5 : Avoid list of third-party directories #

Total comments: 1

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Total comments: 28

Patch Set 8 : Addressed comments #

Total comments: 2

Patch Set 9 : Fixed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+562 lines, -6 lines) Patch
A android_webview/tools/third_party_files_whitelist.txt View 1 2 3 4 1 chunk +335 lines, -0 lines 0 comments Download
A android_webview/tools/webview_licenses.py View 1 2 3 4 5 6 7 8 1 chunk +221 lines, -0 lines 0 comments Download
M chrome/version.h.in View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tools/licenses.py View 1 2 3 4 5 6 7 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Steve Block
Open to discussion regarding naming of android_webview. Torne, you said you were going to/had already ...
8 years, 5 months ago (2012-07-24 18:47:00 UTC) #1
Evan Martin
I think you may underestimate how rapidly the Chrome tree churns. It would be wise ...
8 years, 5 months ago (2012-07-24 19:27:55 UTC) #2
Evan Martin
two other small comments http://codereview.chromium.org/10816041/diff/2006/android_webview/tools/webview_licenses.py File android_webview/tools/webview_licenses.py (right): http://codereview.chromium.org/10816041/diff/2006/android_webview/tools/webview_licenses.py#newcode205 android_webview/tools/webview_licenses.py:205: return lines "lines" is a ...
8 years, 5 months ago (2012-07-24 19:41:28 UTC) #3
Steve Block
Thanks for the quick review Evan. We have a pretty good idea of the churn ...
8 years, 5 months ago (2012-07-24 21:20:58 UTC) #4
Evan Martin
On 2012/07/24 21:20:58, Steve Block wrote: > Thanks for the quick review Evan. FYI, I ...
8 years, 5 months ago (2012-07-24 21:27:09 UTC) #5
Steve Block
Thanks Evan Filed https://code.google.com/p/chromium/issues/detail?id=138921 to track this.
8 years, 5 months ago (2012-07-25 09:27:24 UTC) #6
Steve Block
Ready for another look.
8 years, 4 months ago (2012-08-07 18:41:29 UTC) #7
Nico
http://codereview.chromium.org/10816041/diff/14001/android_webview/tools/third_party_files_whitelist.txt File android_webview/tools/third_party_files_whitelist.txt (right): http://codereview.chromium.org/10816041/diff/14001/android_webview/tools/third_party_files_whitelist.txt#newcode11 android_webview/tools/third_party_files_whitelist.txt:11: # http://www.chromium.org/developers/adding-3rd-party-libraries. Will this list be used on a ...
8 years, 4 months ago (2012-08-07 19:18:36 UTC) #8
Steve Block
> Will this list be used on a bot? Yes, we plan to the run ...
8 years, 4 months ago (2012-08-09 12:53:32 UTC) #9
Nico
Ok, looks fine. I'm assuming this will only run on bots. The grep command might ...
8 years, 4 months ago (2012-08-09 15:02:29 UTC) #10
Steve Block
http://codereview.chromium.org/10816041/diff/21001/android_webview/tools/webview_licenses.py File android_webview/tools/webview_licenses.py (right): http://codereview.chromium.org/10816041/diff/21001/android_webview/tools/webview_licenses.py#newcode36 android_webview/tools/webview_licenses.py:36: and which do not use the standard Chromium license, ...
8 years, 4 months ago (2012-08-09 17:24:59 UTC) #11
Nico
lgtm http://codereview.chromium.org/10816041/diff/15005/android_webview/tools/webview_licenses.py File android_webview/tools/webview_licenses.py (right): http://codereview.chromium.org/10816041/diff/15005/android_webview/tools/webview_licenses.py#newcode65 android_webview/tools/webview_licenses.py:65: # Ignore these tools. nit: If you do ...
8 years, 4 months ago (2012-08-09 17:29:04 UTC) #12
Steve Block
http://codereview.chromium.org/10816041/diff/15005/android_webview/tools/webview_licenses.py File android_webview/tools/webview_licenses.py (right): http://codereview.chromium.org/10816041/diff/15005/android_webview/tools/webview_licenses.py#newcode65 android_webview/tools/webview_licenses.py:65: # Ignore these tools. On 2012/08/09 17:29:04, Nico wrote: ...
8 years, 4 months ago (2012-08-09 20:03:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/steveblock@chromium.org/10816041/26001
8 years, 4 months ago (2012-08-09 20:05:20 UTC) #14
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 21:46:18 UTC) #15
Change committed as 150904

Powered by Google App Engine
This is Rietveld 408576698