| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 3460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5050 'type': 'static_library', | 5052 'type': 'static_library', |
| 5051 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5053 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5052 'variables': { | 5054 'variables': { |
| 5053 'proto_in_dir': 'browser/history', | 5055 'proto_in_dir': 'browser/history', |
| 5054 'proto_out_dir': 'chrome/browser/history', | 5056 'proto_out_dir': 'chrome/browser/history', |
| 5055 }, | 5057 }, |
| 5056 'includes': [ '../build/protoc.gypi' ] | 5058 'includes': [ '../build/protoc.gypi' ] |
| 5057 }, | 5059 }, |
| 5058 ], | 5060 ], |
| 5059 } | 5061 } |
| OLD | NEW |