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

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: Address mmenke's first round of comments 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'browser/net/dns_probe_job.h', 1103 'browser/net/dns_probe_job.h',
1104 'browser/net/dns_probe_service.cc', 1104 'browser/net/dns_probe_service.cc',
1105 'browser/net/dns_probe_service.h', 1105 'browser/net/dns_probe_service.h',
1106 'browser/net/double_get_experiment_interceptor.cc', 1106 'browser/net/double_get_experiment_interceptor.cc',
1107 'browser/net/double_get_experiment_interceptor.h', 1107 'browser/net/double_get_experiment_interceptor.h',
1108 'browser/net/gaia/gaia_oauth_consumer.h', 1108 'browser/net/gaia/gaia_oauth_consumer.h',
1109 'browser/net/gaia/gaia_oauth_fetcher.cc', 1109 'browser/net/gaia/gaia_oauth_fetcher.cc',
1110 'browser/net/gaia/gaia_oauth_fetcher.h', 1110 'browser/net/gaia/gaia_oauth_fetcher.h',
1111 'browser/net/load_timing_observer.cc', 1111 'browser/net/load_timing_observer.cc',
1112 'browser/net/load_timing_observer.h', 1112 'browser/net/load_timing_observer.h',
1113 'browser/net/http_intercept_job_factory.cc',
1114 'browser/net/http_intercept_job_factory.h',
1115 'browser/net/http_pipelining_compatibility_client.cc', 1113 'browser/net/http_pipelining_compatibility_client.cc',
1116 'browser/net/http_pipelining_compatibility_client.h', 1114 'browser/net/http_pipelining_compatibility_client.h',
1117 'browser/net/http_server_properties_manager.h', 1115 'browser/net/http_server_properties_manager.h',
1118 'browser/net/http_server_properties_manager.cc', 1116 'browser/net/http_server_properties_manager.cc',
1119 'browser/net/load_time_stats.cc', 1117 'browser/net/load_time_stats.cc',
1120 'browser/net/load_time_stats.h', 1118 'browser/net/load_time_stats.h',
1121 'browser/net/net_error_tab_helper.cc', 1119 'browser/net/net_error_tab_helper.cc',
1122 'browser/net/net_error_tab_helper.h', 1120 'browser/net/net_error_tab_helper.h',
1123 'browser/net/net_log_logger.cc', 1121 'browser/net/net_log_logger.cc',
1124 'browser/net/net_log_logger.h', 1122 'browser/net/net_log_logger.h',
(...skipping 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after
3168 'proto_in_dir': '../third_party/cros_system_api/dbus', 3166 'proto_in_dir': '../third_party/cros_system_api/dbus',
3169 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3167 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3170 }, 3168 },
3171 'includes': ['../build/protoc.gypi'], 3169 'includes': ['../build/protoc.gypi'],
3172 }, 3170 },
3173 ], 3171 ],
3174 }, 3172 },
3175 ], 3173 ],
3176 ], 3174 ],
3177 } 3175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698