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

Side by Side Diff: net/net.gyp

Issue 27303: Bring net.gyp up to date with Chromium r10667 (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « no previous file | 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 (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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'ftp/ftp_auth_cache.h', 184 'ftp/ftp_auth_cache.h',
185 'ftp/ftp_network_layer.cc', 185 'ftp/ftp_network_layer.cc',
186 'ftp/ftp_network_layer.h', 186 'ftp/ftp_network_layer.h',
187 'ftp/ftp_network_session.h', 187 'ftp/ftp_network_session.h',
188 'ftp/ftp_network_transaction.cc', 188 'ftp/ftp_network_transaction.cc',
189 'ftp/ftp_network_transaction.h', 189 'ftp/ftp_network_transaction.h',
190 'ftp/ftp_request_info.h', 190 'ftp/ftp_request_info.h',
191 'ftp/ftp_response_info.h', 191 'ftp/ftp_response_info.h',
192 'ftp/ftp_transaction.h', 192 'ftp/ftp_transaction.h',
193 'ftp/ftp_transaction_factory.h', 193 'ftp/ftp_transaction_factory.h',
194 'http/des.cc',
195 'http/des.h',
194 'http/http_atom_list.h', 196 'http/http_atom_list.h',
195 'http/http_auth.cc', 197 'http/http_auth.cc',
196 'http/http_auth.h', 198 'http/http_auth.h',
197 'http/http_auth_cache.cc', 199 'http/http_auth_cache.cc',
198 'http/http_auth_cache.h', 200 'http/http_auth_cache.h',
199 'http/http_auth_handler.h', 201 'http/http_auth_handler.h',
200 'http/http_auth_handler.cc', 202 'http/http_auth_handler.cc',
201 'http/http_auth_handler_basic.cc', 203 'http/http_auth_handler_basic.cc',
202 'http/http_auth_handler_basic.h', 204 'http/http_auth_handler_basic.h',
203 'http/http_auth_handler_digest.cc', 205 'http/http_auth_handler_digest.cc',
204 'http/http_auth_handler_digest.h', 206 'http/http_auth_handler_digest.h',
207 'http/http_auth_handler_ntlm.cc',
208 'http/http_auth_handler_ntlm.h',
205 'http/http_cache.cc', 209 'http/http_cache.cc',
206 'http/http_cache.h', 210 'http/http_cache.h',
207 'http/http_chunked_decoder.cc', 211 'http/http_chunked_decoder.cc',
208 'http/http_chunked_decoder.h', 212 'http/http_chunked_decoder.h',
209 'http/http_network_layer.cc', 213 'http/http_network_layer.cc',
210 'http/http_network_layer.h', 214 'http/http_network_layer.h',
211 'http/http_network_session.h', 215 'http/http_network_session.h',
212 'http/http_network_transaction.cc', 216 'http/http_network_transaction.cc',
213 'http/http_network_transaction.h', 217 'http/http_network_transaction.h',
214 'http/http_request_info.h', 218 'http/http_request_info.h',
215 'http/http_response_headers.cc', 219 'http/http_response_headers.cc',
216 'http/http_response_headers.h', 220 'http/http_response_headers.h',
217 'http/http_response_info.cc', 221 'http/http_response_info.cc',
218 'http/http_response_info.h', 222 'http/http_response_info.h',
219 'http/http_transaction.h', 223 'http/http_transaction.h',
220 'http/http_transaction_factory.h', 224 'http/http_transaction_factory.h',
221 'http/http_util.cc', 225 'http/http_util.cc',
222 'http/http_util.h', 226 'http/http_util.h',
223 'http/http_vary_data.cc', 227 'http/http_vary_data.cc',
224 'http/http_vary_data.h', 228 'http/http_vary_data.h',
229 'http/md4.cc',
230 'http/md4.h',
225 'proxy/proxy_config_service_fixed.h', 231 'proxy/proxy_config_service_fixed.h',
226 'proxy/proxy_config_service_win.cc', 232 'proxy/proxy_config_service_win.cc',
227 'proxy/proxy_config_service_win.h', 233 'proxy/proxy_config_service_win.h',
228 'proxy/proxy_resolver_mac.cc', 234 'proxy/proxy_resolver_mac.cc',
229 'proxy/proxy_resolver_script.h', 235 'proxy/proxy_resolver_script.h',
230 'proxy/proxy_resolver_v8.cc', 236 'proxy/proxy_resolver_v8.cc',
231 'proxy/proxy_resolver_v8.h', 237 'proxy/proxy_resolver_v8.h',
232 'proxy/proxy_resolver_winhttp.cc', 238 'proxy/proxy_resolver_winhttp.cc',
233 'proxy/proxy_resolver_winhttp.h', 239 'proxy/proxy_resolver_winhttp.h',
234 'proxy/proxy_script_fetcher.cc', 240 'proxy/proxy_script_fetcher.cc',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'disk_cache/backend_unittest.cc', 401 'disk_cache/backend_unittest.cc',
396 'disk_cache/block_files_unittest.cc', 402 'disk_cache/block_files_unittest.cc',
397 'disk_cache/disk_cache_test_base.cc', 403 'disk_cache/disk_cache_test_base.cc',
398 'disk_cache/disk_cache_test_base.h', 404 'disk_cache/disk_cache_test_base.h',
399 'disk_cache/disk_cache_test_util.cc', 405 'disk_cache/disk_cache_test_util.cc',
400 'disk_cache/disk_cache_test_util.h', 406 'disk_cache/disk_cache_test_util.h',
401 'disk_cache/entry_unittest.cc', 407 'disk_cache/entry_unittest.cc',
402 'disk_cache/mapped_file_unittest.cc', 408 'disk_cache/mapped_file_unittest.cc',
403 'disk_cache/storage_block_unittest.cc', 409 'disk_cache/storage_block_unittest.cc',
404 'ftp/ftp_auth_cache_unittest.cc', 410 'ftp/ftp_auth_cache_unittest.cc',
411 'http/des_unittest.cc',
405 'http/http_auth_cache_unittest.cc', 412 'http/http_auth_cache_unittest.cc',
406 'http/http_auth_handler_basic_unittest.cc', 413 'http/http_auth_handler_basic_unittest.cc',
407 'http/http_auth_handler_digest_unittest.cc', 414 'http/http_auth_handler_digest_unittest.cc',
408 'http/http_auth_unittest.cc', 415 'http/http_auth_unittest.cc',
409 'http/http_cache_unittest.cc', 416 'http/http_cache_unittest.cc',
410 'http/http_chunked_decoder_unittest.cc', 417 'http/http_chunked_decoder_unittest.cc',
411 'http/http_network_layer_unittest.cc', 418 'http/http_network_layer_unittest.cc',
412 'http/http_network_transaction_unittest.cc', 419 'http/http_network_transaction_unittest.cc',
413 'http/http_response_headers_unittest.cc', 420 'http/http_response_headers_unittest.cc',
414 'http/http_transaction_unittest.cc', 421 'http/http_transaction_unittest.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 # stuff that builds everything underneath Hammer. Just 600 # stuff that builds everything underneath Hammer. Just
594 # put a SCons string in the action, at least for now. 601 # put a SCons string in the action, at least for now.
595 'action': ['${SOURCES[0]}', '${SOURCES[1]}', '$TARGET'], 602 'action': ['${SOURCES[0]}', '${SOURCES[1]}', '$TARGET'],
596 } 603 }
597 ], 604 ],
598 }, 605 },
599 ], 606 ],
600 }], 607 }],
601 ], 608 ],
602 } 609 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698