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

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, 3 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 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 'browser/net/referrer.cc', 1515 'browser/net/referrer.cc',
1516 'browser/net/referrer.h', 1516 'browser/net/referrer.h',
1517 'browser/net/sdch_dictionary_fetcher.cc', 1517 'browser/net/sdch_dictionary_fetcher.cc',
1518 'browser/net/sdch_dictionary_fetcher.h', 1518 'browser/net/sdch_dictionary_fetcher.h',
1519 'browser/net/service_providers_win.cc', 1519 'browser/net/service_providers_win.cc',
1520 'browser/net/service_providers_win.h', 1520 'browser/net/service_providers_win.h',
1521 'browser/net/sqlite_origin_bound_cert_store.cc', 1521 'browser/net/sqlite_origin_bound_cert_store.cc',
1522 'browser/net/sqlite_origin_bound_cert_store.h', 1522 'browser/net/sqlite_origin_bound_cert_store.h',
1523 'browser/net/sqlite_persistent_cookie_store.cc', 1523 'browser/net/sqlite_persistent_cookie_store.cc',
1524 'browser/net/sqlite_persistent_cookie_store.h', 1524 'browser/net/sqlite_persistent_cookie_store.h',
1525 'browser/net/spdy_config_service_manager.h',
1526 'browser/net/spdy_config_service_manager.cc',
1525 'browser/net/ssl_config_service_manager.h', 1527 'browser/net/ssl_config_service_manager.h',
1526 'browser/net/ssl_config_service_manager_pref.cc', 1528 'browser/net/ssl_config_service_manager_pref.cc',
1527 'browser/net/url_fixer_upper.cc', 1529 'browser/net/url_fixer_upper.cc',
1528 'browser/net/url_fixer_upper.h', 1530 'browser/net/url_fixer_upper.h',
1529 'browser/net/url_info.cc', 1531 'browser/net/url_info.cc',
1530 'browser/net/url_info.h', 1532 'browser/net/url_info.h',
1531 # TODO: These should be moved to test_support (see below), but 1533 # TODO: These should be moved to test_support (see below), but
1532 # are currently used by production code in automation_provider.cc. 1534 # are currently used by production code in automation_provider.cc.
1533 'browser/net/url_request_mock_link_doctor_job.cc', 1535 'browser/net/url_request_mock_link_doctor_job.cc',
1534 'browser/net/url_request_mock_link_doctor_job.h', 1536 'browser/net/url_request_mock_link_doctor_job.h',
(...skipping 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after
4918 # weak imports in dependents, who still must #include 4920 # weak imports in dependents, who still must #include
4919 # closure_blocks_leopard_compat.h to get weak imports. 4921 # closure_blocks_leopard_compat.h to get weak imports.
4920 'type': 'none', 4922 'type': 'none',
4921 }], 4923 }],
4922 ], 4924 ],
4923 }, 4925 },
4924 ], 4926 ],
4925 }], 4927 }],
4926 ], 4928 ],
4927 } 4929 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698