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

Side by Side Diff: net/net.gyp

Issue 103533012: Disk Cache: Use the old WorkerPool for Async IO on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« net/disk_cache/file_win.cc ('K') | « net/disk_cache/file_win.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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'disk_cache/disk_format_base.h', 373 'disk_cache/disk_format_base.h',
374 'disk_cache/entry_impl.cc', 374 'disk_cache/entry_impl.cc',
375 'disk_cache/entry_impl.h', 375 'disk_cache/entry_impl.h',
376 'disk_cache/errors.h', 376 'disk_cache/errors.h',
377 'disk_cache/eviction.cc', 377 'disk_cache/eviction.cc',
378 'disk_cache/eviction.h', 378 'disk_cache/eviction.h',
379 'disk_cache/experiments.h', 379 'disk_cache/experiments.h',
380 'disk_cache/file.cc', 380 'disk_cache/file.cc',
381 'disk_cache/file.h', 381 'disk_cache/file.h',
382 'disk_cache/file_block.h', 382 'disk_cache/file_block.h',
383 'disk_cache/file_ios.cc',
383 'disk_cache/file_lock.cc', 384 'disk_cache/file_lock.cc',
384 'disk_cache/file_lock.h', 385 'disk_cache/file_lock.h',
385 'disk_cache/file_posix.cc', 386 'disk_cache/file_posix.cc',
386 'disk_cache/file_win.cc', 387 'disk_cache/file_win.cc',
387 'disk_cache/histogram_macros.h', 388 'disk_cache/histogram_macros.h',
388 'disk_cache/in_flight_backend_io.cc', 389 'disk_cache/in_flight_backend_io.cc',
389 'disk_cache/in_flight_backend_io.h', 390 'disk_cache/in_flight_backend_io.h',
390 'disk_cache/in_flight_io.cc', 391 'disk_cache/in_flight_io.cc',
391 'disk_cache/in_flight_io.h', 392 'disk_cache/in_flight_io.h',
392 'disk_cache/mapped_file.cc', 393 'disk_cache/mapped_file.cc',
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3093 'net_unittests.isolate', 3094 'net_unittests.isolate',
3094 ], 3095 ],
3095 'sources': [ 3096 'sources': [
3096 'net_unittests.isolate', 3097 'net_unittests.isolate',
3097 ], 3098 ],
3098 }, 3099 },
3099 ], 3100 ],
3100 }], 3101 }],
3101 ], 3102 ],
3102 } 3103 }
OLDNEW
« net/disk_cache/file_win.cc ('K') | « net/disk_cache/file_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698