| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index c36732fea571a6911abaa7f011250fce28dc6b5c..88364e9c3d6734a99e0f8c2160dcd73914462020 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -71,8 +71,14 @@
|
| 'misc/uuid.h',
|
| 'net/http_body.cc',
|
| 'net/http_body.h',
|
| + 'net/http_headers.cc',
|
| + 'net/http_headers.h',
|
| 'net/http_multipart_builder.cc',
|
| 'net/http_multipart_builder.h',
|
| + 'net/http_transport.cc',
|
| + 'net/http_transport.h',
|
| + 'net/http_transport_mac.h',
|
| + 'net/http_transport_mac.mm',
|
| 'numeric/checked_range.h',
|
| 'numeric/in_range_cast.h',
|
| 'numeric/int128.h',
|
| @@ -220,6 +226,7 @@
|
| 'net/http_body_test_util.cc',
|
| 'net/http_body_test_util.h',
|
| 'net/http_multipart_builder_test.cc',
|
| + 'net/http_transport_test.cc',
|
| 'numeric/checked_range_test.cc',
|
| 'numeric/in_range_cast_test.cc',
|
| 'numeric/int128_test.cc',
|
|
|