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

Side by Side Diff: net/net.gyp

Issue 22573002: Add unittests for balsa classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/tools/flip_server/balsa_frame_test.cc » ('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 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 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 'websockets/websocket_throttle_unittest.cc', 1860 'websockets/websocket_throttle_unittest.cc',
1861 ], 1861 ],
1862 'conditions': [ 1862 'conditions': [
1863 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 1863 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
1864 'dependencies': [ 1864 'dependencies': [
1865 'quic_library', 1865 'quic_library',
1866 'flip_in_mem_edsm_server_library', 1866 'flip_in_mem_edsm_server_library',
1867 'flip_balsa_and_epoll_library', 1867 'flip_balsa_and_epoll_library',
1868 ], 1868 ],
1869 'sources': [ 1869 'sources': [
1870 'tools/flip_server/balsa_frame_test.cc',
1871 'tools/flip_server/balsa_headers_test.cc',
1870 'tools/flip_server/mem_cache_test.cc', 1872 'tools/flip_server/mem_cache_test.cc',
1871 'tools/flip_server/simple_buffer.cc', 1873 'tools/flip_server/simple_buffer.cc',
1872 'tools/flip_server/simple_buffer.h', 1874 'tools/flip_server/simple_buffer.h',
1873 'tools/quic/end_to_end_test.cc', 1875 'tools/quic/end_to_end_test.cc',
1874 'tools/quic/quic_client_session_test.cc', 1876 'tools/quic/quic_client_session_test.cc',
1875 'tools/quic/quic_dispatcher_test.cc', 1877 'tools/quic/quic_dispatcher_test.cc',
1876 'tools/quic/quic_epoll_clock_test.cc', 1878 'tools/quic/quic_epoll_clock_test.cc',
1877 'tools/quic/quic_epoll_connection_helper_test.cc', 1879 'tools/quic/quic_epoll_connection_helper_test.cc',
1878 'tools/quic/quic_in_memory_cache_test.cc', 1880 'tools/quic/quic_in_memory_cache_test.cc',
1879 'tools/quic/quic_reliable_client_stream_test.cc', 1881 'tools/quic/quic_reliable_client_stream_test.cc',
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 'net_unittests.isolate', 2919 'net_unittests.isolate',
2918 ], 2920 ],
2919 'sources': [ 2921 'sources': [
2920 'net_unittests.isolate', 2922 'net_unittests.isolate',
2921 ], 2923 ],
2922 }, 2924 },
2923 ], 2925 ],
2924 }], 2926 }],
2925 ], 2927 ],
2926 } 2928 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/flip_server/balsa_frame_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698