Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9302024: Add client for background testing of HTTP pipelining. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698