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

Side by Side Diff: net/net.gyp

Issue 49027: Disk cache: First pass to make it possible to have... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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_unittest.cc ('k') | net/tools/crash_cache/crash_cache.cc » ('j') | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 16 matching lines...) Expand all
27 ], 27 ],
28 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243', 28 'msvs_guid': '326E9795-E760-410A-B69A-3F79DB3F5243',
29 'sources': [ 29 'sources': [
30 'base/address_list.cc', 30 'base/address_list.cc',
31 'base/address_list.h', 31 'base/address_list.h',
32 'base/auth.h', 32 'base/auth.h',
33 'base/base64.cc', 33 'base/base64.cc',
34 'base/base64.h', 34 'base/base64.h',
35 'base/bzip2_filter.cc', 35 'base/bzip2_filter.cc',
36 'base/bzip2_filter.h', 36 'base/bzip2_filter.h',
37 'base/cache_type.h',
37 'base/cert_status_flags.cc', 38 'base/cert_status_flags.cc',
38 'base/cert_status_flags.h', 39 'base/cert_status_flags.h',
39 'base/cert_verifier.cc', 40 'base/cert_verifier.cc',
40 'base/cert_verifier.h', 41 'base/cert_verifier.h',
41 'base/cert_verify_result.h', 42 'base/cert_verify_result.h',
42 'base/client_socket.cc', 43 'base/client_socket.cc',
43 'base/client_socket.h', 44 'base/client_socket.h',
44 'base/client_socket_factory.cc', 45 'base/client_socket_factory.cc',
45 'base/client_socket_factory.h', 46 'base/client_socket_factory.h',
46 'base/client_socket_handle.cc', 47 'base/client_socket_handle.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'sources': [ 587 'sources': [
587 'tools/dump_cache/dump_cache.cc', 588 'tools/dump_cache/dump_cache.cc',
588 'tools/dump_cache/dump_files.cc', 589 'tools/dump_cache/dump_files.cc',
589 'tools/dump_cache/upgrade.cc', 590 'tools/dump_cache/upgrade.cc',
590 ], 591 ],
591 }, 592 },
592 ], 593 ],
593 }], 594 }],
594 ], 595 ],
595 } 596 }
OLDNEW
« no previous file with comments | « net/http/http_cache_unittest.cc ('k') | net/tools/crash_cache/crash_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698