| 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 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 'net_unittests.isolate', | 1378 'net_unittests.isolate', |
| 1379 '<@(isolate_dependency_tracked)', | 1379 '<@(isolate_dependency_tracked)', |
| 1380 ], | 1380 ], |
| 1381 'outputs': [ | 1381 'outputs': [ |
| 1382 '<(PRODUCT_DIR)/net_unittests.results', | 1382 '<(PRODUCT_DIR)/net_unittests.results', |
| 1383 ], | 1383 ], |
| 1384 'action': [ | 1384 'action': [ |
| 1385 'python', | 1385 'python', |
| 1386 '../tools/isolate/isolate.py', | 1386 '../tools/isolate/isolate.py', |
| 1387 '--mode', '<(tests_run)', | 1387 '--mode', '<(tests_run)', |
| 1388 '--variable', 'PRODUCT_DIR=<(PRODUCT_DIR)', | 1388 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
| 1389 '--variable', 'OS=<(OS)', | 1389 '--variable', 'OS', '<(OS)', |
| 1390 '--result', '<@(_outputs)', | 1390 '--result', '<@(_outputs)', |
| 1391 'net_unittests.isolate', | 1391 'net_unittests.isolate', |
| 1392 ], | 1392 ], |
| 1393 }, | 1393 }, |
| 1394 ], | 1394 ], |
| 1395 }, | 1395 }, |
| 1396 { | 1396 { |
| 1397 'target_name': 'net_perftests', | 1397 'target_name': 'net_perftests', |
| 1398 'type': 'executable', | 1398 'type': 'executable', |
| 1399 'dependencies': [ | 1399 'dependencies': [ |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1845 'tools/dump_cache/url_to_filename_encoder.cc', | 1845 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1846 'tools/dump_cache/url_to_filename_encoder.h', | 1846 'tools/dump_cache/url_to_filename_encoder.h', |
| 1847 'tools/dump_cache/url_utilities.h', | 1847 'tools/dump_cache/url_utilities.h', |
| 1848 'tools/dump_cache/url_utilities.cc', | 1848 'tools/dump_cache/url_utilities.cc', |
| 1849 ], | 1849 ], |
| 1850 }, | 1850 }, |
| 1851 ], | 1851 ], |
| 1852 }], | 1852 }], |
| 1853 ], | 1853 ], |
| 1854 } | 1854 } |
| OLD | NEW |