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

Side by Side Diff: net/net.gyp

Issue 137483004: Merge 243495 "Disk Cache: Use the old WorkerPool for Async IO on..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/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
« no previous file with comments | « 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'disk_cache/disk_format_base.h', 369 'disk_cache/disk_format_base.h',
370 'disk_cache/entry_impl.cc', 370 'disk_cache/entry_impl.cc',
371 'disk_cache/entry_impl.h', 371 'disk_cache/entry_impl.h',
372 'disk_cache/errors.h', 372 'disk_cache/errors.h',
373 'disk_cache/eviction.cc', 373 'disk_cache/eviction.cc',
374 'disk_cache/eviction.h', 374 'disk_cache/eviction.h',
375 'disk_cache/experiments.h', 375 'disk_cache/experiments.h',
376 'disk_cache/file.cc', 376 'disk_cache/file.cc',
377 'disk_cache/file.h', 377 'disk_cache/file.h',
378 'disk_cache/file_block.h', 378 'disk_cache/file_block.h',
379 'disk_cache/file_ios.cc',
379 'disk_cache/file_lock.cc', 380 'disk_cache/file_lock.cc',
380 'disk_cache/file_lock.h', 381 'disk_cache/file_lock.h',
381 'disk_cache/file_posix.cc', 382 'disk_cache/file_posix.cc',
382 'disk_cache/file_win.cc', 383 'disk_cache/file_win.cc',
383 'disk_cache/histogram_macros.h', 384 'disk_cache/histogram_macros.h',
384 'disk_cache/in_flight_backend_io.cc', 385 'disk_cache/in_flight_backend_io.cc',
385 'disk_cache/in_flight_backend_io.h', 386 'disk_cache/in_flight_backend_io.h',
386 'disk_cache/in_flight_io.cc', 387 'disk_cache/in_flight_io.cc',
387 'disk_cache/in_flight_io.h', 388 'disk_cache/in_flight_io.h',
388 'disk_cache/mapped_file.cc', 389 'disk_cache/mapped_file.cc',
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3091 'net_unittests.isolate', 3092 'net_unittests.isolate',
3092 ], 3093 ],
3093 'sources': [ 3094 'sources': [
3094 'net_unittests.isolate', 3095 'net_unittests.isolate',
3095 ], 3096 ],
3096 }, 3097 },
3097 ], 3098 ],
3098 }], 3099 }],
3099 ], 3100 ],
3100 } 3101 }
OLDNEW
« no previous file with comments | « net/disk_cache/file_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698