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

Side by Side Diff: net/net.gypi

Issue 787803004: Update from https://crrev.com/307664 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 6 years 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'base/network_change_notifier_linux.cc', 259 'base/network_change_notifier_linux.cc',
260 'base/network_change_notifier_linux.h', 260 'base/network_change_notifier_linux.h',
261 'base/network_change_notifier_mac.cc', 261 'base/network_change_notifier_mac.cc',
262 'base/network_change_notifier_mac.h', 262 'base/network_change_notifier_mac.h',
263 'base/network_change_notifier_win.cc', 263 'base/network_change_notifier_win.cc',
264 'base/network_change_notifier_win.h', 264 'base/network_change_notifier_win.h',
265 'base/network_config_watcher_mac.cc', 265 'base/network_config_watcher_mac.cc',
266 'base/network_config_watcher_mac.h', 266 'base/network_config_watcher_mac.h',
267 'base/network_delegate.cc', 267 'base/network_delegate.cc',
268 'base/network_delegate.h', 268 'base/network_delegate.h',
269 'base/network_delegate_impl.cc',
270 'base/network_delegate_impl.h',
269 'base/nss_memio.c', 271 'base/nss_memio.c',
270 'base/nss_memio.h', 272 'base/nss_memio.h',
271 'base/platform_mime_util.h', 273 'base/platform_mime_util.h',
272 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 274 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
273 'base/platform_mime_util_linux.cc', 275 'base/platform_mime_util_linux.cc',
274 'base/platform_mime_util_mac.mm', 276 'base/platform_mime_util_mac.mm',
275 'base/platform_mime_util_win.cc', 277 'base/platform_mime_util_win.cc',
276 'base/prioritized_dispatcher.cc', 278 'base/prioritized_dispatcher.cc',
277 'base/prioritized_dispatcher.h', 279 'base/prioritized_dispatcher.h',
278 'base/priority_queue.h', 280 'base/priority_queue.h',
(...skipping 22 matching lines...) Expand all
301 'base/upload_element_reader.h', 303 'base/upload_element_reader.h',
302 'base/upload_file_element_reader.cc', 304 'base/upload_file_element_reader.cc',
303 'base/upload_file_element_reader.h', 305 'base/upload_file_element_reader.h',
304 'base/upload_progress.h', 306 'base/upload_progress.h',
305 'base/url_util.cc', 307 'base/url_util.cc',
306 'base/url_util.h', 308 'base/url_util.h',
307 'base/winsock_init.cc', 309 'base/winsock_init.cc',
308 'base/winsock_init.h', 310 'base/winsock_init.h',
309 'base/winsock_util.cc', 311 'base/winsock_util.cc',
310 'base/winsock_util.h', 312 'base/winsock_util.h',
313 'base/layered_network_delegate.cc',
314 'base/layered_network_delegate.h',
311 'cert/cert_database_android.cc', 315 'cert/cert_database_android.cc',
312 'cert/cert_database_ios.cc', 316 'cert/cert_database_ios.cc',
313 'cert/cert_database_mac.cc', 317 'cert/cert_database_mac.cc',
314 'cert/cert_database_nss.cc', 318 'cert/cert_database_nss.cc',
315 'cert/cert_database_win.cc', 319 'cert/cert_database_win.cc',
316 'cert/cert_trust_anchor_provider.h', 320 'cert/cert_trust_anchor_provider.h',
317 'cert/cert_verify_proc.cc', 321 'cert/cert_verify_proc.cc',
318 'cert/cert_verify_proc.h', 322 'cert/cert_verify_proc.h',
319 'cert/cert_verify_proc_android.cc', 323 'cert/cert_verify_proc_android.cc',
320 'cert/cert_verify_proc_android.h', 324 'cert/cert_verify_proc_android.h',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 'base/prioritized_dispatcher_unittest.cc', 1296 'base/prioritized_dispatcher_unittest.cc',
1293 'base/priority_queue_unittest.cc', 1297 'base/priority_queue_unittest.cc',
1294 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1298 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1295 'base/sdch_manager_unittest.cc', 1299 'base/sdch_manager_unittest.cc',
1296 'base/static_cookie_policy_unittest.cc', 1300 'base/static_cookie_policy_unittest.cc',
1297 'base/test_completion_callback_unittest.cc', 1301 'base/test_completion_callback_unittest.cc',
1298 'base/trace_net_log_observer_unittest.cc', 1302 'base/trace_net_log_observer_unittest.cc',
1299 'base/upload_bytes_element_reader_unittest.cc', 1303 'base/upload_bytes_element_reader_unittest.cc',
1300 'base/upload_file_element_reader_unittest.cc', 1304 'base/upload_file_element_reader_unittest.cc',
1301 'base/url_util_unittest.cc', 1305 'base/url_util_unittest.cc',
1306 'base/layered_network_delegate_unittest.cc',
1302 'cert/cert_policy_enforcer_unittest.cc', 1307 'cert/cert_policy_enforcer_unittest.cc',
1303 'cert/cert_verify_proc_unittest.cc', 1308 'cert/cert_verify_proc_unittest.cc',
1304 'cert/crl_set_unittest.cc', 1309 'cert/crl_set_unittest.cc',
1305 'cert/ct_log_response_parser_unittest.cc', 1310 'cert/ct_log_response_parser_unittest.cc',
1306 'cert/ct_log_verifier_unittest.cc', 1311 'cert/ct_log_verifier_unittest.cc',
1307 'cert/ct_objects_extractor_unittest.cc', 1312 'cert/ct_objects_extractor_unittest.cc',
1308 'cert/ct_serialization_unittest.cc', 1313 'cert/ct_serialization_unittest.cc',
1309 'cert/ev_root_ca_metadata_unittest.cc', 1314 'cert/ev_root_ca_metadata_unittest.cc',
1310 'cert/jwk_serializer_unittest.cc', 1315 'cert/jwk_serializer_unittest.cc',
1311 'cert/multi_log_ct_verifier_unittest.cc', 1316 'cert/multi_log_ct_verifier_unittest.cc',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 ], 1764 ],
1760 'net_base_mac_ios_sources': [ 1765 'net_base_mac_ios_sources': [
1761 'base/mac/url_conversions.h', 1766 'base/mac/url_conversions.h',
1762 'base/mac/url_conversions.mm', 1767 'base/mac/url_conversions.mm',
1763 ], 1768 ],
1764 'net_base_test_mac_ios_sources': [ 1769 'net_base_test_mac_ios_sources': [
1765 'base/mac/url_conversions_unittest.mm', 1770 'base/mac/url_conversions_unittest.mm',
1766 ], 1771 ],
1767 } 1772 }
1768 } 1773 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/proxy/network_delegate_error_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698