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

Issue 9235032: Remove unused checklicenses suppressions. (Closed)

Created:
8 years, 11 months ago by Paweł Hajdan Jr.
Modified:
8 years, 11 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Remove unused checklicenses suppressions. BUG=98086, 105232, 98116, 98316 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119209

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Paweł Hajdan Jr.
8 years, 11 months ago (2012-01-25 17:48:59 UTC) #1
Evan Martin
8 years, 11 months ago (2012-01-25 22:07:13 UTC) #2
LGTM

On Wed, Jan 25, 2012 at 9:49 AM,  <phajdan.jr@chromium.org> wrote:
> Reviewers: Evan Martin,
>
> Description:
> Remove unused checklicenses suppressions.
>
> BUG=98086, 105232, 98116, 98316
>
> Please review this at http://codereview.chromium.org/9235032/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     tools/checklicenses/checklicenses.py
>
>
> Index: tools/checklicenses/checklicenses.py
> ===================================================================
> --- tools/checklicenses/checklicenses.py        (revision 119053)
> +++ tools/checklicenses/checklicenses.py        (working copy)
> @@ -85,9 +85,6 @@
>
>
>  PATH_SPECIFIC_WHITELISTED_LICENSES = {
> -    'base/third_party/dmg_fp': [  # http://crbug.com/98086
> -        'UNKNOWN',
> -    ],
>     'base/third_party/icu': [  # http://crbug.com/98087
>         'UNKNOWN',
>     ],
> @@ -162,19 +159,9 @@
>         'UNKNOWN',
>     ],
>
> -    # http://code.google.com/p/open-vcdiff/issues/detail?id=31
> -    'sdch/open-vcdiff': [
> -        'UNKNOWN',
> -    ],
> -
>     'third_party/WebKit': [
>         'UNKNOWN',
>     ],
> -    'third_party/WebKit/Source/ThirdParty/ANGLE/src/compiler': [
> -        # http://crbug.com/105232
> -        'GPL',
> -        'GPL (v3 or later)',
> -    ],
>     'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [
>         'GPL',
>         'GPL (unversioned/unknown version)',
> @@ -188,9 +175,6 @@
>         'UNKNOWN',
>     ],
>
> -    'third_party/ashmem/ashmem.h': [  # http://crbug.com/98116
> -        'UNKNOWN',
> -    ],
>     'third_party/bsdiff/mbsdiff.cc': [
>         'UNKNOWN',
>     ],
> @@ -253,9 +237,6 @@
>     'third_party/libjpeg_turbo': [  # http://crbug.com/98314
>         'UNKNOWN',
>     ],
> -    'third_party/libphonenumber/cpp/src': [  # http://crbug.com/98316
> -        'UNKNOWN',
> -    ],
>     'third_party/libpng': [  # http://crbug.com/98318
>         'UNKNOWN',
>     ],
>
>

Powered by Google App Engine
This is Rietveld 408576698