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

Side by Side Diff: net/net.gyp

Issue 42261: Add the directory listing code for the new portable... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin 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/ftp/ftp_directory_parser.cc ('k') | net/net_lib.scons » ('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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'disk_cache/stats.cc', 176 'disk_cache/stats.cc',
177 'disk_cache/stats.h', 177 'disk_cache/stats.h',
178 'disk_cache/stats_histogram.cc', 178 'disk_cache/stats_histogram.cc',
179 'disk_cache/stats_histogram.h', 179 'disk_cache/stats_histogram.h',
180 'disk_cache/storage_block-inl.h', 180 'disk_cache/storage_block-inl.h',
181 'disk_cache/storage_block.h', 181 'disk_cache/storage_block.h',
182 'disk_cache/trace.cc', 182 'disk_cache/trace.cc',
183 'disk_cache/trace.h', 183 'disk_cache/trace.h',
184 'ftp/ftp_auth_cache.cc', 184 'ftp/ftp_auth_cache.cc',
185 'ftp/ftp_auth_cache.h', 185 'ftp/ftp_auth_cache.h',
186 'ftp/ftp_directory_parser.cc',
187 'ftp/ftp_directory_parser.h',
186 'ftp/ftp_network_layer.cc', 188 'ftp/ftp_network_layer.cc',
187 'ftp/ftp_network_layer.h', 189 'ftp/ftp_network_layer.h',
188 'ftp/ftp_network_session.h', 190 'ftp/ftp_network_session.h',
189 'ftp/ftp_network_transaction.cc', 191 'ftp/ftp_network_transaction.cc',
190 'ftp/ftp_network_transaction.h', 192 'ftp/ftp_network_transaction.h',
191 'ftp/ftp_request_info.h', 193 'ftp/ftp_request_info.h',
192 'ftp/ftp_response_info.h', 194 'ftp/ftp_response_info.h',
193 'ftp/ftp_transaction.h', 195 'ftp/ftp_transaction.h',
194 'ftp/ftp_transaction_factory.h', 196 'ftp/ftp_transaction_factory.h',
195 'http/des.cc', 197 'http/des.cc',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'sources': [ 578 'sources': [
577 'tools/dump_cache/dump_cache.cc', 579 'tools/dump_cache/dump_cache.cc',
578 'tools/dump_cache/dump_files.cc', 580 'tools/dump_cache/dump_files.cc',
579 'tools/dump_cache/upgrade.cc', 581 'tools/dump_cache/upgrade.cc',
580 ], 582 ],
581 }, 583 },
582 ], 584 ],
583 }], 585 }],
584 ], 586 ],
585 } 587 }
OLDNEW
« no previous file with comments | « net/ftp/ftp_directory_parser.cc ('k') | net/net_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698