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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10918279: Provide mutable members of UrlRequestContext via pure-virtual interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const-ify HUAS getters 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 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 'browser/metrics/tracking_synchronizer_observer.h', 1050 'browser/metrics/tracking_synchronizer_observer.h',
1051 'browser/metrics/variations/resource_request_allowed_notifier.cc', 1051 'browser/metrics/variations/resource_request_allowed_notifier.cc',
1052 'browser/metrics/variations/resource_request_allowed_notifier.h', 1052 'browser/metrics/variations/resource_request_allowed_notifier.h',
1053 'browser/metrics/variations/variations_service.cc', 1053 'browser/metrics/variations/variations_service.cc',
1054 'browser/metrics/variations/variations_service.h', 1054 'browser/metrics/variations/variations_service.h',
1055 'browser/native_window_notification_source.h', 1055 'browser/native_window_notification_source.h',
1056 'browser/net/about_protocol_handler.cc', 1056 'browser/net/about_protocol_handler.cc',
1057 'browser/net/about_protocol_handler.h', 1057 'browser/net/about_protocol_handler.h',
1058 'browser/net/async_dns_field_trial.cc', 1058 'browser/net/async_dns_field_trial.cc',
1059 'browser/net/async_dns_field_trial.h', 1059 'browser/net/async_dns_field_trial.h',
1060 'browser/net/basic_http_user_agent_settings.cc',
1061 'browser/net/basic_http_user_agent_settings.h',
1060 'browser/net/chrome_cookie_notification_details.h', 1062 'browser/net/chrome_cookie_notification_details.h',
1061 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1063 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1062 'browser/net/chrome_fraudulent_certificate_reporter.h', 1064 'browser/net/chrome_fraudulent_certificate_reporter.h',
1065 'browser/net/chrome_http_user_agent_settings.cc',
1066 'browser/net/chrome_http_user_agent_settings.h',
1063 'browser/net/chrome_net_log.cc', 1067 'browser/net/chrome_net_log.cc',
1064 'browser/net/chrome_net_log.h', 1068 'browser/net/chrome_net_log.h',
1065 'browser/net/chrome_network_delegate.cc', 1069 'browser/net/chrome_network_delegate.cc',
1066 'browser/net/chrome_network_delegate.h', 1070 'browser/net/chrome_network_delegate.h',
1067 'browser/net/chrome_url_request_context.cc', 1071 'browser/net/chrome_url_request_context.cc',
1068 'browser/net/chrome_url_request_context.h', 1072 'browser/net/chrome_url_request_context.h',
1069 'browser/net/clear_on_exit_policy.cc', 1073 'browser/net/clear_on_exit_policy.cc',
1070 'browser/net/clear_on_exit_policy.h', 1074 'browser/net/clear_on_exit_policy.h',
1071 'browser/net/connect_interceptor.cc', 1075 'browser/net/connect_interceptor.cc',
1072 'browser/net/connect_interceptor.h', 1076 'browser/net/connect_interceptor.h',
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 'proto_in_dir': '../third_party/cros_system_api/dbus', 2927 'proto_in_dir': '../third_party/cros_system_api/dbus',
2924 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2928 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2925 }, 2929 },
2926 'includes': ['../build/protoc.gypi'], 2930 'includes': ['../build/protoc.gypi'],
2927 }, 2931 },
2928 ], 2932 ],
2929 }, 2933 },
2930 ], 2934 ],
2931 ], 2935 ],
2932 } 2936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698