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 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1649 'browser/net/connect_interceptor.h', | 1649 'browser/net/connect_interceptor.h', |
1650 'browser/net/connection_tester.cc', | 1650 'browser/net/connection_tester.cc', |
1651 'browser/net/connection_tester.h', | 1651 'browser/net/connection_tester.h', |
1652 'browser/net/crl_set_fetcher.cc', | 1652 'browser/net/crl_set_fetcher.cc', |
1653 'browser/net/crl_set_fetcher.h', | 1653 'browser/net/crl_set_fetcher.h', |
1654 'browser/net/gaia/gaia_oauth_consumer.h', | 1654 'browser/net/gaia/gaia_oauth_consumer.h', |
1655 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1655 'browser/net/gaia/gaia_oauth_fetcher.cc', |
1656 'browser/net/gaia/gaia_oauth_fetcher.h', | 1656 'browser/net/gaia/gaia_oauth_fetcher.h', |
1657 'browser/net/load_timing_observer.cc', | 1657 'browser/net/load_timing_observer.cc', |
1658 'browser/net/load_timing_observer.h', | 1658 'browser/net/load_timing_observer.h', |
| 1659 'browser/net/http_pipelining_compatibility_client.cc', |
| 1660 'browser/net/http_pipelining_compatibility_client.h', |
1659 'browser/net/net_log_logger.cc', | 1661 'browser/net/net_log_logger.cc', |
1660 'browser/net/net_log_logger.h', | 1662 'browser/net/net_log_logger.h', |
1661 'browser/net/net_pref_observer.cc', | 1663 'browser/net/net_pref_observer.cc', |
1662 'browser/net/net_pref_observer.h', | 1664 'browser/net/net_pref_observer.h', |
1663 'browser/net/network_stats.cc', | 1665 'browser/net/network_stats.cc', |
1664 'browser/net/network_stats.h', | 1666 'browser/net/network_stats.h', |
1665 'browser/net/passive_log_collector.cc', | 1667 'browser/net/passive_log_collector.cc', |
1666 'browser/net/passive_log_collector.h', | 1668 'browser/net/passive_log_collector.h', |
1667 'browser/net/preconnect.cc', | 1669 'browser/net/preconnect.cc', |
1668 'browser/net/preconnect.h', | 1670 'browser/net/preconnect.h', |
(...skipping 3770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5439 'type': 'static_library', | 5441 'type': 'static_library', |
5440 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5442 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5441 'variables': { | 5443 'variables': { |
5442 'proto_in_dir': 'browser/history', | 5444 'proto_in_dir': 'browser/history', |
5443 'proto_out_dir': 'chrome/browser/history', | 5445 'proto_out_dir': 'chrome/browser/history', |
5444 }, | 5446 }, |
5445 'includes': [ '../build/protoc.gypi' ] | 5447 'includes': [ '../build/protoc.gypi' ] |
5446 }, | 5448 }, |
5447 ], | 5449 ], |
5448 } | 5450 } |
OLD | NEW |