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

Side by Side Diff: net/net.gyp

Issue 11787007: Race Create vs SendRequest on cache misses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lose a race Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « net/http/http_cache.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 'conditions': [ 10 'conditions': [
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'disk_cache/mapped_file_avoid_mmap_posix.cc', 378 'disk_cache/mapped_file_avoid_mmap_posix.cc',
379 'disk_cache/mapped_file_win.cc', 379 'disk_cache/mapped_file_win.cc',
380 'disk_cache/mem_backend_impl.cc', 380 'disk_cache/mem_backend_impl.cc',
381 'disk_cache/mem_backend_impl.h', 381 'disk_cache/mem_backend_impl.h',
382 'disk_cache/mem_entry_impl.cc', 382 'disk_cache/mem_entry_impl.cc',
383 'disk_cache/mem_entry_impl.h', 383 'disk_cache/mem_entry_impl.h',
384 'disk_cache/mem_rankings.cc', 384 'disk_cache/mem_rankings.cc',
385 'disk_cache/mem_rankings.h', 385 'disk_cache/mem_rankings.h',
386 'disk_cache/net_log_parameters.cc', 386 'disk_cache/net_log_parameters.cc',
387 'disk_cache/net_log_parameters.h', 387 'disk_cache/net_log_parameters.h',
388 'disk_cache/pending_create_entry.cc',
389 'disk_cache/pending_create_entry.h',
388 'disk_cache/rankings.cc', 390 'disk_cache/rankings.cc',
389 'disk_cache/rankings.h', 391 'disk_cache/rankings.h',
390 'disk_cache/sparse_control.cc', 392 'disk_cache/sparse_control.cc',
391 'disk_cache/sparse_control.h', 393 'disk_cache/sparse_control.h',
392 'disk_cache/stats.cc', 394 'disk_cache/stats.cc',
393 'disk_cache/stats.h', 395 'disk_cache/stats.h',
394 'disk_cache/stats_histogram.cc', 396 'disk_cache/stats_histogram.cc',
395 'disk_cache/stats_histogram.h', 397 'disk_cache/stats_histogram.h',
396 'disk_cache/storage_block-inl.h', 398 'disk_cache/storage_block-inl.h',
397 'disk_cache/storage_block.h', 399 'disk_cache/storage_block.h',
(...skipping 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 '--result', '<@(_outputs)', 2441 '--result', '<@(_outputs)',
2440 '--isolate', 'net_unittests.isolate', 2442 '--isolate', 'net_unittests.isolate',
2441 ], 2443 ],
2442 }, 2444 },
2443 ], 2445 ],
2444 }, 2446 },
2445 ], 2447 ],
2446 }], 2448 }],
2447 ], 2449 ],
2448 } 2450 }
OLDNEW
« no previous file with comments | « net/http/http_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698