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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1636 'browser/net/connect_interceptor.h', | 1636 'browser/net/connect_interceptor.h', |
1637 'browser/net/connection_tester.cc', | 1637 'browser/net/connection_tester.cc', |
1638 'browser/net/connection_tester.h', | 1638 'browser/net/connection_tester.h', |
1639 'browser/net/crl_set_fetcher.cc', | 1639 'browser/net/crl_set_fetcher.cc', |
1640 'browser/net/crl_set_fetcher.h', | 1640 'browser/net/crl_set_fetcher.h', |
1641 'browser/net/gaia/gaia_oauth_consumer.h', | 1641 'browser/net/gaia/gaia_oauth_consumer.h', |
1642 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1642 'browser/net/gaia/gaia_oauth_fetcher.cc', |
1643 'browser/net/gaia/gaia_oauth_fetcher.h', | 1643 'browser/net/gaia/gaia_oauth_fetcher.h', |
1644 'browser/net/load_timing_observer.cc', | 1644 'browser/net/load_timing_observer.cc', |
1645 'browser/net/load_timing_observer.h', | 1645 'browser/net/load_timing_observer.h', |
| 1646 'browser/net/http_pipelining_compatibility_client.cc', |
| 1647 'browser/net/http_pipelining_compatibility_client.h', |
1646 'browser/net/net_log_logger.cc', | 1648 'browser/net/net_log_logger.cc', |
1647 'browser/net/net_log_logger.h', | 1649 'browser/net/net_log_logger.h', |
1648 'browser/net/net_pref_observer.cc', | 1650 'browser/net/net_pref_observer.cc', |
1649 'browser/net/net_pref_observer.h', | 1651 'browser/net/net_pref_observer.h', |
1650 'browser/net/network_stats.cc', | 1652 'browser/net/network_stats.cc', |
1651 'browser/net/network_stats.h', | 1653 'browser/net/network_stats.h', |
1652 'browser/net/passive_log_collector.cc', | 1654 'browser/net/passive_log_collector.cc', |
1653 'browser/net/passive_log_collector.h', | 1655 'browser/net/passive_log_collector.h', |
1654 'browser/net/preconnect.cc', | 1656 'browser/net/preconnect.cc', |
1655 'browser/net/preconnect.h', | 1657 'browser/net/preconnect.h', |
(...skipping 3829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5485 'type': 'static_library', | 5487 'type': 'static_library', |
5486 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5488 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5487 'variables': { | 5489 'variables': { |
5488 'proto_in_dir': 'browser/history', | 5490 'proto_in_dir': 'browser/history', |
5489 'proto_out_dir': 'chrome/browser/history', | 5491 'proto_out_dir': 'chrome/browser/history', |
5490 }, | 5492 }, |
5491 'includes': [ '../build/protoc.gypi' ] | 5493 'includes': [ '../build/protoc.gypi' ] |
5492 }, | 5494 }, |
5493 ], | 5495 ], |
5494 } | 5496 } |
OLD | NEW |