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

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: some cleanup Created 8 years 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 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 'browser/net/dns_probe_job.h', 1084 'browser/net/dns_probe_job.h',
1085 'browser/net/dns_probe_service.cc', 1085 'browser/net/dns_probe_service.cc',
1086 'browser/net/dns_probe_service.h', 1086 'browser/net/dns_probe_service.h',
1087 'browser/net/double_get_experiment_interceptor.cc', 1087 'browser/net/double_get_experiment_interceptor.cc',
1088 'browser/net/double_get_experiment_interceptor.h', 1088 'browser/net/double_get_experiment_interceptor.h',
1089 'browser/net/gaia/gaia_oauth_consumer.h', 1089 'browser/net/gaia/gaia_oauth_consumer.h',
1090 'browser/net/gaia/gaia_oauth_fetcher.cc', 1090 'browser/net/gaia/gaia_oauth_fetcher.cc',
1091 'browser/net/gaia/gaia_oauth_fetcher.h', 1091 'browser/net/gaia/gaia_oauth_fetcher.h',
1092 'browser/net/load_timing_observer.cc', 1092 'browser/net/load_timing_observer.cc',
1093 'browser/net/load_timing_observer.h', 1093 'browser/net/load_timing_observer.h',
1094 'browser/net/http_intercept_job_factory.cc',
1095 'browser/net/http_intercept_job_factory.h',
1096 'browser/net/http_pipelining_compatibility_client.cc', 1094 'browser/net/http_pipelining_compatibility_client.cc',
1097 'browser/net/http_pipelining_compatibility_client.h', 1095 'browser/net/http_pipelining_compatibility_client.h',
1098 'browser/net/http_server_properties_manager.h', 1096 'browser/net/http_server_properties_manager.h',
1099 'browser/net/http_server_properties_manager.cc', 1097 'browser/net/http_server_properties_manager.cc',
1100 'browser/net/load_time_stats.cc', 1098 'browser/net/load_time_stats.cc',
1101 'browser/net/load_time_stats.h', 1099 'browser/net/load_time_stats.h',
1102 'browser/net/net_error_tab_helper.cc', 1100 'browser/net/net_error_tab_helper.cc',
1103 'browser/net/net_error_tab_helper.h', 1101 'browser/net/net_error_tab_helper.h',
1104 'browser/net/net_log_logger.cc', 1102 'browser/net/net_log_logger.cc',
1105 'browser/net/net_log_logger.h', 1103 'browser/net/net_log_logger.h',
(...skipping 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
3113 'proto_in_dir': '../third_party/cros_system_api/dbus', 3111 'proto_in_dir': '../third_party/cros_system_api/dbus',
3114 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3112 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3115 }, 3113 },
3116 'includes': ['../build/protoc.gypi'], 3114 'includes': ['../build/protoc.gypi'],
3117 }, 3115 },
3118 ], 3116 ],
3119 }, 3117 },
3120 ], 3118 ],
3121 ], 3119 ],
3122 } 3120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698