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

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
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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'browser/net/referrer.cc', 1570 'browser/net/referrer.cc',
1571 'browser/net/referrer.h', 1571 'browser/net/referrer.h',
1572 'browser/net/sdch_dictionary_fetcher.cc', 1572 'browser/net/sdch_dictionary_fetcher.cc',
1573 'browser/net/sdch_dictionary_fetcher.h', 1573 'browser/net/sdch_dictionary_fetcher.h',
1574 'browser/net/service_providers_win.cc', 1574 'browser/net/service_providers_win.cc',
1575 'browser/net/service_providers_win.h', 1575 'browser/net/service_providers_win.h',
1576 'browser/net/sqlite_origin_bound_cert_store.cc', 1576 'browser/net/sqlite_origin_bound_cert_store.cc',
1577 'browser/net/sqlite_origin_bound_cert_store.h', 1577 'browser/net/sqlite_origin_bound_cert_store.h',
1578 'browser/net/sqlite_persistent_cookie_store.cc', 1578 'browser/net/sqlite_persistent_cookie_store.cc',
1579 'browser/net/sqlite_persistent_cookie_store.h', 1579 'browser/net/sqlite_persistent_cookie_store.h',
1580 'browser/net/http_server_properties_manager.h',
1581 'browser/net/http_server_properties_manager.cc',
1580 'browser/net/ssl_config_service_manager.h', 1582 'browser/net/ssl_config_service_manager.h',
1581 'browser/net/ssl_config_service_manager_pref.cc', 1583 'browser/net/ssl_config_service_manager_pref.cc',
1582 'browser/net/url_fixer_upper.cc', 1584 'browser/net/url_fixer_upper.cc',
1583 'browser/net/url_fixer_upper.h', 1585 'browser/net/url_fixer_upper.h',
1584 'browser/net/url_info.cc', 1586 'browser/net/url_info.cc',
1585 'browser/net/url_info.h', 1587 'browser/net/url_info.h',
1586 # TODO: These should be moved to test_support (see below), but 1588 # TODO: These should be moved to test_support (see below), but
1587 # are currently used by production code in automation_provider.cc. 1589 # are currently used by production code in automation_provider.cc.
1588 'browser/net/url_request_mock_link_doctor_job.cc', 1590 'browser/net/url_request_mock_link_doctor_job.cc',
1589 'browser/net/url_request_mock_link_doctor_job.h', 1591 'browser/net/url_request_mock_link_doctor_job.h',
(...skipping 3488 matching lines...) Expand 10 before | Expand all | Expand 10 after
5078 'type': 'static_library', 5080 'type': 'static_library',
5079 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5081 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5080 'variables': { 5082 'variables': {
5081 'proto_in_dir': 'browser/history', 5083 'proto_in_dir': 'browser/history',
5082 'proto_out_dir': 'chrome/browser/history', 5084 'proto_out_dir': 'chrome/browser/history',
5083 }, 5085 },
5084 'includes': [ '../build/protoc.gypi' ] 5086 'includes': [ '../build/protoc.gypi' ]
5085 }, 5087 },
5086 ], 5088 ],
5087 } 5089 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698