OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1345 'url_request/url_request_job_unittest.cc', | 1345 'url_request/url_request_job_unittest.cc', |
1346 'url_request/url_request_throttler_simulation_unittest.cc', | 1346 'url_request/url_request_throttler_simulation_unittest.cc', |
1347 'url_request/url_request_throttler_test_support.cc', | 1347 'url_request/url_request_throttler_test_support.cc', |
1348 'url_request/url_request_throttler_test_support.h', | 1348 'url_request/url_request_throttler_test_support.h', |
1349 'url_request/url_request_throttler_unittest.cc', | 1349 'url_request/url_request_throttler_unittest.cc', |
1350 'url_request/url_request_unittest.cc', | 1350 'url_request/url_request_unittest.cc', |
1351 'url_request/view_cache_helper_unittest.cc', | 1351 'url_request/view_cache_helper_unittest.cc', |
1352 'websockets/websocket_frame_parser_unittest.cc', | 1352 'websockets/websocket_frame_parser_unittest.cc', |
1353 'websockets/websocket_frame_unittest.cc', | 1353 'websockets/websocket_frame_unittest.cc', |
1354 'websockets/websocket_handshake_handler_unittest.cc', | 1354 'websockets/websocket_handshake_handler_unittest.cc', |
| 1355 'websockets/websocket_handshake_handler_spdy2_unittest.cc', |
| 1356 'websockets/websocket_handshake_handler_spdy3_unittest.cc', |
1355 'websockets/websocket_job_spdy2_unittest.cc', | 1357 'websockets/websocket_job_spdy2_unittest.cc', |
1356 'websockets/websocket_job_spdy3_unittest.cc', | 1358 'websockets/websocket_job_spdy3_unittest.cc', |
1357 'websockets/websocket_net_log_params_unittest.cc', | 1359 'websockets/websocket_net_log_params_unittest.cc', |
1358 'websockets/websocket_throttle_unittest.cc', | 1360 'websockets/websocket_throttle_unittest.cc', |
1359 ], | 1361 ], |
1360 'conditions': [ | 1362 'conditions': [ |
1361 ['OS != "ios"', { | 1363 ['OS != "ios"', { |
1362 'dependencies': [ | 1364 'dependencies': [ |
1363 # TODO(ios): This is temporary; Move back to the main dependencies | 1365 # TODO(ios): This is temporary; Move back to the main dependencies |
1364 # section as crypto is brought up for iOS. | 1366 # section as crypto is brought up for iOS. |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2063 '--result', '<@(_outputs)', | 2065 '--result', '<@(_outputs)', |
2064 '--isolate', 'net_unittests.isolate', | 2066 '--isolate', 'net_unittests.isolate', |
2065 ], | 2067 ], |
2066 }, | 2068 }, |
2067 ], | 2069 ], |
2068 }, | 2070 }, |
2069 ], | 2071 ], |
2070 }], | 2072 }], |
2071 ], | 2073 ], |
2072 } | 2074 } |
OLD | NEW |