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

Side by Side Diff: net/net.gyp

Issue 14813024: Introduce RequestWebSocketStream into HttpStreamFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'http/partial_data.h', 598 'http/partial_data.h',
599 'http/proxy_client_socket.h', 599 'http/proxy_client_socket.h',
600 'http/proxy_client_socket.cc', 600 'http/proxy_client_socket.cc',
601 'http/transport_security_state.cc', 601 'http/transport_security_state.cc',
602 'http/transport_security_state.h', 602 'http/transport_security_state.h',
603 'http/transport_security_state_static.h', 603 'http/transport_security_state_static.h',
604 'http/url_security_manager.cc', 604 'http/url_security_manager.cc',
605 'http/url_security_manager.h', 605 'http/url_security_manager.h',
606 'http/url_security_manager_posix.cc', 606 'http/url_security_manager_posix.cc',
607 'http/url_security_manager_win.cc', 607 'http/url_security_manager_win.cc',
608 'http/websocket_stream_base.h',
608 'ocsp/nss_ocsp.cc', 609 'ocsp/nss_ocsp.cc',
609 'ocsp/nss_ocsp.h', 610 'ocsp/nss_ocsp.h',
610 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 611 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
611 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 612 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
612 'proxy/dhcp_proxy_script_fetcher.cc', 613 'proxy/dhcp_proxy_script_fetcher.cc',
613 'proxy/dhcp_proxy_script_fetcher.h', 614 'proxy/dhcp_proxy_script_fetcher.h',
614 'proxy/dhcp_proxy_script_fetcher_factory.cc', 615 'proxy/dhcp_proxy_script_fetcher_factory.cc',
615 'proxy/dhcp_proxy_script_fetcher_factory.h', 616 'proxy/dhcp_proxy_script_fetcher_factory.h',
616 'proxy/dhcp_proxy_script_fetcher_win.cc', 617 'proxy/dhcp_proxy_script_fetcher_win.cc',
617 'proxy/dhcp_proxy_script_fetcher_win.h', 618 'proxy/dhcp_proxy_script_fetcher_win.h',
(...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 '--result', '<@(_outputs)', 2894 '--result', '<@(_outputs)',
2894 '--isolate', 'net_unittests.isolate', 2895 '--isolate', 'net_unittests.isolate',
2895 ], 2896 ],
2896 }, 2897 },
2897 ], 2898 ],
2898 }, 2899 },
2899 ], 2900 ],
2900 }], 2901 }],
2901 ], 2902 ],
2902 } 2903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698