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

Side by Side Diff: net/net.gypi

Issue 1901423003: Plumbs new SpdyFramerVisitorInterface method handling through QUIC test utilities, including the te… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@119562680
Patch Set: Created 4 years, 8 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 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 'url_request/url_request_unittest.cc', 1846 'url_request/url_request_unittest.cc',
1847 'url_request/view_cache_helper_unittest.cc', 1847 'url_request/view_cache_helper_unittest.cc',
1848 ], 1848 ],
1849 'net_linux_test_sources': [ 1849 'net_linux_test_sources': [
1850 'quic/quic_end_to_end_unittest.cc', 1850 'quic/quic_end_to_end_unittest.cc',
1851 'tools/quic/end_to_end_test.cc', 1851 'tools/quic/end_to_end_test.cc',
1852 'tools/quic/quic_client_session_test.cc', 1852 'tools/quic/quic_client_session_test.cc',
1853 'tools/quic/quic_client_test.cc', 1853 'tools/quic/quic_client_test.cc',
1854 'tools/quic/quic_dispatcher_test.cc', 1854 'tools/quic/quic_dispatcher_test.cc',
1855 'tools/quic/quic_epoll_clock_test.cc', 1855 'tools/quic/quic_epoll_clock_test.cc',
1856 'tools/quic/quic_epoll_alarm_factory_test.cc',
1857 'tools/quic/quic_epoll_connection_helper_test.cc', 1856 'tools/quic/quic_epoll_connection_helper_test.cc',
1858 'tools/quic/quic_in_memory_cache_test.cc', 1857 'tools/quic/quic_in_memory_cache_test.cc',
1859 'tools/quic/quic_server_session_base_test.cc', 1858 'tools/quic/quic_server_session_base_test.cc',
1860 'tools/quic/quic_server_test.cc', 1859 'tools/quic/quic_server_test.cc',
1861 'tools/quic/quic_simple_server_session_test.cc', 1860 'tools/quic/quic_simple_server_session_test.cc',
1862 'tools/quic/quic_simple_server_test.cc', 1861 'tools/quic/quic_simple_server_test.cc',
1863 'tools/quic/quic_spdy_client_stream_test.cc', 1862 'tools/quic/quic_spdy_client_stream_test.cc',
1864 'tools/quic/quic_time_wait_list_manager_test.cc', 1863 'tools/quic/quic_time_wait_list_manager_test.cc',
1865 'tools/quic/spdy_balsa_utils_test.cc', 1864 'tools/quic/spdy_balsa_utils_test.cc',
1866 'tools/quic/test_tools/http_message.cc', 1865 'tools/quic/test_tools/http_message.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 "websockets/websocket_handshake_stream_create_helper.cc", 2006 "websockets/websocket_handshake_stream_create_helper.cc",
2008 "websockets/websocket_handshake_stream_create_helper.h", 2007 "websockets/websocket_handshake_stream_create_helper.h",
2009 "websockets/websocket_inflater.cc", 2008 "websockets/websocket_inflater.cc",
2010 "websockets/websocket_inflater.h", 2009 "websockets/websocket_inflater.h",
2011 "websockets/websocket_mux.h", 2010 "websockets/websocket_mux.h",
2012 "websockets/websocket_stream.cc", 2011 "websockets/websocket_stream.cc",
2013 "websockets/websocket_stream.h", 2012 "websockets/websocket_stream.h",
2014 ], 2013 ],
2015 } 2014 }
2016 } 2015 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_chromium_alarm_factory_test.cc » ('j') | net/quic/quic_chromium_alarm_factory_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698