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

Side by Side Diff: net/net.gyp

Issue 10736066: Adding histograms showing fraction of page load times (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 10 'conditions': [
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'http/http_stream_factory.h', 510 'http/http_stream_factory.h',
511 'http/http_stream_factory_impl.cc', 511 'http/http_stream_factory_impl.cc',
512 'http/http_stream_factory_impl.h', 512 'http/http_stream_factory_impl.h',
513 'http/http_stream_factory_impl_job.cc', 513 'http/http_stream_factory_impl_job.cc',
514 'http/http_stream_factory_impl_job.h', 514 'http/http_stream_factory_impl_job.h',
515 'http/http_stream_factory_impl_request.cc', 515 'http/http_stream_factory_impl_request.cc',
516 'http/http_stream_factory_impl_request.h', 516 'http/http_stream_factory_impl_request.h',
517 'http/http_stream_parser.cc', 517 'http/http_stream_parser.cc',
518 'http/http_stream_parser.h', 518 'http/http_stream_parser.h',
519 'http/http_transaction.h', 519 'http/http_transaction.h',
520 'http/http_transaction_delegate.h',
520 'http/http_transaction_factory.h', 521 'http/http_transaction_factory.h',
521 'http/http_util.cc', 522 'http/http_util.cc',
522 'http/http_util.h', 523 'http/http_util.h',
523 'http/http_util_icu.cc', 524 'http/http_util_icu.cc',
524 'http/http_vary_data.cc', 525 'http/http_vary_data.cc',
525 'http/http_vary_data.h', 526 'http/http_vary_data.h',
526 'http/http_version.h', 527 'http/http_version.h',
527 'http/md4.cc', 528 'http/md4.cc',
528 'http/md4.h', 529 'http/md4.h',
529 'http/partial_data.cc', 530 'http/partial_data.cc',
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'tools/dump_cache/url_to_filename_encoder.cc', 1977 'tools/dump_cache/url_to_filename_encoder.cc',
1977 'tools/dump_cache/url_to_filename_encoder.h', 1978 'tools/dump_cache/url_to_filename_encoder.h',
1978 'tools/dump_cache/url_utilities.h', 1979 'tools/dump_cache/url_utilities.h',
1979 'tools/dump_cache/url_utilities.cc', 1980 'tools/dump_cache/url_utilities.cc',
1980 ], 1981 ],
1981 }, 1982 },
1982 ], 1983 ],
1983 }], 1984 }],
1984 ], 1985 ],
1985 } 1986 }
OLDNEW
« no previous file with comments | « net/http/http_transaction_unittest.cc ('k') | net/proxy/network_delegate_error_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698