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

Side by Side Diff: net/net.gypi

Issue 1392943003: net: Move dns_reloader.* into dns directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort better Created 5 years, 2 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
« no previous file with comments | « net/dns/host_resolver_proc.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'base/backoff_entry_serializer.cc', 402 'base/backoff_entry_serializer.cc',
403 'base/backoff_entry_serializer.h', 403 'base/backoff_entry_serializer.h',
404 'base/cache_type.h', 404 'base/cache_type.h',
405 'base/chunked_upload_data_stream.cc', 405 'base/chunked_upload_data_stream.cc',
406 'base/chunked_upload_data_stream.h', 406 'base/chunked_upload_data_stream.h',
407 'base/crypto_module.h', 407 'base/crypto_module.h',
408 'base/crypto_module_nss.cc', 408 'base/crypto_module_nss.cc',
409 'base/crypto_module_openssl.cc', 409 'base/crypto_module_openssl.cc',
410 'base/data_url.cc', 410 'base/data_url.cc',
411 'base/data_url.h', 411 'base/data_url.h',
412 'base/dns_reloader.cc',
413 'base/dns_reloader.h',
414 'base/elements_upload_data_stream.cc', 412 'base/elements_upload_data_stream.cc',
415 'base/elements_upload_data_stream.h', 413 'base/elements_upload_data_stream.h',
416 'base/expiring_cache.h', 414 'base/expiring_cache.h',
417 'base/external_estimate_provider.h', 415 'base/external_estimate_provider.h',
418 'base/file_stream.cc', 416 'base/file_stream.cc',
419 'base/file_stream.h', 417 'base/file_stream.h',
420 'base/file_stream_context.cc', 418 'base/file_stream_context.cc',
421 'base/file_stream_context.h', 419 'base/file_stream_context.h',
422 'base/file_stream_context_posix.cc', 420 'base/file_stream_context_posix.cc',
423 'base/file_stream_context_win.cc', 421 'base/file_stream_context_win.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'dns/dns_config_service_posix.h', 733 'dns/dns_config_service_posix.h',
736 'dns/dns_config_service_win.cc', 734 'dns/dns_config_service_win.cc',
737 'dns/dns_config_service_win.h', 735 'dns/dns_config_service_win.h',
738 'dns/dns_config_watcher_mac.cc', 736 'dns/dns_config_watcher_mac.cc',
739 'dns/dns_config_watcher_mac.h', 737 'dns/dns_config_watcher_mac.h',
740 'dns/dns_hosts.cc', 738 'dns/dns_hosts.cc',
741 'dns/dns_hosts.h', 739 'dns/dns_hosts.h',
742 'dns/dns_protocol.h', 740 'dns/dns_protocol.h',
743 'dns/dns_query.cc', 741 'dns/dns_query.cc',
744 'dns/dns_query.h', 742 'dns/dns_query.h',
743 'dns/dns_reloader.cc',
744 'dns/dns_reloader.h',
745 'dns/dns_response.cc', 745 'dns/dns_response.cc',
746 'dns/dns_response.h', 746 'dns/dns_response.h',
747 'dns/dns_session.cc', 747 'dns/dns_session.cc',
748 'dns/dns_session.h', 748 'dns/dns_session.h',
749 'dns/dns_socket_pool.cc', 749 'dns/dns_socket_pool.cc',
750 'dns/dns_socket_pool.h', 750 'dns/dns_socket_pool.h',
751 'dns/dns_transaction.cc', 751 'dns/dns_transaction.cc',
752 'dns/dns_transaction.h', 752 'dns/dns_transaction.h',
753 'dns/host_cache.cc', 753 'dns/host_cache.cc',
754 'dns/host_cache.h', 754 'dns/host_cache.h',
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 'docs/bug-triage.md', 1884 'docs/bug-triage.md',
1885 'docs/bug-triage-labels.md', 1885 'docs/bug-triage-labels.md',
1886 'docs/bug-triage-suggested-workflow.md', 1886 'docs/bug-triage-suggested-workflow.md',
1887 'docs/code-patterns.md', 1887 'docs/code-patterns.md',
1888 'docs/life-of-a-url-request.md', 1888 'docs/life-of-a-url-request.md',
1889 'sdch/README.md', 1889 'sdch/README.md',
1890 ], 1890 ],
1891 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1891 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1892 } 1892 }
1893 } 1893 }
OLDNEW
« no previous file with comments | « net/dns/host_resolver_proc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698