| Index: components/url_fixer.gypi
|
| diff --git a/components/network_time.gypi b/components/url_fixer.gypi
|
| similarity index 60%
|
| copy from components/network_time.gypi
|
| copy to components/url_fixer.gypi
|
| index 22426d9407ef3dc59eab0597f1a3671cc4c149bb..5870a1ef024db3541936a230e877a1d80dfae3b1 100644
|
| --- a/components/network_time.gypi
|
| +++ b/components/url_fixer.gypi
|
| @@ -5,20 +5,21 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'network_time',
|
| + 'target_name': 'url_fixer',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../net/net.gyp:net',
|
| + ],
|
| 'sources': [
|
| - 'network_time/network_time_tracker.cc',
|
| - 'network_time/network_time_tracker.h',
|
| - 'network_time/network_time_pref_names.cc',
|
| - 'network_time/network_time_pref_names.h',
|
| + 'url_fixer/url_fixer.cc',
|
| + 'url_fixer/url_fixer.h',
|
| ],
|
| + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| + 'msvs_disabled_warnings': [4267, ],
|
| },
|
| ],
|
| }
|
|
|