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

Side by Side Diff: net/net.gyp

Issue 2441001: Move net::HTTPSProber from net_base to net (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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 | « no previous file | net/url_request/https_prober.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'base/host_mapping_rules.cc', 71 'base/host_mapping_rules.cc',
72 'base/host_mapping_rules.h', 72 'base/host_mapping_rules.h',
73 'base/host_port_pair.cc', 73 'base/host_port_pair.cc',
74 'base/host_port_pair.h', 74 'base/host_port_pair.h',
75 'base/host_resolver.cc', 75 'base/host_resolver.cc',
76 'base/host_resolver.h', 76 'base/host_resolver.h',
77 'base/host_resolver_impl.cc', 77 'base/host_resolver_impl.cc',
78 'base/host_resolver_impl.h', 78 'base/host_resolver_impl.h',
79 'base/host_resolver_proc.cc', 79 'base/host_resolver_proc.cc',
80 'base/host_resolver_proc.h', 80 'base/host_resolver_proc.h',
81 'base/https_prober.h',
82 'base/https_prober.cc',
83 'base/io_buffer.cc', 81 'base/io_buffer.cc',
84 'base/io_buffer.h', 82 'base/io_buffer.h',
85 'base/keygen_handler.cc', 83 'base/keygen_handler.cc',
86 'base/keygen_handler.h', 84 'base/keygen_handler.h',
87 'base/keygen_handler_mac.cc', 85 'base/keygen_handler_mac.cc',
88 'base/keygen_handler_nss.cc', 86 'base/keygen_handler_nss.cc',
89 'base/keygen_handler_win.cc', 87 'base/keygen_handler_win.cc',
90 'base/listen_socket.cc', 88 'base/listen_socket.cc',
91 'base/listen_socket.h', 89 'base/listen_socket.h',
92 'base/load_flags.h', 90 'base/load_flags.h',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'spdy/spdy_protocol.h', 482 'spdy/spdy_protocol.h',
485 'spdy/spdy_session.cc', 483 'spdy/spdy_session.cc',
486 'spdy/spdy_session.h', 484 'spdy/spdy_session.h',
487 'spdy/spdy_session_pool.cc', 485 'spdy/spdy_session_pool.cc',
488 'spdy/spdy_session_pool.h', 486 'spdy/spdy_session_pool.h',
489 'spdy/spdy_settings_storage.cc', 487 'spdy/spdy_settings_storage.cc',
490 'spdy/spdy_settings_storage.h', 488 'spdy/spdy_settings_storage.h',
491 'spdy/spdy_stream.cc', 489 'spdy/spdy_stream.cc',
492 'spdy/spdy_stream.h', 490 'spdy/spdy_stream.h',
493 'spdy/spdy_transaction_factory.h', 491 'spdy/spdy_transaction_factory.h',
492 'url_request/https_prober.h',
493 'url_request/https_prober.cc',
494 'url_request/url_request.cc', 494 'url_request/url_request.cc',
495 'url_request/url_request.h', 495 'url_request/url_request.h',
496 'url_request/url_request_about_job.cc', 496 'url_request/url_request_about_job.cc',
497 'url_request/url_request_about_job.h', 497 'url_request/url_request_about_job.h',
498 'url_request/url_request_context.h', 498 'url_request/url_request_context.h',
499 'url_request/url_request_data_job.cc', 499 'url_request/url_request_data_job.cc',
500 'url_request/url_request_data_job.h', 500 'url_request/url_request_data_job.h',
501 'url_request/url_request_error_job.cc', 501 'url_request/url_request_error_job.cc',
502 'url_request/url_request_error_job.h', 502 'url_request/url_request_error_job.h',
503 'url_request/url_request_file_dir_job.cc', 503 'url_request/url_request_file_dir_job.cc',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 ], 1041 ],
1042 }], 1042 }],
1043 ], 1043 ],
1044 } 1044 }
1045 1045
1046 # Local Variables: 1046 # Local Variables:
1047 # tab-width:2 1047 # tab-width:2
1048 # indent-tabs-mode:nil 1048 # indent-tabs-mode:nil
1049 # End: 1049 # End:
1050 # vim: set expandtab tabstop=2 shiftwidth=2: 1050 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | net/url_request/https_prober.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698