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

Issue 8515025: Reland 109138 - GURL: Build the unit tests on the components build. (Closed)

Created:
9 years, 1 month ago by rvargas (doing something else)
Modified:
9 years, 1 month ago
Reviewers:
Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Reland 109138 - GURL: Build the unit tests on the components build. BUG=102738 TEST=none Review URL: http://codereview.chromium.org/8496034 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109552

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -9 lines) Patch
M build/temp_gyp/googleurl.gyp View 2 chunks +1 line, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
9 years, 1 month ago (2011-11-11 00:54:31 UTC) #1
Nico
9 years, 1 month ago (2011-11-11 01:01:55 UTC) #2
lgtm stamp

On Thu, Nov 10, 2011 at 4:54 PM,  <rvargas@chromium.org> wrote:
> Reviewers: Nico,
>
> Description:
> Reland 109138 - GURL: Build the unit tests on the components build.
>
> BUG=102738
> TEST=none
>
> Review URL: http://codereview.chromium.org/8496034
>
> Please review this at http://codereview.chromium.org/8515025/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     build/temp_gyp/googleurl.gyp
>
>
> Index: build/temp_gyp/googleurl.gyp
> ===================================================================
> --- build/temp_gyp/googleurl.gyp        (revision 109550)
> +++ build/temp_gyp/googleurl.gyp        (working copy)
> @@ -67,6 +67,7 @@
>     },
>     {
>       'target_name': 'googleurl_unittests',
> +      'type': 'executable',
>       'dependencies': [
>         'googleurl',
>         '../../base/base.gyp:base_i18n',
> @@ -94,15 +95,6 @@
>             }],
>           ],
>         }],
> -        # TODO(victorw): The unittest code uses inline functions that
> access
> -        # global variables, it also uses internal functions that we may not
> want
> -        # to export, so skip building unittests for component builds.
> -        # The googleurl functions are tested by the static library build.
> -        ['component=="shared_library"', {
> -          'type': 'none',
> -        }, {
> -          'type': 'executable',
> -        }],
>       ],
>     },
>   ],
>
>
>

Powered by Google App Engine
This is Rietveld 408576698