diff options
author | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 00:13:02 +0000 |
---|---|---|
committer | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 00:13:02 +0000 |
commit | 069ea1724aecb2ac6b825dbe29715eaaa58f0af1 (patch) | |
tree | e17827828fadf69d46017870afd73ef227f84a7c /build/temp_gyp | |
parent | 811ccb2ec727f90b07ddd173629cb77b00a8cdb9 (diff) | |
download | chromium_src-069ea1724aecb2ac6b825dbe29715eaaa58f0af1.zip chromium_src-069ea1724aecb2ac6b825dbe29715eaaa58f0af1.tar.gz chromium_src-069ea1724aecb2ac6b825dbe29715eaaa58f0af1.tar.bz2 |
GURL: Build the unit tests on the components build.
BUG=102738
TEST=none
Review URL: http://codereview.chromium.org/8496034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index 3ed3eb7..8d61551 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -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', - }], ], }, ], |