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

Side by Side Diff: net/net.gyp

Issue 14265009: FlashCache refactorings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More refactorings. Created 7 years, 8 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/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 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 'cookies/cookie_util_unittest.cc', 1457 'cookies/cookie_util_unittest.cc',
1458 'cookies/parsed_cookie_unittest.cc', 1458 'cookies/parsed_cookie_unittest.cc',
1459 'disk_cache/addr_unittest.cc', 1459 'disk_cache/addr_unittest.cc',
1460 'disk_cache/backend_unittest.cc', 1460 'disk_cache/backend_unittest.cc',
1461 'disk_cache/bitmap_unittest.cc', 1461 'disk_cache/bitmap_unittest.cc',
1462 'disk_cache/block_files_unittest.cc', 1462 'disk_cache/block_files_unittest.cc',
1463 'disk_cache/cache_util_unittest.cc', 1463 'disk_cache/cache_util_unittest.cc',
1464 'disk_cache/entry_unittest.cc', 1464 'disk_cache/entry_unittest.cc',
1465 'disk_cache/mapped_file_unittest.cc', 1465 'disk_cache/mapped_file_unittest.cc',
1466 'disk_cache/storage_block_unittest.cc', 1466 'disk_cache/storage_block_unittest.cc',
1467 'disk_cache/flash/flash_entry_unittest.cc',
1468 'disk_cache/flash/log_store_entry_unittest.cc', 1467 'disk_cache/flash/log_store_entry_unittest.cc',
1469 'disk_cache/flash/log_store_unittest.cc', 1468 'disk_cache/flash/log_store_unittest.cc',
1470 'disk_cache/flash/segment_unittest.cc', 1469 'disk_cache/flash/segment_unittest.cc',
1471 'disk_cache/flash/storage_unittest.cc', 1470 'disk_cache/flash/storage_unittest.cc',
1472 'dns/address_sorter_posix_unittest.cc', 1471 'dns/address_sorter_posix_unittest.cc',
1473 'dns/address_sorter_unittest.cc', 1472 'dns/address_sorter_unittest.cc',
1474 'dns/dns_config_service_posix_unittest.cc', 1473 'dns/dns_config_service_posix_unittest.cc',
1475 'dns/dns_config_service_unittest.cc', 1474 'dns/dns_config_service_unittest.cc',
1476 'dns/dns_config_service_win_unittest.cc', 1475 'dns/dns_config_service_win_unittest.cc',
1477 'dns/dns_hosts_unittest.cc', 1476 'dns/dns_hosts_unittest.cc',
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 '--result', '<@(_outputs)', 2785 '--result', '<@(_outputs)',
2787 '--isolate', 'net_unittests.isolate', 2786 '--isolate', 'net_unittests.isolate',
2788 ], 2787 ],
2789 }, 2788 },
2790 ], 2789 ],
2791 }, 2790 },
2792 ], 2791 ],
2793 }], 2792 }],
2794 ], 2793 ],
2795 } 2794 }
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