OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1651 'browser/net/connect_interceptor.h', | 1651 'browser/net/connect_interceptor.h', |
1652 'browser/net/connection_tester.cc', | 1652 'browser/net/connection_tester.cc', |
1653 'browser/net/connection_tester.h', | 1653 'browser/net/connection_tester.h', |
1654 'browser/net/crl_set_fetcher.cc', | 1654 'browser/net/crl_set_fetcher.cc', |
1655 'browser/net/crl_set_fetcher.h', | 1655 'browser/net/crl_set_fetcher.h', |
1656 'browser/net/gaia/gaia_oauth_consumer.h', | 1656 'browser/net/gaia/gaia_oauth_consumer.h', |
1657 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1657 'browser/net/gaia/gaia_oauth_fetcher.cc', |
1658 'browser/net/gaia/gaia_oauth_fetcher.h', | 1658 'browser/net/gaia/gaia_oauth_fetcher.h', |
1659 'browser/net/load_timing_observer.cc', | 1659 'browser/net/load_timing_observer.cc', |
1660 'browser/net/load_timing_observer.h', | 1660 'browser/net/load_timing_observer.h', |
| 1661 'browser/net/http_pipelining_compatibility_client.cc', |
| 1662 'browser/net/http_pipelining_compatibility_client.h', |
1661 'browser/net/net_log_logger.cc', | 1663 'browser/net/net_log_logger.cc', |
1662 'browser/net/net_log_logger.h', | 1664 'browser/net/net_log_logger.h', |
1663 'browser/net/net_pref_observer.cc', | 1665 'browser/net/net_pref_observer.cc', |
1664 'browser/net/net_pref_observer.h', | 1666 'browser/net/net_pref_observer.h', |
1665 'browser/net/network_stats.cc', | 1667 'browser/net/network_stats.cc', |
1666 'browser/net/network_stats.h', | 1668 'browser/net/network_stats.h', |
1667 'browser/net/passive_log_collector.cc', | 1669 'browser/net/passive_log_collector.cc', |
1668 'browser/net/passive_log_collector.h', | 1670 'browser/net/passive_log_collector.h', |
1669 'browser/net/preconnect.cc', | 1671 'browser/net/preconnect.cc', |
1670 'browser/net/preconnect.h', | 1672 'browser/net/preconnect.h', |
(...skipping 3847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5518 'type': 'static_library', | 5520 'type': 'static_library', |
5519 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5521 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5520 'variables': { | 5522 'variables': { |
5521 'proto_in_dir': 'browser/history', | 5523 'proto_in_dir': 'browser/history', |
5522 'proto_out_dir': 'chrome/browser/history', | 5524 'proto_out_dir': 'chrome/browser/history', |
5523 }, | 5525 }, |
5524 'includes': [ '../build/protoc.gypi' ] | 5526 'includes': [ '../build/protoc.gypi' ] |
5525 }, | 5527 }, |
5526 ], | 5528 ], |
5527 } | 5529 } |
OLD | NEW |