Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: net/net.gyp

Issue 13812005: net: move socket files from net/base to net/socket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/unix_domain_socket_posix_unittest.cc ('k') | net/server/http_connection.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'base/rand_callback.h', 203 'base/rand_callback.h',
204 'base/registry_controlled_domains/registry_controlled_domain.cc', 204 'base/registry_controlled_domains/registry_controlled_domain.cc',
205 'base/registry_controlled_domains/registry_controlled_domain.h', 205 'base/registry_controlled_domains/registry_controlled_domain.h',
206 'base/request_priority.h', 206 'base/request_priority.h',
207 'base/sdch_filter.cc', 207 'base/sdch_filter.cc',
208 'base/sdch_filter.h', 208 'base/sdch_filter.h',
209 'base/sdch_manager.cc', 209 'base/sdch_manager.cc',
210 'base/sdch_manager.h', 210 'base/sdch_manager.h',
211 'base/static_cookie_policy.cc', 211 'base/static_cookie_policy.cc',
212 'base/static_cookie_policy.h', 212 'base/static_cookie_policy.h',
213 'base/stream_listen_socket.cc', 213 'socket/stream_listen_socket.cc',
eroman 2013/04/08 22:36:31 please re-order these.
Paweł Hajdan Jr. 2013/04/09 01:11:31 Done.
214 'base/stream_listen_socket.h', 214 'socket/stream_listen_socket.h',
215 'base/sys_addrinfo.h', 215 'base/sys_addrinfo.h',
216 'base/tcp_listen_socket.cc', 216 'socket/tcp_listen_socket.cc',
217 'base/tcp_listen_socket.h', 217 'socket/tcp_listen_socket.h',
218 'base/test_data_stream.cc', 218 'base/test_data_stream.cc',
219 'base/test_data_stream.h', 219 'base/test_data_stream.h',
220 'base/unix_domain_socket_posix.cc', 220 'socket/unix_domain_socket_posix.cc',
221 'base/unix_domain_socket_posix.h', 221 'socket/unix_domain_socket_posix.h',
222 'base/upload_bytes_element_reader.cc', 222 'base/upload_bytes_element_reader.cc',
223 'base/upload_bytes_element_reader.h', 223 'base/upload_bytes_element_reader.h',
224 'base/upload_data.cc', 224 'base/upload_data.cc',
225 'base/upload_data.h', 225 'base/upload_data.h',
226 'base/upload_data_stream.cc', 226 'base/upload_data_stream.cc',
227 'base/upload_data_stream.h', 227 'base/upload_data_stream.h',
228 'base/upload_element.cc', 228 'base/upload_element.cc',
229 'base/upload_element.h', 229 'base/upload_element.h',
230 'base/upload_element_reader.cc', 230 'base/upload_element_reader.cc',
231 'base/upload_element_reader.h', 231 'base/upload_element_reader.h',
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'base/mock_filter_context.h', 1400 'base/mock_filter_context.h',
1401 'base/net_log_unittest.cc', 1401 'base/net_log_unittest.cc',
1402 'base/net_log_unittest.h', 1402 'base/net_log_unittest.h',
1403 'base/net_util_unittest.cc', 1403 'base/net_util_unittest.cc',
1404 'base/network_change_notifier_win_unittest.cc', 1404 'base/network_change_notifier_win_unittest.cc',
1405 'base/prioritized_dispatcher_unittest.cc', 1405 'base/prioritized_dispatcher_unittest.cc',
1406 'base/priority_queue_unittest.cc', 1406 'base/priority_queue_unittest.cc',
1407 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ', 1407 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ',
1408 'base/sdch_filter_unittest.cc', 1408 'base/sdch_filter_unittest.cc',
1409 'base/static_cookie_policy_unittest.cc', 1409 'base/static_cookie_policy_unittest.cc',
1410 'base/tcp_listen_socket_unittest.cc', 1410 'socket/tcp_listen_socket_unittest.cc',
eroman 2013/04/08 22:36:31 please re-order
Paweł Hajdan Jr. 2013/04/09 01:11:31 Done.
1411 'base/tcp_listen_socket_unittest.h', 1411 'socket/tcp_listen_socket_unittest.h',
1412 'base/test_completion_callback_unittest.cc', 1412 'base/test_completion_callback_unittest.cc',
1413 'base/unix_domain_socket_posix_unittest.cc', 1413 'socket/unix_domain_socket_posix_unittest.cc',
1414 'base/upload_bytes_element_reader_unittest.cc', 1414 'base/upload_bytes_element_reader_unittest.cc',
1415 'base/upload_data_stream_unittest.cc', 1415 'base/upload_data_stream_unittest.cc',
1416 'base/upload_file_element_reader_unittest.cc', 1416 'base/upload_file_element_reader_unittest.cc',
1417 'base/url_util_unittest.cc', 1417 'base/url_util_unittest.cc',
1418 'cert/cert_verify_proc_unittest.cc', 1418 'cert/cert_verify_proc_unittest.cc',
1419 'cert/crl_set_unittest.cc', 1419 'cert/crl_set_unittest.cc',
1420 'cert/ev_root_ca_metadata_unittest.cc', 1420 'cert/ev_root_ca_metadata_unittest.cc',
1421 'cert/multi_threaded_cert_verifier_unittest.cc', 1421 'cert/multi_threaded_cert_verifier_unittest.cc',
1422 'cert/nss_cert_database_unittest.cc', 1422 'cert/nss_cert_database_unittest.cc',
1423 'cert/pem_tokenizer_unittest.cc', 1423 'cert/pem_tokenizer_unittest.cc',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 'socket/ssl_client_socket_unittest.cc', 1865 'socket/ssl_client_socket_unittest.cc',
1866 'ssl/client_cert_store_impl_unittest.cc', 1866 'ssl/client_cert_store_impl_unittest.cc',
1867 'url_request/url_fetcher_impl_unittest.cc', 1867 'url_request/url_fetcher_impl_unittest.cc',
1868 'url_request/url_request_context_builder_unittest.cc', 1868 'url_request/url_request_context_builder_unittest.cc',
1869 # Needs GetAppOutput(). 1869 # Needs GetAppOutput().
1870 'test/python_utils_unittest.cc', 1870 'test/python_utils_unittest.cc',
1871 1871
1872 # The following tests are disabled because they don't apply to 1872 # The following tests are disabled because they don't apply to
1873 # iOS. 1873 # iOS.
1874 # OS is not "linux" or "freebsd" or "openbsd". 1874 # OS is not "linux" or "freebsd" or "openbsd".
1875 'base/unix_domain_socket_posix_unittest.cc', 1875 'socket/unix_domain_socket_posix_unittest.cc',
1876 ], 1876 ],
1877 'conditions': [ 1877 'conditions': [
1878 ['coverage != 0', { 1878 ['coverage != 0', {
1879 'sources!': [ 1879 'sources!': [
1880 # These sources can't be built with coverage due to a 1880 # These sources can't be built with coverage due to a
1881 # toolchain bug: http://openradar.appspot.com/radar?id=1499403 1881 # toolchain bug: http://openradar.appspot.com/radar?id=1499403
1882 'http/transport_security_state_unittest.cc', 1882 'http/transport_security_state_unittest.cc',
1883 1883
1884 # These tests crash when run with coverage turned on due to an 1884 # These tests crash when run with coverage turned on due to an
1885 # issue with llvm_gcda_increment_indirect_counter: 1885 # issue with llvm_gcda_increment_indirect_counter:
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2715 '--result', '<@(_outputs)', 2715 '--result', '<@(_outputs)',
2716 '--isolate', 'net_unittests.isolate', 2716 '--isolate', 'net_unittests.isolate',
2717 ], 2717 ],
2718 }, 2718 },
2719 ], 2719 ],
2720 }, 2720 },
2721 ], 2721 ],
2722 }], 2722 }],
2723 ], 2723 ],
2724 } 2724 }
OLDNEW
« no previous file with comments | « net/base/unix_domain_socket_posix_unittest.cc ('k') | net/server/http_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698