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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1347 'url_request/url_request_job_unittest.cc', | 1347 'url_request/url_request_job_unittest.cc', |
1348 'url_request/url_request_throttler_simulation_unittest.cc', | 1348 'url_request/url_request_throttler_simulation_unittest.cc', |
1349 'url_request/url_request_throttler_test_support.cc', | 1349 'url_request/url_request_throttler_test_support.cc', |
1350 'url_request/url_request_throttler_test_support.h', | 1350 'url_request/url_request_throttler_test_support.h', |
1351 'url_request/url_request_throttler_unittest.cc', | 1351 'url_request/url_request_throttler_unittest.cc', |
1352 'url_request/url_request_unittest.cc', | 1352 'url_request/url_request_unittest.cc', |
1353 'url_request/view_cache_helper_unittest.cc', | 1353 'url_request/view_cache_helper_unittest.cc', |
1354 'websockets/websocket_frame_parser_unittest.cc', | 1354 'websockets/websocket_frame_parser_unittest.cc', |
1355 'websockets/websocket_frame_unittest.cc', | 1355 'websockets/websocket_frame_unittest.cc', |
1356 'websockets/websocket_handshake_handler_unittest.cc', | 1356 'websockets/websocket_handshake_handler_unittest.cc', |
| 1357 'websockets/websocket_handshake_handler_spdy2_unittest.cc', |
| 1358 'websockets/websocket_handshake_handler_spdy3_unittest.cc', |
1357 'websockets/websocket_job_spdy2_unittest.cc', | 1359 'websockets/websocket_job_spdy2_unittest.cc', |
1358 'websockets/websocket_job_spdy3_unittest.cc', | 1360 'websockets/websocket_job_spdy3_unittest.cc', |
1359 'websockets/websocket_net_log_params_unittest.cc', | 1361 'websockets/websocket_net_log_params_unittest.cc', |
1360 'websockets/websocket_throttle_unittest.cc', | 1362 'websockets/websocket_throttle_unittest.cc', |
1361 ], | 1363 ], |
1362 'conditions': [ | 1364 'conditions': [ |
1363 ['OS != "ios"', { | 1365 ['OS != "ios"', { |
1364 'dependencies': [ | 1366 'dependencies': [ |
1365 # TODO(ios): This is temporary; Move back to the main dependencies | 1367 # TODO(ios): This is temporary; Move back to the main dependencies |
1366 # section as crypto is brought up for iOS. | 1368 # section as crypto is brought up for iOS. |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2071 '--result', '<@(_outputs)', | 2073 '--result', '<@(_outputs)', |
2072 '--isolate', 'net_unittests.isolate', | 2074 '--isolate', 'net_unittests.isolate', |
2073 ], | 2075 ], |
2074 }, | 2076 }, |
2075 ], | 2077 ], |
2076 }, | 2078 }, |
2077 ], | 2079 ], |
2078 }], | 2080 }], |
2079 ], | 2081 ], |
2080 } | 2082 } |
OLD | NEW |