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

Side by Side Diff: net/net.gypi

Issue 1230313005: split port_util.h off of net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 5 years, 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'base/net_module.h', 44 'base/net_module.h',
45 'base/net_string_util.h', 45 'base/net_string_util.h',
46 'base/net_util.cc', 46 'base/net_util.cc',
47 'base/net_util.h', 47 'base/net_util.h',
48 'base/network_interfaces.cc', 48 'base/network_interfaces.cc',
49 'base/network_interfaces.h', 49 'base/network_interfaces.h',
50 'base/network_interfaces_posix.cc', 50 'base/network_interfaces_posix.cc',
51 'base/openssl_private_key_store.h', 51 'base/openssl_private_key_store.h',
52 'base/openssl_private_key_store_android.cc', 52 'base/openssl_private_key_store_android.cc',
53 'base/openssl_private_key_store_memory.cc', 53 'base/openssl_private_key_store_memory.cc',
54 'base/port_util.cc',
55 'base/port_util.h',
54 'base/rand_callback.h', 56 'base/rand_callback.h',
55 'base/registry_controlled_domains/registry_controlled_domain.cc', 57 'base/registry_controlled_domains/registry_controlled_domain.cc',
56 'base/registry_controlled_domains/registry_controlled_domain.h', 58 'base/registry_controlled_domains/registry_controlled_domain.h',
57 'base/sys_addrinfo.h', 59 'base/sys_addrinfo.h',
58 'base/zap.cc', 60 'base/zap.cc',
59 'base/zap.h', 61 'base/zap.h',
60 'cert/asn1_util.cc', 62 'cert/asn1_util.cc',
61 'cert/asn1_util.h', 63 'cert/asn1_util.h',
62 'cert/cert_database.cc', 64 'cert/cert_database.cc',
63 'cert/cert_database.h', 65 'cert/cert_database.h',
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'base/layered_network_delegate_unittest.cc', 1323 'base/layered_network_delegate_unittest.cc',
1322 'base/mime_sniffer_unittest.cc', 1324 'base/mime_sniffer_unittest.cc',
1323 'base/mime_util_unittest.cc', 1325 'base/mime_util_unittest.cc',
1324 'base/net_util_icu_unittest.cc', 1326 'base/net_util_icu_unittest.cc',
1325 'base/net_util_unittest.cc', 1327 'base/net_util_unittest.cc',
1326 'base/network_activity_monitor_unittest.cc', 1328 'base/network_activity_monitor_unittest.cc',
1327 'base/network_change_notifier_unittest.cc', 1329 'base/network_change_notifier_unittest.cc',
1328 'base/network_change_notifier_win_unittest.cc', 1330 'base/network_change_notifier_win_unittest.cc',
1329 'base/network_interfaces_unittest.cc', 1331 'base/network_interfaces_unittest.cc',
1330 'base/network_quality_estimator_unittest.cc', 1332 'base/network_quality_estimator_unittest.cc',
1333 'base/port_util_unittest.cc',
1331 'base/prioritized_dispatcher_unittest.cc', 1334 'base/prioritized_dispatcher_unittest.cc',
1332 'base/priority_queue_unittest.cc', 1335 'base/priority_queue_unittest.cc',
1333 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1336 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1334 'base/sdch_dictionary_unittest.cc', 1337 'base/sdch_dictionary_unittest.cc',
1335 'base/sdch_manager_unittest.cc', 1338 'base/sdch_manager_unittest.cc',
1336 'base/static_cookie_policy_unittest.cc', 1339 'base/static_cookie_policy_unittest.cc',
1337 'base/test_completion_callback_unittest.cc', 1340 'base/test_completion_callback_unittest.cc',
1338 'base/upload_bytes_element_reader_unittest.cc', 1341 'base/upload_bytes_element_reader_unittest.cc',
1339 'base/upload_disk_cache_entry_element_reader_unittest.cc', 1342 'base/upload_disk_cache_entry_element_reader_unittest.cc',
1340 'base/upload_file_element_reader_unittest.cc', 1343 'base/upload_file_element_reader_unittest.cc',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 'README.md', 1849 'README.md',
1847 'docs/bug-triage.md', 1850 'docs/bug-triage.md',
1848 'docs/bug-triage-labels.md', 1851 'docs/bug-triage-labels.md',
1849 'docs/bug-triage-suggested-workflow.md', 1852 'docs/bug-triage-suggested-workflow.md',
1850 'docs/life-of-a-url-request.md', 1853 'docs/life-of-a-url-request.md',
1851 'sdch/README.md', 1854 'sdch/README.md',
1852 ], 1855 ],
1853 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1856 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1854 } 1857 }
1855 } 1858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698