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

Issue 11938032: Remove <(library) usage from openssl.gyp. (Closed)

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

Description

Remove <(library) usage from openssl.gyp. BUG=111541 R=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177803

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M openssl.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:38:53 UTC) #1
Nico
7 years, 11 months ago (2013-01-18 22:39:53 UTC) #2
lgtm

On Fri, Jan 18, 2013 at 2:38 PM,  <tfarina@chromium.org> wrote:
> Reviewers: Nico,
>
> Description:
> Remove <(library) usage from openssl.gyp.
>
> BUG=111541
> R=thakis@chromium.org
>
> Please review this at https://codereview.chromium.org/11938032/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
>
> Affected files:
>   M     openssl.gyp
>
>
> Index: openssl.gyp
> ===================================================================
> --- openssl.gyp (revision 177777)
> +++ openssl.gyp (working copy)
> @@ -6,7 +6,7 @@
>    'targets': [
>      {
>        'target_name': 'openssl',
> -      'type': '<(library)',
> +      'type': 'static_library',
>        'defines': [
>          'L_ENDIAN',
>          'OPENSSL_THREADS',
>
>

Powered by Google App Engine
This is Rietveld 408576698