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

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: Disable test for chrome_frame_net_tests 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'browser/metrics/tracking_synchronizer_observer.h', 1034 'browser/metrics/tracking_synchronizer_observer.h',
1035 'browser/metrics/variations/resource_request_allowed_notifier.cc', 1035 'browser/metrics/variations/resource_request_allowed_notifier.cc',
1036 'browser/metrics/variations/resource_request_allowed_notifier.h', 1036 'browser/metrics/variations/resource_request_allowed_notifier.h',
1037 'browser/metrics/variations/variations_service.cc', 1037 'browser/metrics/variations/variations_service.cc',
1038 'browser/metrics/variations/variations_service.h', 1038 'browser/metrics/variations/variations_service.h',
1039 'browser/native_window_notification_source.h', 1039 'browser/native_window_notification_source.h',
1040 'browser/net/about_protocol_handler.cc', 1040 'browser/net/about_protocol_handler.cc',
1041 'browser/net/about_protocol_handler.h', 1041 'browser/net/about_protocol_handler.h',
1042 'browser/net/async_dns_field_trial.cc', 1042 'browser/net/async_dns_field_trial.cc',
1043 'browser/net/async_dns_field_trial.h', 1043 'browser/net/async_dns_field_trial.h',
1044 'browser/net/basic_http_user_agent_settings.cc',
1045 'browser/net/basic_http_user_agent_settings.h',
1044 'browser/net/chrome_cookie_notification_details.h', 1046 'browser/net/chrome_cookie_notification_details.h',
1045 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1047 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1046 'browser/net/chrome_fraudulent_certificate_reporter.h', 1048 'browser/net/chrome_fraudulent_certificate_reporter.h',
1049 'browser/net/chrome_http_user_agent_settings.cc',
1050 'browser/net/chrome_http_user_agent_settings.h',
1047 'browser/net/chrome_net_log.cc', 1051 'browser/net/chrome_net_log.cc',
1048 'browser/net/chrome_net_log.h', 1052 'browser/net/chrome_net_log.h',
1049 'browser/net/chrome_network_delegate.cc', 1053 'browser/net/chrome_network_delegate.cc',
1050 'browser/net/chrome_network_delegate.h', 1054 'browser/net/chrome_network_delegate.h',
1051 'browser/net/chrome_url_request_context.cc', 1055 'browser/net/chrome_url_request_context.cc',
1052 'browser/net/chrome_url_request_context.h', 1056 'browser/net/chrome_url_request_context.h',
1053 'browser/net/clear_on_exit_policy.cc', 1057 'browser/net/clear_on_exit_policy.cc',
1054 'browser/net/clear_on_exit_policy.h', 1058 'browser/net/clear_on_exit_policy.h',
1055 'browser/net/connect_interceptor.cc', 1059 'browser/net/connect_interceptor.cc',
1056 'browser/net/connect_interceptor.h', 1060 'browser/net/connect_interceptor.h',
(...skipping 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 'proto_in_dir': '../third_party/cros_system_api/dbus', 3030 'proto_in_dir': '../third_party/cros_system_api/dbus',
3027 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3031 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3028 }, 3032 },
3029 'includes': ['../build/protoc.gypi'], 3033 'includes': ['../build/protoc.gypi'],
3030 }, 3034 },
3031 ], 3035 ],
3032 }, 3036 },
3033 ], 3037 ],
3034 ], 3038 ],
3035 } 3039 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/service/net/service_url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698