| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 86d13f77c87ee0c10d95f581e4c7b93f5ce863ca..d3cd82f7c834eaf8e62edf051ee5bd609d24036b 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -97,6 +97,7 @@
|
| 'net/http_transport.cc',
|
| 'net/http_transport.h',
|
| 'net/http_transport_mac.mm',
|
| + 'net/http_transport_win.cc',
|
| 'numeric/checked_range.h',
|
| 'numeric/in_range_cast.h',
|
| 'numeric/int128.h',
|
| @@ -301,12 +302,6 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="win"', {
|
| - 'sources!': [
|
| - # TODO(scottmg): Temporarily excluded during Windows bring up.
|
| - 'net/http_transport_test.cc',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
|
|