summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/googleurl.gyp10
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',
- }],
],
},
],