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

Side by Side Diff: net/net.gypi

Issue 980003002: Disk cache: Re-initialize stats counters if they are zero on-disk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo 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/stats_unittest.cc ('k') | 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 'cookies/cookie_store_unittest.h', 1328 'cookies/cookie_store_unittest.h',
1329 'cookies/cookie_util_unittest.cc', 1329 'cookies/cookie_util_unittest.cc',
1330 'cookies/parsed_cookie_unittest.cc', 1330 'cookies/parsed_cookie_unittest.cc',
1331 'disk_cache/backend_unittest.cc', 1331 'disk_cache/backend_unittest.cc',
1332 'disk_cache/blockfile/addr_unittest.cc', 1332 'disk_cache/blockfile/addr_unittest.cc',
1333 'disk_cache/blockfile/bitmap_unittest.cc', 1333 'disk_cache/blockfile/bitmap_unittest.cc',
1334 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', 1334 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc',
1335 'disk_cache/blockfile/block_files_unittest.cc', 1335 'disk_cache/blockfile/block_files_unittest.cc',
1336 'disk_cache/blockfile/index_table_v3_unittest.cc', 1336 'disk_cache/blockfile/index_table_v3_unittest.cc',
1337 'disk_cache/blockfile/mapped_file_unittest.cc', 1337 'disk_cache/blockfile/mapped_file_unittest.cc',
1338 'disk_cache/blockfile/stats_unittest.cc',
1338 'disk_cache/blockfile/storage_block_unittest.cc', 1339 'disk_cache/blockfile/storage_block_unittest.cc',
1339 'disk_cache/cache_util_unittest.cc', 1340 'disk_cache/cache_util_unittest.cc',
1340 'disk_cache/entry_unittest.cc', 1341 'disk_cache/entry_unittest.cc',
1341 'disk_cache/simple/simple_index_file_unittest.cc', 1342 'disk_cache/simple/simple_index_file_unittest.cc',
1342 'disk_cache/simple/simple_index_unittest.cc', 1343 'disk_cache/simple/simple_index_unittest.cc',
1343 'disk_cache/simple/simple_test_util.cc', 1344 'disk_cache/simple/simple_test_util.cc',
1344 'disk_cache/simple/simple_test_util.h', 1345 'disk_cache/simple/simple_test_util.h',
1345 'disk_cache/simple/simple_util_unittest.cc', 1346 'disk_cache/simple/simple_util_unittest.cc',
1346 'disk_cache/simple/simple_version_upgrade_unittest.cc', 1347 'disk_cache/simple/simple_version_upgrade_unittest.cc',
1347 'dns/address_sorter_posix_unittest.cc', 1348 'dns/address_sorter_posix_unittest.cc',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'base/mac/url_conversions_unittest.mm', 1775 'base/mac/url_conversions_unittest.mm',
1775 ], 1776 ],
1776 'net_docs_script': 'tools/net_docs/net_docs.py', 1777 'net_docs_script': 'tools/net_docs/net_docs.py',
1777 'net_docs_sources': [ 1778 'net_docs_sources': [
1778 'README.md', 1779 'README.md',
1779 'sdch/README.md', 1780 'sdch/README.md',
1780 ], 1781 ],
1781 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1782 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1782 } 1783 }
1783 } 1784 }
OLDNEW
« no previous file with comments | « net/disk_cache/blockfile/stats_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698