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

Side by Side Diff: net/net.gyp

Issue 21743003: Rearrange net.gyp to enable adding flip server unittests to net_unittests. (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 | 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 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 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 'websockets/websocket_frame_unittest.cc', 1845 'websockets/websocket_frame_unittest.cc',
1846 'websockets/websocket_handshake_handler_unittest.cc', 1846 'websockets/websocket_handshake_handler_unittest.cc',
1847 'websockets/websocket_handshake_handler_spdy_unittest.cc', 1847 'websockets/websocket_handshake_handler_spdy_unittest.cc',
1848 'websockets/websocket_job_unittest.cc', 1848 'websockets/websocket_job_unittest.cc',
1849 'websockets/websocket_net_log_params_unittest.cc', 1849 'websockets/websocket_net_log_params_unittest.cc',
1850 'websockets/websocket_throttle_unittest.cc', 1850 'websockets/websocket_throttle_unittest.cc',
1851 ], 1851 ],
1852 'conditions': [ 1852 'conditions': [
1853 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 1853 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
1854 'dependencies': [ 1854 'dependencies': [
1855 'quic_library' 1855 'quic_library',
1856 'flip_in_mem_edsm_server_library',
1857 'flip_balsa_and_epoll_library',
1856 ], 1858 ],
1857 'sources': [ 1859 'sources': [
1858 'tools/flip_server/simple_buffer.cc', 1860 'tools/flip_server/simple_buffer.cc',
1859 'tools/flip_server/simple_buffer.h', 1861 'tools/flip_server/simple_buffer.h',
1860 'tools/quic/end_to_end_test.cc', 1862 'tools/quic/end_to_end_test.cc',
1861 'tools/quic/quic_client_session_test.cc', 1863 'tools/quic/quic_client_session_test.cc',
1862 'tools/quic/quic_dispatcher_test.cc', 1864 'tools/quic/quic_dispatcher_test.cc',
1863 'tools/quic/quic_epoll_clock_test.cc', 1865 'tools/quic/quic_epoll_clock_test.cc',
1864 'tools/quic/quic_epoll_connection_helper_test.cc', 1866 'tools/quic/quic_epoll_connection_helper_test.cc',
1865 'tools/quic/quic_in_memory_cache_test.cc', 1867 'tools/quic/quic_in_memory_cache_test.cc',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 'tools/flip_server/constants.h', 2600 'tools/flip_server/constants.h',
2599 'tools/flip_server/epoll_server.cc', 2601 'tools/flip_server/epoll_server.cc',
2600 'tools/flip_server/epoll_server.h', 2602 'tools/flip_server/epoll_server.h',
2601 'tools/flip_server/http_message_constants.cc', 2603 'tools/flip_server/http_message_constants.cc',
2602 'tools/flip_server/http_message_constants.h', 2604 'tools/flip_server/http_message_constants.h',
2603 'tools/flip_server/split.h', 2605 'tools/flip_server/split.h',
2604 'tools/flip_server/split.cc', 2606 'tools/flip_server/split.cc',
2605 ], 2607 ],
2606 }, 2608 },
2607 { 2609 {
2608 'target_name': 'flip_in_mem_edsm_server', 2610 'target_name': 'flip_in_mem_edsm_server_library',
2609 'type': 'executable', 2611 'type': 'static_library',
2610 'cflags': [ 2612 'cflags': [
2611 '-Wno-deprecated', 2613 '-Wno-deprecated',
2612 ], 2614 ],
2613 'dependencies': [ 2615 'dependencies': [
2614 '../base/base.gyp:base', 2616 '../base/base.gyp:base',
2615 '../third_party/openssl/openssl.gyp:openssl', 2617 '../third_party/openssl/openssl.gyp:openssl',
2616 'flip_balsa_and_epoll_library', 2618 'flip_balsa_and_epoll_library',
2617 'net', 2619 'net',
2618 ], 2620 ],
2619 'sources': [ 2621 'sources': [
2620 'tools/dump_cache/url_to_filename_encoder.cc', 2622 'tools/dump_cache/url_to_filename_encoder.cc',
2621 'tools/dump_cache/url_to_filename_encoder.h', 2623 'tools/dump_cache/url_to_filename_encoder.h',
2622 'tools/dump_cache/url_utilities.h', 2624 'tools/dump_cache/url_utilities.h',
2623 'tools/dump_cache/url_utilities.cc', 2625 'tools/dump_cache/url_utilities.cc',
2624 'tools/flip_server/acceptor_thread.h', 2626 'tools/flip_server/acceptor_thread.h',
2625 'tools/flip_server/acceptor_thread.cc', 2627 'tools/flip_server/acceptor_thread.cc',
2626 'tools/flip_server/buffer_interface.h', 2628 'tools/flip_server/buffer_interface.h',
2627 'tools/flip_server/create_listener.cc', 2629 'tools/flip_server/create_listener.cc',
2628 'tools/flip_server/create_listener.h', 2630 'tools/flip_server/create_listener.h',
2629 'tools/flip_server/flip_config.cc', 2631 'tools/flip_server/flip_config.cc',
2630 'tools/flip_server/flip_config.h', 2632 'tools/flip_server/flip_config.h',
2631 'tools/flip_server/flip_in_mem_edsm_server.cc',
2632 'tools/flip_server/http_interface.cc', 2633 'tools/flip_server/http_interface.cc',
2633 'tools/flip_server/http_interface.h', 2634 'tools/flip_server/http_interface.h',
2634 'tools/flip_server/loadtime_measurement.h', 2635 'tools/flip_server/loadtime_measurement.h',
2635 'tools/flip_server/mem_cache.h', 2636 'tools/flip_server/mem_cache.h',
2636 'tools/flip_server/mem_cache.cc', 2637 'tools/flip_server/mem_cache.cc',
2637 'tools/flip_server/output_ordering.cc', 2638 'tools/flip_server/output_ordering.cc',
2638 'tools/flip_server/output_ordering.h', 2639 'tools/flip_server/output_ordering.h',
2639 'tools/flip_server/ring_buffer.cc', 2640 'tools/flip_server/ring_buffer.cc',
2640 'tools/flip_server/ring_buffer.h', 2641 'tools/flip_server/ring_buffer.h',
2641 'tools/flip_server/simple_buffer.cc', 2642 'tools/flip_server/simple_buffer.cc',
2642 'tools/flip_server/simple_buffer.h', 2643 'tools/flip_server/simple_buffer.h',
2643 'tools/flip_server/sm_connection.cc', 2644 'tools/flip_server/sm_connection.cc',
2644 'tools/flip_server/sm_connection.h', 2645 'tools/flip_server/sm_connection.h',
2645 'tools/flip_server/sm_interface.h', 2646 'tools/flip_server/sm_interface.h',
2646 'tools/flip_server/spdy_ssl.cc', 2647 'tools/flip_server/spdy_ssl.cc',
2647 'tools/flip_server/spdy_ssl.h', 2648 'tools/flip_server/spdy_ssl.h',
2648 'tools/flip_server/spdy_interface.cc', 2649 'tools/flip_server/spdy_interface.cc',
2649 'tools/flip_server/spdy_interface.h', 2650 'tools/flip_server/spdy_interface.h',
2650 'tools/flip_server/spdy_util.cc', 2651 'tools/flip_server/spdy_util.cc',
2651 'tools/flip_server/spdy_util.h', 2652 'tools/flip_server/spdy_util.h',
2652 'tools/flip_server/streamer_interface.cc', 2653 'tools/flip_server/streamer_interface.cc',
2653 'tools/flip_server/streamer_interface.h', 2654 'tools/flip_server/streamer_interface.h',
2654 'tools/flip_server/string_piece_utils.h', 2655 'tools/flip_server/string_piece_utils.h',
2655 ], 2656 ],
2656 }, 2657 },
2657 { 2658 {
2659 'target_name': 'flip_in_mem_edsm_server',
2660 'type': 'executable',
2661 'cflags': [
2662 '-Wno-deprecated',
2663 ],
2664 'dependencies': [
2665 '../base/base.gyp:base',
2666 'flip_balsa_and_epoll_library',
2667 'flip_in_mem_edsm_server_library',
2668 'net',
2669 ],
2670 'sources': [
2671 'tools/flip_server/flip_in_mem_edsm_server.cc',
2672 ],
2673 },
2674 {
2658 'target_name': 'quic_library', 2675 'target_name': 'quic_library',
2659 'type': 'static_library', 2676 'type': 'static_library',
2660 'dependencies': [ 2677 'dependencies': [
2661 '../base/base.gyp:base', 2678 '../base/base.gyp:base',
2662 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 2679 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
2663 '../crypto/crypto.gyp:crypto', 2680 '../crypto/crypto.gyp:crypto',
2664 '../third_party/openssl/openssl.gyp:openssl', 2681 '../third_party/openssl/openssl.gyp:openssl',
2665 '../url/url.gyp:url_lib', 2682 '../url/url.gyp:url_lib',
2666 'flip_balsa_and_epoll_library', 2683 'flip_balsa_and_epoll_library',
2667 'net', 2684 'net',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 'net_unittests.isolate', 2903 'net_unittests.isolate',
2887 ], 2904 ],
2888 'sources': [ 2905 'sources': [
2889 'net_unittests.isolate', 2906 'net_unittests.isolate',
2890 ], 2907 ],
2891 }, 2908 },
2892 ], 2909 ],
2893 }], 2910 }],
2894 ], 2911 ],
2895 } 2912 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698