Chromium Code Reviews| Index: net/net.gypi |
| diff --git a/net/net.gypi b/net/net.gypi |
| index 1c2ec2dd7db63797c5e26f30d22bbd5fdeb4b820..a3f04e434c266e5738b7ff1df5321346039413dd 100644 |
| --- a/net/net.gypi |
| +++ b/net/net.gypi |
| @@ -16,12 +16,14 @@ |
| 'base/address_list.h', |
| 'base/auth.cc', |
| 'base/auth.h', |
| - 'base/completion_callback.h', |
| 'base/connection_type_histograms.cc', |
| 'base/connection_type_histograms.h', |
| + 'base/dafsa/lookup_string.cc', |
| + 'base/dafsa/lookup_string.h', |
| 'base/dns_util.cc', |
| 'base/dns_util.h', |
| 'base/escape.cc', |
| + 'base/completion_callback.h', |
|
tyoshino (SeeGerritForStatus)
2015/10/19 07:15:10
moved accidentally?
Adam Rice
2015/10/19 12:03:07
Yes. I don't know why. Moved back.
|
| 'base/escape.h', |
| 'base/hash_value.cc', |
| 'base/hash_value.h', |
| @@ -56,6 +58,8 @@ |
| 'base/rand_callback.h', |
| 'base/registry_controlled_domains/registry_controlled_domain.cc', |
| 'base/registry_controlled_domains/registry_controlled_domain.h', |
| + 'base/swr_histogram_domains/swr_histogram_domains.cc', |
| + 'base/swr_histogram_domains/swr_histogram_domains.h', |
| 'base/sys_addrinfo.h', |
| 'base/zap.cc', |
| 'base/zap.h', |
| @@ -1277,10 +1281,10 @@ |
| 'base/port_util_unittest.cc', |
| 'base/prioritized_dispatcher_unittest.cc', |
| 'base/priority_queue_unittest.cc', |
| - 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 'base/sdch_dictionary_unittest.cc', |
| 'base/sdch_manager_unittest.cc', |
| 'base/static_cookie_policy_unittest.cc', |
| + 'base/swr_histogram_domains/swr_histogram_domains_unittest.cc', |
| 'base/test_completion_callback_unittest.cc', |
| 'base/upload_bytes_element_reader_unittest.cc', |
| 'base/upload_file_element_reader_unittest.cc', |