OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'socket/tcp_client_socket_pool_unittest.cc', | 711 'socket/tcp_client_socket_pool_unittest.cc', |
712 'socket/tcp_client_socket_unittest.cc', | 712 'socket/tcp_client_socket_unittest.cc', |
713 'socket/tcp_pinger_unittest.cc', | 713 'socket/tcp_pinger_unittest.cc', |
714 'socket_stream/socket_stream_metrics_unittest.cc', | 714 'socket_stream/socket_stream_metrics_unittest.cc', |
715 'socket_stream/socket_stream_unittest.cc', | 715 'socket_stream/socket_stream_unittest.cc', |
716 'spdy/spdy_framer_test.cc', | 716 'spdy/spdy_framer_test.cc', |
717 'spdy/spdy_network_transaction_unittest.cc', | 717 'spdy/spdy_network_transaction_unittest.cc', |
718 'spdy/spdy_protocol_test.cc', | 718 'spdy/spdy_protocol_test.cc', |
719 'spdy/spdy_session_unittest.cc', | 719 'spdy/spdy_session_unittest.cc', |
720 'spdy/spdy_stream_unittest.cc', | 720 'spdy/spdy_stream_unittest.cc', |
| 721 'spdy/spdy_test_util.h', |
721 'url_request/url_request_unittest.cc', | 722 'url_request/url_request_unittest.cc', |
722 'url_request/url_request_unittest.h', | 723 'url_request/url_request_unittest.h', |
723 'websockets/websocket_handshake_draft75_unittest.cc', | 724 'websockets/websocket_handshake_draft75_unittest.cc', |
724 'websockets/websocket_handshake_unittest.cc', | 725 'websockets/websocket_handshake_unittest.cc', |
725 'websockets/websocket_job_unittest.cc', | 726 'websockets/websocket_job_unittest.cc', |
726 'websockets/websocket_throttle_unittest.cc', | 727 'websockets/websocket_throttle_unittest.cc', |
727 'websockets/websocket_unittest.cc', | 728 'websockets/websocket_unittest.cc', |
728 ], | 729 ], |
729 'conditions': [ | 730 'conditions': [ |
730 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 731 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 ], | 1022 ], |
1022 }], | 1023 }], |
1023 ], | 1024 ], |
1024 } | 1025 } |
1025 | 1026 |
1026 # Local Variables: | 1027 # Local Variables: |
1027 # tab-width:2 | 1028 # tab-width:2 |
1028 # indent-tabs-mode:nil | 1029 # indent-tabs-mode:nil |
1029 # End: | 1030 # End: |
1030 # vim: set expandtab tabstop=2 shiftwidth=2: | 1031 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |