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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11293252: Change Interceptors into URLRequestJobFactory::ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'browser/net/crl_set_fetcher.h', 1073 'browser/net/crl_set_fetcher.h',
1074 'browser/net/dns_probe_job.cc', 1074 'browser/net/dns_probe_job.cc',
1075 'browser/net/dns_probe_job.h', 1075 'browser/net/dns_probe_job.h',
1076 'browser/net/dns_probe_service.cc', 1076 'browser/net/dns_probe_service.cc',
1077 'browser/net/dns_probe_service.h', 1077 'browser/net/dns_probe_service.h',
1078 'browser/net/gaia/gaia_oauth_consumer.h', 1078 'browser/net/gaia/gaia_oauth_consumer.h',
1079 'browser/net/gaia/gaia_oauth_fetcher.cc', 1079 'browser/net/gaia/gaia_oauth_fetcher.cc',
1080 'browser/net/gaia/gaia_oauth_fetcher.h', 1080 'browser/net/gaia/gaia_oauth_fetcher.h',
1081 'browser/net/load_timing_observer.cc', 1081 'browser/net/load_timing_observer.cc',
1082 'browser/net/load_timing_observer.h', 1082 'browser/net/load_timing_observer.h',
1083 'browser/net/http_intercept_job_factory.cc',
1084 'browser/net/http_intercept_job_factory.h',
1085 'browser/net/http_pipelining_compatibility_client.cc', 1083 'browser/net/http_pipelining_compatibility_client.cc',
1086 'browser/net/http_pipelining_compatibility_client.h', 1084 'browser/net/http_pipelining_compatibility_client.h',
1087 'browser/net/http_server_properties_manager.h', 1085 'browser/net/http_server_properties_manager.h',
1088 'browser/net/http_server_properties_manager.cc', 1086 'browser/net/http_server_properties_manager.cc',
1089 'browser/net/load_time_stats.cc', 1087 'browser/net/load_time_stats.cc',
1090 'browser/net/load_time_stats.h', 1088 'browser/net/load_time_stats.h',
1091 'browser/net/net_error_tab_helper.cc', 1089 'browser/net/net_error_tab_helper.cc',
1092 'browser/net/net_error_tab_helper.h', 1090 'browser/net/net_error_tab_helper.h',
1093 'browser/net/net_log_logger.cc', 1091 'browser/net/net_log_logger.cc',
1094 'browser/net/net_log_logger.h', 1092 'browser/net/net_log_logger.h',
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 'proto_in_dir': '../third_party/cros_system_api/dbus', 3044 'proto_in_dir': '../third_party/cros_system_api/dbus',
3047 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3045 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3048 }, 3046 },
3049 'includes': ['../build/protoc.gypi'], 3047 'includes': ['../build/protoc.gypi'],
3050 }, 3048 },
3051 ], 3049 ],
3052 }, 3050 },
3053 ], 3051 ],
3054 ], 3052 ],
3055 } 3053 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698