| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 3c9a520a791f395ee63856f301d452f04d536a88..da91a9295aa09d12595b9a26a62ee38c382c0283 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -876,8 +876,12 @@
|
| '../testing/gmock.gyp:gmock',
|
| ],
|
| 'sources': [
|
| + 'base/captured_net_log_entry.cc',
|
| + 'base/captured_net_log_entry.h',
|
| 'base/capturing_net_log.cc',
|
| 'base/capturing_net_log.h',
|
| + 'base/capturing_net_log_observer.cc',
|
| + 'base/capturing_net_log_observer.h',
|
| 'base/load_timing_info_test_util.cc',
|
| 'base/load_timing_info_test_util.h',
|
| 'base/mock_file_stream.cc',
|
|
|