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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1463 }, | 1463 }, |
1464 { | 1464 { |
1465 'target_name': 'stress_cache', | 1465 'target_name': 'stress_cache', |
1466 'type': 'executable', | 1466 'type': 'executable', |
1467 'dependencies': [ | 1467 'dependencies': [ |
1468 '../base/base.gyp:base', | 1468 '../base/base.gyp:base', |
1469 'net', | 1469 'net', |
1470 'net_test_support', | 1470 'net_test_support', |
1471 ], | 1471 ], |
1472 'sources': [ | 1472 'sources': [ |
1473 'disk_cache/blockfile/stress_cache.cc', | 1473 'tools/stress_cache/stress_cache.cc', |
1474 ], | 1474 ], |
1475 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1475 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1476 'msvs_disabled_warnings': [4267, ], | 1476 'msvs_disabled_warnings': [4267, ], |
1477 }, | 1477 }, |
1478 { | 1478 { |
1479 'target_name': 'tld_cleanup', | 1479 'target_name': 'tld_cleanup', |
1480 'type': 'executable', | 1480 'type': 'executable', |
1481 'dependencies': [ | 1481 'dependencies': [ |
1482 '../base/base.gyp:base', | 1482 '../base/base.gyp:base', |
1483 '../base/base.gyp:base_i18n', | 1483 '../base/base.gyp:base_i18n', |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1863 '../build/isolate.gypi', | 1863 '../build/isolate.gypi', |
1864 ], | 1864 ], |
1865 'sources': [ | 1865 'sources': [ |
1866 'net_unittests.isolate', | 1866 'net_unittests.isolate', |
1867 ], | 1867 ], |
1868 }, | 1868 }, |
1869 ], | 1869 ], |
1870 }], | 1870 }], |
1871 ], | 1871 ], |
1872 } | 1872 } |
OLD | NEW |