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

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: Address erikwright's second round of comments. Created 8 years, 2 months 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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'browser/metrics/tracking_synchronizer.cc', 1025 'browser/metrics/tracking_synchronizer.cc',
1026 'browser/metrics/tracking_synchronizer.h', 1026 'browser/metrics/tracking_synchronizer.h',
1027 'browser/metrics/tracking_synchronizer_observer.h', 1027 'browser/metrics/tracking_synchronizer_observer.h',
1028 'browser/metrics/variations/variations_service.cc', 1028 'browser/metrics/variations/variations_service.cc',
1029 'browser/metrics/variations/variations_service.h', 1029 'browser/metrics/variations/variations_service.h',
1030 'browser/native_window_notification_source.h', 1030 'browser/native_window_notification_source.h',
1031 'browser/net/about_protocol_handler.cc', 1031 'browser/net/about_protocol_handler.cc',
1032 'browser/net/about_protocol_handler.h', 1032 'browser/net/about_protocol_handler.h',
1033 'browser/net/async_dns_field_trial.cc', 1033 'browser/net/async_dns_field_trial.cc',
1034 'browser/net/async_dns_field_trial.h', 1034 'browser/net/async_dns_field_trial.h',
1035 'browser/net/basic_http_user_agent_settings.cc',
1036 'browser/net/basic_http_user_agent_settings.h',
1035 'browser/net/chrome_cookie_notification_details.h', 1037 'browser/net/chrome_cookie_notification_details.h',
1036 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1038 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1037 'browser/net/chrome_fraudulent_certificate_reporter.h', 1039 'browser/net/chrome_fraudulent_certificate_reporter.h',
1038 'browser/net/chrome_net_log.cc', 1040 'browser/net/chrome_net_log.cc',
1039 'browser/net/chrome_net_log.h', 1041 'browser/net/chrome_net_log.h',
1040 'browser/net/chrome_network_delegate.cc', 1042 'browser/net/chrome_network_delegate.cc',
1041 'browser/net/chrome_network_delegate.h', 1043 'browser/net/chrome_network_delegate.h',
1042 'browser/net/chrome_url_request_context.cc', 1044 'browser/net/chrome_url_request_context.cc',
1043 'browser/net/chrome_url_request_context.h', 1045 'browser/net/chrome_url_request_context.h',
1044 'browser/net/clear_on_exit_policy.cc', 1046 'browser/net/clear_on_exit_policy.cc',
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2838 'includes': [ '../build/jni_generator.gypi' ], 2840 'includes': [ '../build/jni_generator.gypi' ],
2839 'dependencies': [ 2841 'dependencies': [
2840 'android_jar_jni_headers', 2842 'android_jar_jni_headers',
2841 ], 2843 ],
2842 }, 2844 },
2843 ], 2845 ],
2844 }, 2846 },
2845 ], 2847 ],
2846 ], 2848 ],
2847 } 2849 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698