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 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1667 'browser/net/connect_interceptor.h', | 1667 'browser/net/connect_interceptor.h', |
1668 'browser/net/connection_tester.cc', | 1668 'browser/net/connection_tester.cc', |
1669 'browser/net/connection_tester.h', | 1669 'browser/net/connection_tester.h', |
1670 'browser/net/crl_set_fetcher.cc', | 1670 'browser/net/crl_set_fetcher.cc', |
1671 'browser/net/crl_set_fetcher.h', | 1671 'browser/net/crl_set_fetcher.h', |
1672 'browser/net/gaia/gaia_oauth_consumer.h', | 1672 'browser/net/gaia/gaia_oauth_consumer.h', |
1673 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1673 'browser/net/gaia/gaia_oauth_fetcher.cc', |
1674 'browser/net/gaia/gaia_oauth_fetcher.h', | 1674 'browser/net/gaia/gaia_oauth_fetcher.h', |
1675 'browser/net/load_timing_observer.cc', | 1675 'browser/net/load_timing_observer.cc', |
1676 'browser/net/load_timing_observer.h', | 1676 'browser/net/load_timing_observer.h', |
1677 'browser/net/http_pipelining_compatibility_client.cc', | |
1678 'browser/net/http_pipelining_compatibility_client.h', | |
1679 'browser/net/net_log_logger.cc', | 1677 'browser/net/net_log_logger.cc', |
1680 'browser/net/net_log_logger.h', | 1678 'browser/net/net_log_logger.h', |
1681 'browser/net/net_pref_observer.cc', | 1679 'browser/net/net_pref_observer.cc', |
1682 'browser/net/net_pref_observer.h', | 1680 'browser/net/net_pref_observer.h', |
1683 'browser/net/network_stats.cc', | 1681 'browser/net/network_stats.cc', |
1684 'browser/net/network_stats.h', | 1682 'browser/net/network_stats.h', |
1685 'browser/net/passive_log_collector.cc', | 1683 'browser/net/passive_log_collector.cc', |
1686 'browser/net/passive_log_collector.h', | 1684 'browser/net/passive_log_collector.h', |
1687 'browser/net/preconnect.cc', | 1685 'browser/net/preconnect.cc', |
1688 'browser/net/preconnect.h', | 1686 'browser/net/preconnect.h', |
(...skipping 3855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5544 'type': 'static_library', | 5542 'type': 'static_library', |
5545 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5543 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5546 'variables': { | 5544 'variables': { |
5547 'proto_in_dir': 'browser/history', | 5545 'proto_in_dir': 'browser/history', |
5548 'proto_out_dir': 'chrome/browser/history', | 5546 'proto_out_dir': 'chrome/browser/history', |
5549 }, | 5547 }, |
5550 'includes': [ '../build/protoc.gypi' ] | 5548 'includes': [ '../build/protoc.gypi' ] |
5551 }, | 5549 }, |
5552 ], | 5550 ], |
5553 } | 5551 } |
OLD | NEW |