| 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 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1669 'spdy/spdy_http_stream_spdy2_unittest.cc', | 1669 'spdy/spdy_http_stream_spdy2_unittest.cc', |
| 1670 'spdy/spdy_http_utils_unittest.cc', | 1670 'spdy/spdy_http_utils_unittest.cc', |
| 1671 'spdy/spdy_network_transaction_spdy3_unittest.cc', | 1671 'spdy/spdy_network_transaction_spdy3_unittest.cc', |
| 1672 'spdy/spdy_network_transaction_spdy2_unittest.cc', | 1672 'spdy/spdy_network_transaction_spdy2_unittest.cc', |
| 1673 'spdy/spdy_priority_forest_test.cc', | 1673 'spdy/spdy_priority_forest_test.cc', |
| 1674 'spdy/spdy_protocol_test.cc', | 1674 'spdy/spdy_protocol_test.cc', |
| 1675 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', | 1675 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', |
| 1676 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', | 1676 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', |
| 1677 'spdy/spdy_session_spdy3_unittest.cc', | 1677 'spdy/spdy_session_spdy3_unittest.cc', |
| 1678 'spdy/spdy_session_spdy2_unittest.cc', | 1678 'spdy/spdy_session_spdy2_unittest.cc', |
| 1679 'spdy/spdy_session_test_util.cc', |
| 1680 'spdy/spdy_session_test_util.h', |
| 1679 'spdy/spdy_stream_spdy3_unittest.cc', | 1681 'spdy/spdy_stream_spdy3_unittest.cc', |
| 1680 'spdy/spdy_stream_spdy2_unittest.cc', | 1682 'spdy/spdy_stream_spdy2_unittest.cc', |
| 1681 'spdy/spdy_stream_test_util.cc', | 1683 'spdy/spdy_stream_test_util.cc', |
| 1682 'spdy/spdy_stream_test_util.h', | 1684 'spdy/spdy_stream_test_util.h', |
| 1683 'spdy/spdy_test_util_common.cc', | 1685 'spdy/spdy_test_util_common.cc', |
| 1684 'spdy/spdy_test_util_common.h', | 1686 'spdy/spdy_test_util_common.h', |
| 1685 'spdy/spdy_test_util_spdy3.cc', | 1687 'spdy/spdy_test_util_spdy3.cc', |
| 1686 'spdy/spdy_test_util_spdy3.h', | 1688 'spdy/spdy_test_util_spdy3.h', |
| 1687 'spdy/spdy_test_util_spdy2.cc', | 1689 'spdy/spdy_test_util_spdy2.cc', |
| 1688 'spdy/spdy_test_util_spdy2.h', | 1690 'spdy/spdy_test_util_spdy2.h', |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2778 '--result', '<@(_outputs)', | 2780 '--result', '<@(_outputs)', |
| 2779 '--isolate', 'net_unittests.isolate', | 2781 '--isolate', 'net_unittests.isolate', |
| 2780 ], | 2782 ], |
| 2781 }, | 2783 }, |
| 2782 ], | 2784 ], |
| 2783 }, | 2785 }, |
| 2784 ], | 2786 ], |
| 2785 }], | 2787 }], |
| 2786 ], | 2788 ], |
| 2787 } | 2789 } |
| OLD | NEW |