OLD | NEW |
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 'conditions': [ | 10 'conditions': [ |
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1544 'spdy/spdy_http_stream_spdy3_unittest.cc', | 1544 'spdy/spdy_http_stream_spdy3_unittest.cc', |
1545 'spdy/spdy_http_stream_spdy2_unittest.cc', | 1545 'spdy/spdy_http_stream_spdy2_unittest.cc', |
1546 'spdy/spdy_http_utils_unittest.cc', | 1546 'spdy/spdy_http_utils_unittest.cc', |
1547 'spdy/spdy_network_transaction_spdy3_unittest.cc', | 1547 'spdy/spdy_network_transaction_spdy3_unittest.cc', |
1548 'spdy/spdy_network_transaction_spdy2_unittest.cc', | 1548 'spdy/spdy_network_transaction_spdy2_unittest.cc', |
1549 'spdy/spdy_protocol_test.cc', | 1549 'spdy/spdy_protocol_test.cc', |
1550 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', | 1550 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', |
1551 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', | 1551 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', |
1552 'spdy/spdy_session_spdy3_unittest.cc', | 1552 'spdy/spdy_session_spdy3_unittest.cc', |
1553 'spdy/spdy_session_spdy2_unittest.cc', | 1553 'spdy/spdy_session_spdy2_unittest.cc', |
| 1554 'spdy/spdy_session_test_util.cc', |
| 1555 'spdy/spdy_session_test_util.h', |
1554 'spdy/spdy_stream_spdy3_unittest.cc', | 1556 'spdy/spdy_stream_spdy3_unittest.cc', |
1555 'spdy/spdy_stream_spdy2_unittest.cc', | 1557 'spdy/spdy_stream_spdy2_unittest.cc', |
1556 'spdy/spdy_stream_test_util.cc', | 1558 'spdy/spdy_stream_test_util.cc', |
1557 'spdy/spdy_stream_test_util.h', | 1559 'spdy/spdy_stream_test_util.h', |
1558 'spdy/spdy_test_util_spdy3.cc', | 1560 'spdy/spdy_test_util_spdy3.cc', |
1559 'spdy/spdy_test_util_spdy3.h', | 1561 'spdy/spdy_test_util_spdy3.h', |
1560 'spdy/spdy_test_util_spdy2.cc', | 1562 'spdy/spdy_test_util_spdy2.cc', |
1561 'spdy/spdy_test_util_spdy2.h', | 1563 'spdy/spdy_test_util_spdy2.h', |
1562 'spdy/spdy_websocket_stream_spdy2_unittest.cc', | 1564 'spdy/spdy_websocket_stream_spdy2_unittest.cc', |
1563 'spdy/spdy_websocket_stream_spdy3_unittest.cc', | 1565 'spdy/spdy_websocket_stream_spdy3_unittest.cc', |
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2449 '--result', '<@(_outputs)', | 2451 '--result', '<@(_outputs)', |
2450 '--isolate', 'net_unittests.isolate', | 2452 '--isolate', 'net_unittests.isolate', |
2451 ], | 2453 ], |
2452 }, | 2454 }, |
2453 ], | 2455 ], |
2454 }, | 2456 }, |
2455 ], | 2457 ], |
2456 }], | 2458 }], |
2457 ], | 2459 ], |
2458 } | 2460 } |
OLD | NEW |