| Index: net/tools/tld_cleanup/tld_cleanup.gyp
|
| diff --git a/net/tools/tld_cleanup/tld_cleanup.gyp b/net/tools/tld_cleanup/tld_cleanup.gyp
|
| index 245df984e6f0064ea74eab1dce769ae8daf60cb5..227022cec56685a0b1d8596e692cf2fd65ed3d52 100644
|
| --- a/net/tools/tld_cleanup/tld_cleanup.gyp
|
| +++ b/net/tools/tld_cleanup/tld_cleanup.gyp
|
| @@ -8,14 +8,15 @@
|
| },
|
| 'targets': [
|
| {
|
| - 'target_name': 'tld_cleanup',
|
| - 'type': 'executable',
|
| + 'target_name': 'tld_cleanup_util',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| '../../../base/base.gyp:base',
|
| '../../../build/temp_gyp/googleurl.gyp:googleurl',
|
| ],
|
| 'sources': [
|
| - 'tld_cleanup.cc',
|
| + 'tld_cleanup_util.h',
|
| + 'tld_cleanup_util.cc',
|
| ],
|
| },
|
| ],
|
|
|