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

Side by Side Diff: net/net.gyp

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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/url_security_manager.cc ('k') | net/proxy/proxy_resolver_script_data.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'disk_cache/backend_impl.cc', 329 'disk_cache/backend_impl.cc',
330 'disk_cache/backend_impl.h', 330 'disk_cache/backend_impl.h',
331 'disk_cache/bitmap.cc', 331 'disk_cache/bitmap.cc',
332 'disk_cache/bitmap.h', 332 'disk_cache/bitmap.h',
333 'disk_cache/block_files.cc', 333 'disk_cache/block_files.cc',
334 'disk_cache/block_files.h', 334 'disk_cache/block_files.h',
335 'disk_cache/cache_util.h', 335 'disk_cache/cache_util.h',
336 'disk_cache/cache_util_posix.cc', 336 'disk_cache/cache_util_posix.cc',
337 'disk_cache/cache_util_win.cc', 337 'disk_cache/cache_util_win.cc',
338 'disk_cache/disk_cache.h', 338 'disk_cache/disk_cache.h',
339 'disk_cache/disk_format.cc',
339 'disk_cache/disk_format.h', 340 'disk_cache/disk_format.h',
340 'disk_cache/entry_impl.cc', 341 'disk_cache/entry_impl.cc',
341 'disk_cache/entry_impl.h', 342 'disk_cache/entry_impl.h',
342 'disk_cache/errors.h', 343 'disk_cache/errors.h',
343 'disk_cache/eviction.cc', 344 'disk_cache/eviction.cc',
344 'disk_cache/eviction.h', 345 'disk_cache/eviction.h',
345 'disk_cache/experiments.h', 346 'disk_cache/experiments.h',
347 'disk_cache/file.cc',
346 'disk_cache/file.h', 348 'disk_cache/file.h',
347 'disk_cache/file_block.h', 349 'disk_cache/file_block.h',
348 'disk_cache/file_lock.cc', 350 'disk_cache/file_lock.cc',
349 'disk_cache/file_lock.h', 351 'disk_cache/file_lock.h',
350 'disk_cache/file_posix.cc', 352 'disk_cache/file_posix.cc',
351 'disk_cache/file_win.cc', 353 'disk_cache/file_win.cc',
352 'disk_cache/hash.cc', 354 'disk_cache/hash.cc',
353 'disk_cache/hash.h', 355 'disk_cache/hash.h',
354 'disk_cache/histogram_macros.h', 356 'disk_cache/histogram_macros.h',
355 'disk_cache/in_flight_backend_io.cc', 357 'disk_cache/in_flight_backend_io.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'ftp/ftp_directory_listing_parser_mlsd.cc', 394 'ftp/ftp_directory_listing_parser_mlsd.cc',
393 'ftp/ftp_directory_listing_parser_mlsd.h', 395 'ftp/ftp_directory_listing_parser_mlsd.h',
394 'ftp/ftp_directory_listing_parser_netware.cc', 396 'ftp/ftp_directory_listing_parser_netware.cc',
395 'ftp/ftp_directory_listing_parser_netware.h', 397 'ftp/ftp_directory_listing_parser_netware.h',
396 'ftp/ftp_directory_listing_parser_vms.cc', 398 'ftp/ftp_directory_listing_parser_vms.cc',
397 'ftp/ftp_directory_listing_parser_vms.h', 399 'ftp/ftp_directory_listing_parser_vms.h',
398 'ftp/ftp_directory_listing_parser_windows.cc', 400 'ftp/ftp_directory_listing_parser_windows.cc',
399 'ftp/ftp_directory_listing_parser_windows.h', 401 'ftp/ftp_directory_listing_parser_windows.h',
400 'ftp/ftp_network_layer.cc', 402 'ftp/ftp_network_layer.cc',
401 'ftp/ftp_network_layer.h', 403 'ftp/ftp_network_layer.h',
404 'ftp/ftp_network_session.cc',
402 'ftp/ftp_network_session.h', 405 'ftp/ftp_network_session.h',
403 'ftp/ftp_network_transaction.cc', 406 'ftp/ftp_network_transaction.cc',
404 'ftp/ftp_network_transaction.h', 407 'ftp/ftp_network_transaction.h',
405 'ftp/ftp_request_info.h', 408 'ftp/ftp_request_info.h',
406 'ftp/ftp_response_info.h', 409 'ftp/ftp_response_info.h',
407 'ftp/ftp_server_type_histograms.cc', 410 'ftp/ftp_server_type_histograms.cc',
408 'ftp/ftp_server_type_histograms.h', 411 'ftp/ftp_server_type_histograms.h',
409 'ftp/ftp_transaction.h', 412 'ftp/ftp_transaction.h',
410 'ftp/ftp_transaction_factory.h', 413 'ftp/ftp_transaction_factory.h',
411 'ftp/ftp_util.cc', 414 'ftp/ftp_util.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'http/http_basic_stream.cc', 450 'http/http_basic_stream.cc',
448 'http/http_basic_stream.h', 451 'http/http_basic_stream.h',
449 'http/http_byte_range.cc', 452 'http/http_byte_range.cc',
450 'http/http_byte_range.h', 453 'http/http_byte_range.h',
451 'http/http_cache.cc', 454 'http/http_cache.cc',
452 'http/http_cache.h', 455 'http/http_cache.h',
453 'http/http_cache_transaction.cc', 456 'http/http_cache_transaction.cc',
454 'http/http_cache_transaction.h', 457 'http/http_cache_transaction.h',
455 'http/http_chunked_decoder.cc', 458 'http/http_chunked_decoder.cc',
456 'http/http_chunked_decoder.h', 459 'http/http_chunked_decoder.h',
460 'http/http_net_log_params.cc',
457 'http/http_net_log_params.h', 461 'http/http_net_log_params.h',
458 'http/http_network_delegate.h', 462 'http/http_network_delegate.h',
459 'http/http_network_layer.cc', 463 'http/http_network_layer.cc',
460 'http/http_network_layer.h', 464 'http/http_network_layer.h',
461 'http/http_network_session.cc', 465 'http/http_network_session.cc',
462 'http/http_network_session.h', 466 'http/http_network_session.h',
463 'http/http_network_session_peer.h', 467 'http/http_network_session_peer.h',
464 'http/http_network_transaction.cc', 468 'http/http_network_transaction.cc',
465 'http/http_network_transaction.h', 469 'http/http_network_transaction.h',
466 'http/http_request_headers.cc', 470 'http/http_request_headers.cc',
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 ], 1332 ],
1329 }], 1333 }],
1330 ], 1334 ],
1331 } 1335 }
1332 1336
1333 # Local Variables: 1337 # Local Variables:
1334 # tab-width:2 1338 # tab-width:2
1335 # indent-tabs-mode:nil 1339 # indent-tabs-mode:nil
1336 # End: 1340 # End:
1337 # vim: set expandtab tabstop=2 shiftwidth=2: 1341 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/url_security_manager.cc ('k') | net/proxy/proxy_resolver_script_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698