Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: net/net.gyp

Issue 963163004: Move stress_cache to the tools directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/disk_cache/blockfile/stress_cache.cc ('k') | net/tools/stress_cache/stress_cache.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « net/disk_cache/blockfile/stress_cache.cc ('k') | net/tools/stress_cache/stress_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698