| 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 'url_request/url_request_throttler_entry.cc', | 1062 'url_request/url_request_throttler_entry.cc', |
| 1063 'url_request/url_request_throttler_entry.h', | 1063 'url_request/url_request_throttler_entry.h', |
| 1064 'url_request/url_request_throttler_entry_interface.h', | 1064 'url_request/url_request_throttler_entry_interface.h', |
| 1065 'url_request/url_request_throttler_header_adapter.cc', | 1065 'url_request/url_request_throttler_header_adapter.cc', |
| 1066 'url_request/url_request_throttler_header_adapter.h', | 1066 'url_request/url_request_throttler_header_adapter.h', |
| 1067 'url_request/url_request_throttler_header_interface.h', | 1067 'url_request/url_request_throttler_header_interface.h', |
| 1068 'url_request/url_request_throttler_manager.cc', | 1068 'url_request/url_request_throttler_manager.cc', |
| 1069 'url_request/url_request_throttler_manager.h', | 1069 'url_request/url_request_throttler_manager.h', |
| 1070 'url_request/view_cache_helper.cc', | 1070 'url_request/view_cache_helper.cc', |
| 1071 'url_request/view_cache_helper.h', | 1071 'url_request/view_cache_helper.h', |
| 1072 'websockets/websocket_basic_stream.cc', |
| 1073 'websockets/websocket_basic_stream.h', |
| 1072 'websockets/websocket_errors.cc', | 1074 'websockets/websocket_errors.cc', |
| 1073 'websockets/websocket_errors.h', | 1075 'websockets/websocket_errors.h', |
| 1074 'websockets/websocket_frame.cc', | 1076 'websockets/websocket_frame.cc', |
| 1075 'websockets/websocket_frame.h', | 1077 'websockets/websocket_frame.h', |
| 1076 'websockets/websocket_frame_parser.cc', | 1078 'websockets/websocket_frame_parser.cc', |
| 1077 'websockets/websocket_frame_parser.h', | 1079 'websockets/websocket_frame_parser.h', |
| 1078 'websockets/websocket_handshake_handler.cc', | 1080 'websockets/websocket_handshake_handler.cc', |
| 1079 'websockets/websocket_handshake_handler.h', | 1081 'websockets/websocket_handshake_handler.h', |
| 1080 'websockets/websocket_job.cc', | 1082 'websockets/websocket_job.cc', |
| 1081 'websockets/websocket_job.h', | 1083 'websockets/websocket_job.h', |
| (...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2932 '--result', '<@(_outputs)', | 2934 '--result', '<@(_outputs)', |
| 2933 '--isolate', 'net_unittests.isolate', | 2935 '--isolate', 'net_unittests.isolate', |
| 2934 ], | 2936 ], |
| 2935 }, | 2937 }, |
| 2936 ], | 2938 ], |
| 2937 }, | 2939 }, |
| 2938 ], | 2940 ], |
| 2939 }], | 2941 }], |
| 2940 ], | 2942 ], |
| 2941 } | 2943 } |
| OLD | NEW |