| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 255f25686ccda9ffc4eeb8651174f5d59fbdf7e5..c36732fea571a6911abaa7f011250fce28dc6b5c 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -71,6 +71,8 @@
|
| 'misc/uuid.h',
|
| 'net/http_body.cc',
|
| 'net/http_body.h',
|
| + 'net/http_multipart_builder.cc',
|
| + 'net/http_multipart_builder.h',
|
| 'numeric/checked_range.h',
|
| 'numeric/in_range_cast.h',
|
| 'numeric/int128.h',
|
| @@ -215,6 +217,9 @@
|
| 'misc/scoped_forbid_return_test.cc',
|
| 'misc/uuid_test.cc',
|
| 'net/http_body_test.cc',
|
| + 'net/http_body_test_util.cc',
|
| + 'net/http_body_test_util.h',
|
| + 'net/http_multipart_builder_test.cc',
|
| 'numeric/checked_range_test.cc',
|
| 'numeric/in_range_cast_test.cc',
|
| 'numeric/int128_test.cc',
|
|
|