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

Side by Side Diff: net/net.gyp

Issue 11269008: Cache backend for devices with flash storage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: test Created 8 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
« no previous file with comments | « net/disk_cache/flash/storage_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 (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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'disk_cache/sparse_control.h', 381 'disk_cache/sparse_control.h',
382 'disk_cache/stats.cc', 382 'disk_cache/stats.cc',
383 'disk_cache/stats.h', 383 'disk_cache/stats.h',
384 'disk_cache/stats_histogram.cc', 384 'disk_cache/stats_histogram.cc',
385 'disk_cache/stats_histogram.h', 385 'disk_cache/stats_histogram.h',
386 'disk_cache/storage_block-inl.h', 386 'disk_cache/storage_block-inl.h',
387 'disk_cache/storage_block.h', 387 'disk_cache/storage_block.h',
388 'disk_cache/stress_support.h', 388 'disk_cache/stress_support.h',
389 'disk_cache/trace.cc', 389 'disk_cache/trace.cc',
390 'disk_cache/trace.h', 390 'disk_cache/trace.h',
391 'disk_cache/flash/format.h',
392 'disk_cache/flash/segment.h',
393 'disk_cache/flash/segment.cc',
391 'disk_cache/flash/storage.h', 394 'disk_cache/flash/storage.h',
392 'disk_cache/flash/storage.cc', 395 'disk_cache/flash/storage.cc',
393 'dns/address_sorter.h', 396 'dns/address_sorter.h',
394 'dns/address_sorter_posix.cc', 397 'dns/address_sorter_posix.cc',
395 'dns/address_sorter_posix.h', 398 'dns/address_sorter_posix.h',
396 'dns/address_sorter_win.cc', 399 'dns/address_sorter_win.cc',
397 'dns/dns_client.cc', 400 'dns/dns_client.cc',
398 'dns/dns_client.h', 401 'dns/dns_client.h',
399 'dns/dns_config_service.cc', 402 'dns/dns_config_service.cc',
400 'dns/dns_config_service.h', 403 'dns/dns_config_service.h',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 'cookies/cookie_util_unittest.cc', 1282 'cookies/cookie_util_unittest.cc',
1280 'cookies/parsed_cookie_unittest.cc', 1283 'cookies/parsed_cookie_unittest.cc',
1281 'disk_cache/addr_unittest.cc', 1284 'disk_cache/addr_unittest.cc',
1282 'disk_cache/backend_unittest.cc', 1285 'disk_cache/backend_unittest.cc',
1283 'disk_cache/bitmap_unittest.cc', 1286 'disk_cache/bitmap_unittest.cc',
1284 'disk_cache/block_files_unittest.cc', 1287 'disk_cache/block_files_unittest.cc',
1285 'disk_cache/cache_util_unittest.cc', 1288 'disk_cache/cache_util_unittest.cc',
1286 'disk_cache/entry_unittest.cc', 1289 'disk_cache/entry_unittest.cc',
1287 'disk_cache/mapped_file_unittest.cc', 1290 'disk_cache/mapped_file_unittest.cc',
1288 'disk_cache/storage_block_unittest.cc', 1291 'disk_cache/storage_block_unittest.cc',
1292 'disk_cache/flash/segment_unittest.cc',
1289 'disk_cache/flash/storage_unittest.cc', 1293 'disk_cache/flash/storage_unittest.cc',
1290 'dns/address_sorter_posix_unittest.cc', 1294 'dns/address_sorter_posix_unittest.cc',
1291 'dns/address_sorter_unittest.cc', 1295 'dns/address_sorter_unittest.cc',
1292 'dns/dns_config_service_posix_unittest.cc', 1296 'dns/dns_config_service_posix_unittest.cc',
1293 'dns/dns_config_service_unittest.cc', 1297 'dns/dns_config_service_unittest.cc',
1294 'dns/dns_config_service_win_unittest.cc', 1298 'dns/dns_config_service_win_unittest.cc',
1295 'dns/dns_hosts_unittest.cc', 1299 'dns/dns_hosts_unittest.cc',
1296 'dns/dns_query_unittest.cc', 1300 'dns/dns_query_unittest.cc',
1297 'dns/dns_response_unittest.cc', 1301 'dns/dns_response_unittest.cc',
1298 'dns/dns_transaction_unittest.cc', 1302 'dns/dns_transaction_unittest.cc',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 'cookies/cookie_monster_store_test.cc', 1747 'cookies/cookie_monster_store_test.cc',
1744 'cookies/cookie_monster_store_test.h', 1748 'cookies/cookie_monster_store_test.h',
1745 'cookies/cookie_store_test_callbacks.cc', 1749 'cookies/cookie_store_test_callbacks.cc',
1746 'cookies/cookie_store_test_callbacks.h', 1750 'cookies/cookie_store_test_callbacks.h',
1747 'cookies/cookie_store_test_helpers.cc', 1751 'cookies/cookie_store_test_helpers.cc',
1748 'cookies/cookie_store_test_helpers.h', 1752 'cookies/cookie_store_test_helpers.h',
1749 'disk_cache/disk_cache_test_base.cc', 1753 'disk_cache/disk_cache_test_base.cc',
1750 'disk_cache/disk_cache_test_base.h', 1754 'disk_cache/disk_cache_test_base.h',
1751 'disk_cache/disk_cache_test_util.cc', 1755 'disk_cache/disk_cache_test_util.cc',
1752 'disk_cache/disk_cache_test_util.h', 1756 'disk_cache/disk_cache_test_util.h',
1757 'disk_cache/flash/flash_cache_test_base.h',
1758 'disk_cache/flash/flash_cache_test_base.cc',
1753 'dns/dns_test_util.cc', 1759 'dns/dns_test_util.cc',
1754 'dns/dns_test_util.h', 1760 'dns/dns_test_util.h',
1755 'proxy/mock_proxy_resolver.cc', 1761 'proxy/mock_proxy_resolver.cc',
1756 'proxy/mock_proxy_resolver.h', 1762 'proxy/mock_proxy_resolver.h',
1757 'proxy/mock_proxy_script_fetcher.cc', 1763 'proxy/mock_proxy_script_fetcher.cc',
1758 'proxy/mock_proxy_script_fetcher.h', 1764 'proxy/mock_proxy_script_fetcher.h',
1759 'proxy/proxy_config_service_common_unittest.cc', 1765 'proxy/proxy_config_service_common_unittest.cc',
1760 'proxy/proxy_config_service_common_unittest.h', 1766 'proxy/proxy_config_service_common_unittest.h',
1761 'socket/socket_test_util.cc', 1767 'socket/socket_test_util.cc',
1762 'socket/socket_test_util.h', 1768 'socket/socket_test_util.h',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2335 '--result', '<@(_outputs)', 2341 '--result', '<@(_outputs)',
2336 '--isolate', 'net_unittests.isolate', 2342 '--isolate', 'net_unittests.isolate',
2337 ], 2343 ],
2338 }, 2344 },
2339 ], 2345 ],
2340 }, 2346 },
2341 ], 2347 ],
2342 }], 2348 }],
2343 ], 2349 ],
2344 } 2350 }
OLDNEW
« no previous file with comments | « net/disk_cache/flash/storage_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698