| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 78e57a0049398685c9ee050567afd0540d858e40..46f177fdab0370fbf4f55798f68aa1eac4bd81ff 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -199,6 +199,9 @@
|
| 'base/platform_mime_util_linux.cc',
|
| 'base/platform_mime_util_mac.cc',
|
| 'base/platform_mime_util_win.cc',
|
| + 'base/prioritized_dispatcher.cc',
|
| + 'base/prioritized_dispatcher.h',
|
| + 'base/priority_queue.h',
|
| 'base/rand_callback.h',
|
| 'base/registry_controlled_domain.cc',
|
| 'base/registry_controlled_domain.h',
|
| @@ -1033,6 +1036,8 @@
|
| 'base/network_change_notifier_win_unittest.cc',
|
| 'base/origin_bound_cert_service_unittest.cc',
|
| 'base/pem_tokenizer_unittest.cc',
|
| + 'base/prioritized_dispatcher_unittest.cc',
|
| + 'base/priority_queue_unittest.cc',
|
| 'base/registry_controlled_domain_unittest.cc',
|
| 'base/run_all_unittests.cc',
|
| 'base/sdch_filter_unittest.cc',
|
|
|