| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index a83f957828c3baed1f76cc958cc6d8f70dae6ddb..40c755dfe815ce264decf72ba3462f99c4249f53 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -306,6 +306,8 @@
|
| 'cert/x509_util_openssl.h',
|
| 'cookies/canonical_cookie.cc',
|
| 'cookies/canonical_cookie.h',
|
| + 'cookies/cookie_constants.cc',
|
| + 'cookies/cookie_constants.h',
|
| 'cookies/cookie_monster.cc',
|
| 'cookies/cookie_monster.h',
|
| 'cookies/cookie_options.h',
|
| @@ -2563,14 +2565,14 @@
|
| ],
|
| },
|
| {
|
| - 'target_name': 'quic_unittests',
|
| - 'type': '<(gtest_target_type)',
|
| + 'target_name': 'quic_unittests',
|
| + 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| - 'net',
|
| - 'quic_library',
|
| + 'net',
|
| + 'quic_library',
|
| ],
|
| 'sources': [
|
| 'quic/test_tools/quic_session_peer.cc',
|
|
|