| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 'socket/tcp_client_socket_pool_unittest.cc', | 749 'socket/tcp_client_socket_pool_unittest.cc', |
| 750 'socket/tcp_client_socket_unittest.cc', | 750 'socket/tcp_client_socket_unittest.cc', |
| 751 'socket/tcp_pinger_unittest.cc', | 751 'socket/tcp_pinger_unittest.cc', |
| 752 'socket_stream/socket_stream_metrics_unittest.cc', | 752 'socket_stream/socket_stream_metrics_unittest.cc', |
| 753 'socket_stream/socket_stream_unittest.cc', | 753 'socket_stream/socket_stream_unittest.cc', |
| 754 'spdy/spdy_framer_test.cc', | 754 'spdy/spdy_framer_test.cc', |
| 755 'spdy/spdy_http_stream_unittest.cc', | 755 'spdy/spdy_http_stream_unittest.cc', |
| 756 'spdy/spdy_network_transaction_unittest.cc', | 756 'spdy/spdy_network_transaction_unittest.cc', |
| 757 'spdy/spdy_protocol_test.cc', | 757 'spdy/spdy_protocol_test.cc', |
| 758 'spdy/spdy_session_unittest.cc', | 758 'spdy/spdy_session_unittest.cc', |
| 759 'spdy/spdy_test_util.cc', |
| 759 'spdy/spdy_test_util.h', | 760 'spdy/spdy_test_util.h', |
| 760 'tools/dump_cache/url_to_filename_encoder.cc', | 761 'tools/dump_cache/url_to_filename_encoder.cc', |
| 761 'tools/dump_cache/url_to_filename_encoder.h', | 762 'tools/dump_cache/url_to_filename_encoder.h', |
| 762 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 763 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
| 763 'url_request/url_request_unittest.cc', | 764 'url_request/url_request_unittest.cc', |
| 764 'url_request/url_request_unittest.h', | 765 'url_request/url_request_unittest.h', |
| 765 'url_request/view_cache_helper_unittest.cc', | 766 'url_request/view_cache_helper_unittest.cc', |
| 766 'websockets/websocket_frame_handler_unittest.cc', | 767 'websockets/websocket_frame_handler_unittest.cc', |
| 767 'websockets/websocket_handshake_draft75_unittest.cc', | 768 'websockets/websocket_handshake_draft75_unittest.cc', |
| 768 'websockets/websocket_handshake_handler_unittest.cc', | 769 'websockets/websocket_handshake_handler_unittest.cc', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1077 ], | 1078 ], |
| 1078 }], | 1079 }], |
| 1079 ], | 1080 ], |
| 1080 } | 1081 } |
| 1081 | 1082 |
| 1082 # Local Variables: | 1083 # Local Variables: |
| 1083 # tab-width:2 | 1084 # tab-width:2 |
| 1084 # indent-tabs-mode:nil | 1085 # indent-tabs-mode:nil |
| 1085 # End: | 1086 # End: |
| 1086 # vim: set expandtab tabstop=2 shiftwidth=2: | 1087 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |