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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 375083002: Break out the IO thread aspects of HttpServerPropertiesManager into a new ChromeHttpServerPropertie… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 'browser/native_window_notification_source.h', 1045 'browser/native_window_notification_source.h',
1046 'browser/net/about_protocol_handler.cc', 1046 'browser/net/about_protocol_handler.cc',
1047 'browser/net/about_protocol_handler.h', 1047 'browser/net/about_protocol_handler.h',
1048 'browser/net/async_dns_field_trial.cc', 1048 'browser/net/async_dns_field_trial.cc',
1049 'browser/net/async_dns_field_trial.h', 1049 'browser/net/async_dns_field_trial.h',
1050 'browser/net/chrome_cookie_notification_details.h', 1050 'browser/net/chrome_cookie_notification_details.h',
1051 'browser/net/chrome_extensions_network_delegate.cc', 1051 'browser/net/chrome_extensions_network_delegate.cc',
1052 'browser/net/chrome_extensions_network_delegate.h', 1052 'browser/net/chrome_extensions_network_delegate.h',
1053 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1053 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1054 'browser/net/chrome_fraudulent_certificate_reporter.h', 1054 'browser/net/chrome_fraudulent_certificate_reporter.h',
1055 'browser/net/chrome_http_server_properties.cc',
1056 'browser/net/chrome_http_server_properties.h',
1055 'browser/net/chrome_http_user_agent_settings.cc', 1057 'browser/net/chrome_http_user_agent_settings.cc',
1056 'browser/net/chrome_http_user_agent_settings.h', 1058 'browser/net/chrome_http_user_agent_settings.h',
1057 'browser/net/chrome_net_log.cc', 1059 'browser/net/chrome_net_log.cc',
1058 'browser/net/chrome_net_log.h', 1060 'browser/net/chrome_net_log.h',
1059 'browser/net/chrome_network_delegate.cc', 1061 'browser/net/chrome_network_delegate.cc',
1060 'browser/net/chrome_network_delegate.h', 1062 'browser/net/chrome_network_delegate.h',
1061 'browser/net/chrome_url_request_context.cc', 1063 'browser/net/chrome_url_request_context.cc',
1062 'browser/net/chrome_url_request_context.h', 1064 'browser/net/chrome_url_request_context.h',
1063 'browser/net/client_hints.cc', 1065 'browser/net/client_hints.cc',
1064 'browser/net/client_hints.h', 1066 'browser/net/client_hints.h',
(...skipping 2703 matching lines...) Expand 10 before | Expand all | Expand 10 after
3768 'package_name': 'org/chromium/chrome/browser', 3770 'package_name': 'org/chromium/chrome/browser',
3769 'template_deps': ['browser/android/tab_load_status.h'], 3771 'template_deps': ['browser/android/tab_load_status.h'],
3770 }, 3772 },
3771 'includes': [ '../build/android/java_cpp_template.gypi' ], 3773 'includes': [ '../build/android/java_cpp_template.gypi' ],
3772 }, 3774 },
3773 ], 3775 ],
3774 }, 3776 },
3775 ], 3777 ],
3776 ], 3778 ],
3777 } 3779 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698