| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 'spdy/spdy_framer_test.cc', | 1007 'spdy/spdy_framer_test.cc', |
| 1008 'spdy/spdy_http_stream_unittest.cc', | 1008 'spdy/spdy_http_stream_unittest.cc', |
| 1009 'spdy/spdy_network_transaction_unittest.cc', | 1009 'spdy/spdy_network_transaction_unittest.cc', |
| 1010 'spdy/spdy_protocol_test.cc', | 1010 'spdy/spdy_protocol_test.cc', |
| 1011 'spdy/spdy_proxy_client_socket_unittest.cc', | 1011 'spdy/spdy_proxy_client_socket_unittest.cc', |
| 1012 'spdy/spdy_session_unittest.cc', | 1012 'spdy/spdy_session_unittest.cc', |
| 1013 'spdy/spdy_stream_unittest.cc', | 1013 'spdy/spdy_stream_unittest.cc', |
| 1014 'spdy/spdy_test_util.cc', | 1014 'spdy/spdy_test_util.cc', |
| 1015 'spdy/spdy_test_util.h', | 1015 'spdy/spdy_test_util.h', |
| 1016 'spdy/spdy_websocket_stream_unittest.cc', | 1016 'spdy/spdy_websocket_stream_unittest.cc', |
| 1017 'spdy/spdy_websocket_test_util.cc', |
| 1018 'spdy/spdy_websocket_test_util.h', |
| 1017 'test/python_utils_unittest.cc', | 1019 'test/python_utils_unittest.cc', |
| 1018 'tools/dump_cache/url_to_filename_encoder.cc', | 1020 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1019 'tools/dump_cache/url_to_filename_encoder.h', | 1021 'tools/dump_cache/url_to_filename_encoder.h', |
| 1020 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 1022 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
| 1021 'tools/dump_cache/url_utilities.h', | 1023 'tools/dump_cache/url_utilities.h', |
| 1022 'tools/dump_cache/url_utilities.cc', | 1024 'tools/dump_cache/url_utilities.cc', |
| 1023 'tools/dump_cache/url_utilities_unittest.cc', | 1025 'tools/dump_cache/url_utilities_unittest.cc', |
| 1024 'udp/udp_socket_unittest.cc', | 1026 'udp/udp_socket_unittest.cc', |
| 1025 'url_request/url_request_job_factory_unittest.cc', | 1027 'url_request/url_request_job_factory_unittest.cc', |
| 1026 'url_request/url_request_throttler_simulation_unittest.cc', | 1028 'url_request/url_request_throttler_simulation_unittest.cc', |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 ], | 1478 ], |
| 1477 }], | 1479 }], |
| 1478 ], | 1480 ], |
| 1479 } | 1481 } |
| 1480 | 1482 |
| 1481 # Local Variables: | 1483 # Local Variables: |
| 1482 # tab-width:2 | 1484 # tab-width:2 |
| 1483 # indent-tabs-mode:nil | 1485 # indent-tabs-mode:nil |
| 1484 # End: | 1486 # End: |
| 1485 # vim: set expandtab tabstop=2 shiftwidth=2: | 1487 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |