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

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 | net/tools/flip_server/test/run_all_unittests.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 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 'tools/flip_server/constants.h', 2598 'tools/flip_server/constants.h',
2599 'tools/flip_server/epoll_server.cc', 2599 'tools/flip_server/epoll_server.cc',
2600 'tools/flip_server/epoll_server.h', 2600 'tools/flip_server/epoll_server.h',
2601 'tools/flip_server/http_message_constants.cc', 2601 'tools/flip_server/http_message_constants.cc',
2602 'tools/flip_server/http_message_constants.h', 2602 'tools/flip_server/http_message_constants.h',
2603 'tools/flip_server/split.h', 2603 'tools/flip_server/split.h',
2604 'tools/flip_server/split.cc', 2604 'tools/flip_server/split.cc',
2605 ], 2605 ],
2606 }, 2606 },
2607 { 2607 {
2608 'target_name': 'flip_in_mem_edsm_server', 2608 'target_name': 'flip_in_mem_edsm_server_library',
2609 'type': 'executable', 2609 'type': 'static_library',
2610 'cflags': [ 2610 'cflags': [
2611 '-Wno-deprecated', 2611 '-Wno-deprecated',
2612 ], 2612 ],
2613 'dependencies': [ 2613 'dependencies': [
2614 '../base/base.gyp:base', 2614 '../base/base.gyp:base',
2615 '../third_party/openssl/openssl.gyp:openssl', 2615 '../third_party/openssl/openssl.gyp:openssl',
2616 'flip_balsa_and_epoll_library',
2617 'net', 2616 'net',
2618 ], 2617 ],
2619 'sources': [ 2618 'sources': [
2620 'tools/dump_cache/url_to_filename_encoder.cc', 2619 'tools/dump_cache/url_to_filename_encoder.cc',
2621 'tools/dump_cache/url_to_filename_encoder.h', 2620 'tools/dump_cache/url_to_filename_encoder.h',
2622 'tools/dump_cache/url_utilities.h', 2621 'tools/dump_cache/url_utilities.h',
2623 'tools/dump_cache/url_utilities.cc', 2622 'tools/dump_cache/url_utilities.cc',
2624 'tools/flip_server/acceptor_thread.h', 2623 'tools/flip_server/acceptor_thread.h',
2625 'tools/flip_server/acceptor_thread.cc', 2624 'tools/flip_server/acceptor_thread.cc',
2626 'tools/flip_server/buffer_interface.h', 2625 'tools/flip_server/buffer_interface.h',
2627 'tools/flip_server/create_listener.cc', 2626 'tools/flip_server/create_listener.cc',
2628 'tools/flip_server/create_listener.h', 2627 'tools/flip_server/create_listener.h',
2629 'tools/flip_server/flip_config.cc', 2628 'tools/flip_server/flip_config.cc',
2630 'tools/flip_server/flip_config.h', 2629 'tools/flip_server/flip_config.h',
2631 'tools/flip_server/flip_in_mem_edsm_server.cc',
2632 'tools/flip_server/http_interface.cc', 2630 'tools/flip_server/http_interface.cc',
2633 'tools/flip_server/http_interface.h', 2631 'tools/flip_server/http_interface.h',
2634 'tools/flip_server/loadtime_measurement.h', 2632 'tools/flip_server/loadtime_measurement.h',
2635 'tools/flip_server/mem_cache.h', 2633 'tools/flip_server/mem_cache.h',
2636 'tools/flip_server/mem_cache.cc', 2634 'tools/flip_server/mem_cache.cc',
2637 'tools/flip_server/output_ordering.cc', 2635 'tools/flip_server/output_ordering.cc',
2638 'tools/flip_server/output_ordering.h', 2636 'tools/flip_server/output_ordering.h',
2639 'tools/flip_server/ring_buffer.cc', 2637 'tools/flip_server/ring_buffer.cc',
2640 'tools/flip_server/ring_buffer.h', 2638 'tools/flip_server/ring_buffer.h',
2641 'tools/flip_server/simple_buffer.cc', 2639 'tools/flip_server/simple_buffer.cc',
2642 'tools/flip_server/simple_buffer.h', 2640 'tools/flip_server/simple_buffer.h',
2643 'tools/flip_server/sm_connection.cc', 2641 'tools/flip_server/sm_connection.cc',
2644 'tools/flip_server/sm_connection.h', 2642 'tools/flip_server/sm_connection.h',
2645 'tools/flip_server/sm_interface.h', 2643 'tools/flip_server/sm_interface.h',
2646 'tools/flip_server/spdy_ssl.cc', 2644 'tools/flip_server/spdy_ssl.cc',
2647 'tools/flip_server/spdy_ssl.h', 2645 'tools/flip_server/spdy_ssl.h',
2648 'tools/flip_server/spdy_interface.cc', 2646 'tools/flip_server/spdy_interface.cc',
2649 'tools/flip_server/spdy_interface.h', 2647 'tools/flip_server/spdy_interface.h',
2650 'tools/flip_server/spdy_util.cc', 2648 'tools/flip_server/spdy_util.cc',
2651 'tools/flip_server/spdy_util.h', 2649 'tools/flip_server/spdy_util.h',
2652 'tools/flip_server/streamer_interface.cc', 2650 'tools/flip_server/streamer_interface.cc',
2653 'tools/flip_server/streamer_interface.h', 2651 'tools/flip_server/streamer_interface.h',
2654 'tools/flip_server/string_piece_utils.h', 2652 'tools/flip_server/string_piece_utils.h',
2655 ], 2653 ],
2656 }, 2654 },
2657 { 2655 {
2656 'target_name': 'flip_in_mem_edsm_server',
2657 'type': 'executable',
2658 'cflags': [
2659 '-Wno-deprecated',
2660 ],
2661 'dependencies': [
2662 '../base/base.gyp:base',
2663 '../third_party/openssl/openssl.gyp:openssl',
2664 'flip_balsa_and_epoll_library',
2665 'flip_in_mem_edsm_server_library',
2666 'net',
2667 ],
2668 'sources': [
2669 'tools/flip_server/flip_in_mem_edsm_server.cc',
2670 ],
2671 },
2672 {
2673 'target_name': 'flip_in_mem_edsm_server_unittests',
Ryan Hamilton 2013/08/02 23:30:48 Instead of a new target, how 'bout putting it in n
yhirano 2013/08/05 02:05:23 Done.
2674 'type': '<(gtest_target_type)',
2675 'dependencies': [
2676 '../testing/gtest.gyp:gtest',
2677 '../testing/gmock.gyp:gmock',
2678 '../third_party/openssl/openssl.gyp:openssl',
2679 'flip_in_mem_edsm_server_library',
2680 'flip_balsa_and_epoll_library',
2681 'net',
2682 'net_test_support',
2683 ],
2684 'cflags': [
2685 '-Wno-deprecated',
2686 ],
2687 'sources': [
2688 'tools/flip_server/test/run_all_unittests.cc',
2689 ],
2690 },
2691 {
2658 'target_name': 'quic_library', 2692 'target_name': 'quic_library',
2659 'type': 'static_library', 2693 'type': 'static_library',
2660 'dependencies': [ 2694 'dependencies': [
2661 '../base/base.gyp:base', 2695 '../base/base.gyp:base',
2662 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 2696 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
2663 '../crypto/crypto.gyp:crypto', 2697 '../crypto/crypto.gyp:crypto',
2664 '../third_party/openssl/openssl.gyp:openssl', 2698 '../third_party/openssl/openssl.gyp:openssl',
2665 '../url/url.gyp:url_lib', 2699 '../url/url.gyp:url_lib',
2666 'flip_balsa_and_epoll_library', 2700 'flip_balsa_and_epoll_library',
2667 'net', 2701 'net',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 'net_unittests.isolate', 2920 'net_unittests.isolate',
2887 ], 2921 ],
2888 'sources': [ 2922 'sources': [
2889 'net_unittests.isolate', 2923 'net_unittests.isolate',
2890 ], 2924 ],
2891 }, 2925 },
2892 ], 2926 ],
2893 }], 2927 }],
2894 ], 2928 ],
2895 } 2929 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/flip_server/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698