| 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'spdy/spdy_framer.cc', | 819 'spdy/spdy_framer.cc', |
| 820 'spdy/spdy_framer.h', | 820 'spdy/spdy_framer.h', |
| 821 'spdy/spdy_header_block.cc', | 821 'spdy/spdy_header_block.cc', |
| 822 'spdy/spdy_header_block.h', | 822 'spdy/spdy_header_block.h', |
| 823 'spdy/spdy_http_stream.cc', | 823 'spdy/spdy_http_stream.cc', |
| 824 'spdy/spdy_http_stream.h', | 824 'spdy/spdy_http_stream.h', |
| 825 'spdy/spdy_http_utils.cc', | 825 'spdy/spdy_http_utils.cc', |
| 826 'spdy/spdy_http_utils.h', | 826 'spdy/spdy_http_utils.h', |
| 827 'spdy/spdy_io_buffer.cc', | 827 'spdy/spdy_io_buffer.cc', |
| 828 'spdy/spdy_io_buffer.h', | 828 'spdy/spdy_io_buffer.h', |
| 829 'spdy/spdy_protocol.cc', |
| 829 'spdy/spdy_protocol.h', | 830 'spdy/spdy_protocol.h', |
| 830 'spdy/spdy_proxy_client_socket.cc', | 831 'spdy/spdy_proxy_client_socket.cc', |
| 831 'spdy/spdy_proxy_client_socket.h', | 832 'spdy/spdy_proxy_client_socket.h', |
| 832 'spdy/spdy_session.cc', | 833 'spdy/spdy_session.cc', |
| 833 'spdy/spdy_session.h', | 834 'spdy/spdy_session.h', |
| 834 'spdy/spdy_session_pool.cc', | 835 'spdy/spdy_session_pool.cc', |
| 835 'spdy/spdy_session_pool.h', | 836 'spdy/spdy_session_pool.h', |
| 836 'spdy/spdy_stream.cc', | 837 'spdy/spdy_stream.cc', |
| 837 'spdy/spdy_stream.h', | 838 'spdy/spdy_stream.h', |
| 838 'spdy/spdy_websocket_stream.cc', | 839 'spdy/spdy_websocket_stream.cc', |
| (...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2501 '--result', '<@(_outputs)', | 2502 '--result', '<@(_outputs)', |
| 2502 '--isolate', 'net_unittests.isolate', | 2503 '--isolate', 'net_unittests.isolate', |
| 2503 ], | 2504 ], |
| 2504 }, | 2505 }, |
| 2505 ], | 2506 ], |
| 2506 }, | 2507 }, |
| 2507 ], | 2508 ], |
| 2508 }], | 2509 }], |
| 2509 ], | 2510 ], |
| 2510 } | 2511 } |
| OLD | NEW |