OLD | NEW |
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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1390 'browser/net/referrer.cc', | 1390 'browser/net/referrer.cc', |
1391 'browser/net/referrer.h', | 1391 'browser/net/referrer.h', |
1392 'browser/net/sdch_dictionary_fetcher.cc', | 1392 'browser/net/sdch_dictionary_fetcher.cc', |
1393 'browser/net/sdch_dictionary_fetcher.h', | 1393 'browser/net/sdch_dictionary_fetcher.h', |
1394 'browser/net/service_providers_win.cc', | 1394 'browser/net/service_providers_win.cc', |
1395 'browser/net/service_providers_win.h', | 1395 'browser/net/service_providers_win.h', |
1396 'browser/net/sqlite_persistent_cookie_store.cc', | 1396 'browser/net/sqlite_persistent_cookie_store.cc', |
1397 'browser/net/sqlite_persistent_cookie_store.h', | 1397 'browser/net/sqlite_persistent_cookie_store.h', |
1398 'browser/net/ssl_config_service_manager.h', | 1398 'browser/net/ssl_config_service_manager.h', |
1399 'browser/net/ssl_config_service_manager_pref.cc', | 1399 'browser/net/ssl_config_service_manager_pref.cc', |
| 1400 'browser/net/network_stats.cc', |
| 1401 'browser/net/network_stats.h', |
1400 'browser/net/url_fixer_upper.cc', | 1402 'browser/net/url_fixer_upper.cc', |
1401 'browser/net/url_fixer_upper.h', | 1403 'browser/net/url_fixer_upper.h', |
1402 'browser/net/url_info.cc', | 1404 'browser/net/url_info.cc', |
1403 'browser/net/url_info.h', | 1405 'browser/net/url_info.h', |
1404 'browser/net/url_request_failed_dns_job.cc', | 1406 'browser/net/url_request_failed_dns_job.cc', |
1405 'browser/net/url_request_failed_dns_job.h', | 1407 'browser/net/url_request_failed_dns_job.h', |
1406 # TODO: These should be moved to test_support (see below), but | 1408 # TODO: These should be moved to test_support (see below), but |
1407 # are currently used by production code in automation_provider.cc. | 1409 # are currently used by production code in automation_provider.cc. |
1408 'browser/net/url_request_mock_http_job.cc', | 1410 'browser/net/url_request_mock_http_job.cc', |
1409 'browser/net/url_request_mock_http_job.h', | 1411 'browser/net/url_request_mock_http_job.h', |
(...skipping 3183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4593 'hard_dependency': 1, | 4595 'hard_dependency': 1, |
4594 }, | 4596 }, |
4595 ], | 4597 ], |
4596 } | 4598 } |
4597 | 4599 |
4598 # Local Variables: | 4600 # Local Variables: |
4599 # tab-width:2 | 4601 # tab-width:2 |
4600 # indent-tabs-mode:nil | 4602 # indent-tabs-mode:nil |
4601 # End: | 4603 # End: |
4602 # vim: set expandtab tabstop=2 shiftwidth=2: | 4604 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |