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

Side by Side Diff: net/net.gyp

Issue 11532011: Renamed classes for consistency. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: test 2. Created 8 years 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/log_structured_store_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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'disk_cache/sparse_control.h', 383 'disk_cache/sparse_control.h',
384 'disk_cache/stats.cc', 384 'disk_cache/stats.cc',
385 'disk_cache/stats.h', 385 'disk_cache/stats.h',
386 'disk_cache/stats_histogram.cc', 386 'disk_cache/stats_histogram.cc',
387 'disk_cache/stats_histogram.h', 387 'disk_cache/stats_histogram.h',
388 'disk_cache/storage_block-inl.h', 388 'disk_cache/storage_block-inl.h',
389 'disk_cache/storage_block.h', 389 'disk_cache/storage_block.h',
390 'disk_cache/stress_support.h', 390 'disk_cache/stress_support.h',
391 'disk_cache/trace.cc', 391 'disk_cache/trace.cc',
392 'disk_cache/trace.h', 392 'disk_cache/trace.h',
393 'disk_cache/flash/cache_entry.cc',
394 'disk_cache/flash/cache_entry.h',
395 'disk_cache/flash/format.h', 393 'disk_cache/flash/format.h',
396 'disk_cache/flash/log_structured_store.cc', 394 'disk_cache/flash/log_store.cc',
397 'disk_cache/flash/log_structured_store.h', 395 'disk_cache/flash/log_store.h',
396 'disk_cache/flash/log_store_entry.cc',
397 'disk_cache/flash/log_store_entry.h',
398 'disk_cache/flash/segment.cc', 398 'disk_cache/flash/segment.cc',
399 'disk_cache/flash/segment.h', 399 'disk_cache/flash/segment.h',
400 'disk_cache/flash/storage.cc', 400 'disk_cache/flash/storage.cc',
401 'disk_cache/flash/storage.h', 401 'disk_cache/flash/storage.h',
402 'dns/address_sorter.h', 402 'dns/address_sorter.h',
403 'dns/address_sorter_posix.cc', 403 'dns/address_sorter_posix.cc',
404 'dns/address_sorter_posix.h', 404 'dns/address_sorter_posix.h',
405 'dns/address_sorter_win.cc', 405 'dns/address_sorter_win.cc',
406 'dns/dns_client.cc', 406 'dns/dns_client.cc',
407 'dns/dns_client.h', 407 'dns/dns_client.h',
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 'cookies/cookie_util_unittest.cc', 1341 'cookies/cookie_util_unittest.cc',
1342 'cookies/parsed_cookie_unittest.cc', 1342 'cookies/parsed_cookie_unittest.cc',
1343 'disk_cache/addr_unittest.cc', 1343 'disk_cache/addr_unittest.cc',
1344 'disk_cache/backend_unittest.cc', 1344 'disk_cache/backend_unittest.cc',
1345 'disk_cache/bitmap_unittest.cc', 1345 'disk_cache/bitmap_unittest.cc',
1346 'disk_cache/block_files_unittest.cc', 1346 'disk_cache/block_files_unittest.cc',
1347 'disk_cache/cache_util_unittest.cc', 1347 'disk_cache/cache_util_unittest.cc',
1348 'disk_cache/entry_unittest.cc', 1348 'disk_cache/entry_unittest.cc',
1349 'disk_cache/mapped_file_unittest.cc', 1349 'disk_cache/mapped_file_unittest.cc',
1350 'disk_cache/storage_block_unittest.cc', 1350 'disk_cache/storage_block_unittest.cc',
1351 'disk_cache/flash/cache_entry_unittest.cc', 1351 'disk_cache/flash/log_store_entry_unittest.cc',
1352 'disk_cache/flash/log_structured_store_unittest.cc', 1352 'disk_cache/flash/log_store_unittest.cc',
1353 'disk_cache/flash/segment_unittest.cc', 1353 'disk_cache/flash/segment_unittest.cc',
1354 'disk_cache/flash/storage_unittest.cc', 1354 'disk_cache/flash/storage_unittest.cc',
1355 'dns/address_sorter_posix_unittest.cc', 1355 'dns/address_sorter_posix_unittest.cc',
1356 'dns/address_sorter_unittest.cc', 1356 'dns/address_sorter_unittest.cc',
1357 'dns/dns_config_service_posix_unittest.cc', 1357 'dns/dns_config_service_posix_unittest.cc',
1358 'dns/dns_config_service_unittest.cc', 1358 'dns/dns_config_service_unittest.cc',
1359 'dns/dns_config_service_win_unittest.cc', 1359 'dns/dns_config_service_win_unittest.cc',
1360 'dns/dns_hosts_unittest.cc', 1360 'dns/dns_hosts_unittest.cc',
1361 'dns/dns_query_unittest.cc', 1361 'dns/dns_query_unittest.cc',
1362 'dns/dns_response_unittest.cc', 1362 'dns/dns_response_unittest.cc',
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 '--result', '<@(_outputs)', 2361 '--result', '<@(_outputs)',
2362 '--isolate', 'net_unittests.isolate', 2362 '--isolate', 'net_unittests.isolate',
2363 ], 2363 ],
2364 }, 2364 },
2365 ], 2365 ],
2366 }, 2366 },
2367 ], 2367 ],
2368 }], 2368 }],
2369 ], 2369 ],
2370 } 2370 }
OLDNEW
« no previous file with comments | « net/disk_cache/flash/log_structured_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698