| 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 'spdy/spdy_http_stream_unittest.cc', | 782 'spdy/spdy_http_stream_unittest.cc', |
| 783 'spdy/spdy_network_transaction_unittest.cc', | 783 'spdy/spdy_network_transaction_unittest.cc', |
| 784 'spdy/spdy_protocol_test.cc', | 784 'spdy/spdy_protocol_test.cc', |
| 785 'spdy/spdy_session_unittest.cc', | 785 'spdy/spdy_session_unittest.cc', |
| 786 'spdy/spdy_stream_unittest.cc', | 786 'spdy/spdy_stream_unittest.cc', |
| 787 'spdy/spdy_test_util.cc', | 787 'spdy/spdy_test_util.cc', |
| 788 'spdy/spdy_test_util.h', | 788 'spdy/spdy_test_util.h', |
| 789 'tools/dump_cache/url_to_filename_encoder.cc', | 789 'tools/dump_cache/url_to_filename_encoder.cc', |
| 790 'tools/dump_cache/url_to_filename_encoder.h', | 790 'tools/dump_cache/url_to_filename_encoder.h', |
| 791 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 791 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
| 792 'url_request/url_request_job_tracker_unittest.cc', |
| 792 'url_request/url_request_unittest.cc', | 793 'url_request/url_request_unittest.cc', |
| 793 'url_request/url_request_unittest.h', | 794 'url_request/url_request_unittest.h', |
| 794 'url_request/view_cache_helper_unittest.cc', | 795 'url_request/view_cache_helper_unittest.cc', |
| 795 'websockets/websocket_frame_handler_unittest.cc', | 796 'websockets/websocket_frame_handler_unittest.cc', |
| 796 'websockets/websocket_handshake_draft75_unittest.cc', | 797 'websockets/websocket_handshake_draft75_unittest.cc', |
| 797 'websockets/websocket_handshake_handler_unittest.cc', | 798 'websockets/websocket_handshake_handler_unittest.cc', |
| 798 'websockets/websocket_handshake_unittest.cc', | 799 'websockets/websocket_handshake_unittest.cc', |
| 799 'websockets/websocket_job_unittest.cc', | 800 'websockets/websocket_job_unittest.cc', |
| 800 'websockets/websocket_throttle_unittest.cc', | 801 'websockets/websocket_throttle_unittest.cc', |
| 801 'websockets/websocket_unittest.cc', | 802 'websockets/websocket_unittest.cc', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 ], | 1137 ], |
| 1137 }], | 1138 }], |
| 1138 ], | 1139 ], |
| 1139 } | 1140 } |
| 1140 | 1141 |
| 1141 # Local Variables: | 1142 # Local Variables: |
| 1142 # tab-width:2 | 1143 # tab-width:2 |
| 1143 # indent-tabs-mode:nil | 1144 # indent-tabs-mode:nil |
| 1144 # End: | 1145 # End: |
| 1145 # vim: set expandtab tabstop=2 shiftwidth=2: | 1146 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |