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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 'browser/net/referrer.cc', 1575 'browser/net/referrer.cc',
1576 'browser/net/referrer.h', 1576 'browser/net/referrer.h',
1577 'browser/net/sdch_dictionary_fetcher.cc', 1577 'browser/net/sdch_dictionary_fetcher.cc',
1578 'browser/net/sdch_dictionary_fetcher.h', 1578 'browser/net/sdch_dictionary_fetcher.h',
1579 'browser/net/service_providers_win.cc', 1579 'browser/net/service_providers_win.cc',
1580 'browser/net/service_providers_win.h', 1580 'browser/net/service_providers_win.h',
1581 'browser/net/sqlite_origin_bound_cert_store.cc', 1581 'browser/net/sqlite_origin_bound_cert_store.cc',
1582 'browser/net/sqlite_origin_bound_cert_store.h', 1582 'browser/net/sqlite_origin_bound_cert_store.h',
1583 'browser/net/sqlite_persistent_cookie_store.cc', 1583 'browser/net/sqlite_persistent_cookie_store.cc',
1584 'browser/net/sqlite_persistent_cookie_store.h', 1584 'browser/net/sqlite_persistent_cookie_store.h',
1585 'browser/net/http_server_properties_manager.h',
1586 'browser/net/http_server_properties_manager.cc',
1585 'browser/net/ssl_config_service_manager.h', 1587 'browser/net/ssl_config_service_manager.h',
1586 'browser/net/ssl_config_service_manager_pref.cc', 1588 'browser/net/ssl_config_service_manager_pref.cc',
1587 'browser/net/url_fixer_upper.cc', 1589 'browser/net/url_fixer_upper.cc',
1588 'browser/net/url_fixer_upper.h', 1590 'browser/net/url_fixer_upper.h',
1589 'browser/net/url_info.cc', 1591 'browser/net/url_info.cc',
1590 'browser/net/url_info.h', 1592 'browser/net/url_info.h',
1591 # TODO: These should be moved to test_support (see below), but 1593 # TODO: These should be moved to test_support (see below), but
1592 # are currently used by production code in automation_provider.cc. 1594 # are currently used by production code in automation_provider.cc.
1593 'browser/net/url_request_mock_link_doctor_job.cc', 1595 'browser/net/url_request_mock_link_doctor_job.cc',
1594 'browser/net/url_request_mock_link_doctor_job.h', 1596 'browser/net/url_request_mock_link_doctor_job.h',
(...skipping 3484 matching lines...) Expand 10 before | Expand all | Expand 10 after
5079 'type': 'static_library', 5081 'type': 'static_library',
5080 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5082 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5081 'variables': { 5083 'variables': {
5082 'proto_in_dir': 'browser/history', 5084 'proto_in_dir': 'browser/history',
5083 'proto_out_dir': 'chrome/browser/history', 5085 'proto_out_dir': 'chrome/browser/history',
5084 }, 5086 },
5085 'includes': [ '../build/protoc.gypi' ] 5087 'includes': [ '../build/protoc.gypi' ]
5086 }, 5088 },
5087 ], 5089 ],
5088 } 5090 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698