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

Issue 11871024: Remove <(library) usage from speex.gyp. (Closed)

Created:
7 years, 11 months ago by tfarina
Modified:
7 years, 11 months ago
Reviewers:
Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M speex.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
tfarina
7 years, 11 months ago (2013-01-18 22:28:02 UTC) #1
Nico
7 years, 11 months ago (2013-01-18 22:29:46 UTC) #2
lgtm

On Fri, Jan 18, 2013 at 2:28 PM,  <tfarina@chromium.org> wrote:
> Reviewers: Nico,
>
> Description:
> Remove <(library) usage from speex.gyp.
>
> BUG=111541
> R=thakis@chromium.org
>
> Please review this at https://codereview.chromium.org/11871024/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/deps/third_party/speex/
>
> Affected files:
>   M     speex.gyp
>
>
> Index: speex.gyp
> ===================================================================
> --- speex.gyp   (revision 177771)
> +++ speex.gyp   (working copy)
> @@ -12,7 +12,7 @@
>          {
>            'target_name': 'libspeex',
>            'product_name': 'speex',
> -          'type': '<(library)',
> +          'type': 'static_library',
>            'sources': [
>              'libspeex/arch.h',
>              'libspeex/bits.c',
>
>

Powered by Google App Engine
This is Rietveld 408576698