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

Side by Side Diff: net/net.gyp

Issue 8437011: Disk cache: Add stress_support.h to net.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'disk_cache/rankings.cc', 301 'disk_cache/rankings.cc',
302 'disk_cache/rankings.h', 302 'disk_cache/rankings.h',
303 'disk_cache/sparse_control.cc', 303 'disk_cache/sparse_control.cc',
304 'disk_cache/sparse_control.h', 304 'disk_cache/sparse_control.h',
305 'disk_cache/stats.cc', 305 'disk_cache/stats.cc',
306 'disk_cache/stats.h', 306 'disk_cache/stats.h',
307 'disk_cache/stats_histogram.cc', 307 'disk_cache/stats_histogram.cc',
308 'disk_cache/stats_histogram.h', 308 'disk_cache/stats_histogram.h',
309 'disk_cache/storage_block-inl.h', 309 'disk_cache/storage_block-inl.h',
310 'disk_cache/storage_block.h', 310 'disk_cache/storage_block.h',
311 'disk_cache/stress_support.h',
311 'disk_cache/trace.cc', 312 'disk_cache/trace.cc',
312 'disk_cache/trace.h', 313 'disk_cache/trace.h',
313 'dns/async_host_resolver.cc', 314 'dns/async_host_resolver.cc',
314 'dns/async_host_resolver.h', 315 'dns/async_host_resolver.h',
315 'dns/dns_config_service.cc', 316 'dns/dns_config_service.cc',
316 'dns/dns_config_service.h', 317 'dns/dns_config_service.h',
317 'dns/dns_config_service_posix.cc', 318 'dns/dns_config_service_posix.cc',
318 'dns/dns_config_service_posix.h', 319 'dns/dns_config_service_posix.h',
319 'dns/dns_config_service_win.cc', 320 'dns/dns_config_service_win.cc',
320 'dns/dns_config_service_win.h', 321 'dns/dns_config_service_win.h',
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1624 'tools/dump_cache/url_to_filename_encoder.cc', 1625 'tools/dump_cache/url_to_filename_encoder.cc',
1625 'tools/dump_cache/url_to_filename_encoder.h', 1626 'tools/dump_cache/url_to_filename_encoder.h',
1626 'tools/dump_cache/url_utilities.h', 1627 'tools/dump_cache/url_utilities.h',
1627 'tools/dump_cache/url_utilities.cc', 1628 'tools/dump_cache/url_utilities.cc',
1628 ], 1629 ],
1629 }, 1630 },
1630 ], 1631 ],
1631 }], 1632 }],
1632 ], 1633 ],
1633 } 1634 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698