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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7056031: Collect stats to investigate the viability of UDP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 'browser/net/referrer.cc', 1411 'browser/net/referrer.cc',
1412 'browser/net/referrer.h', 1412 'browser/net/referrer.h',
1413 'browser/net/sdch_dictionary_fetcher.cc', 1413 'browser/net/sdch_dictionary_fetcher.cc',
1414 'browser/net/sdch_dictionary_fetcher.h', 1414 'browser/net/sdch_dictionary_fetcher.h',
1415 'browser/net/service_providers_win.cc', 1415 'browser/net/service_providers_win.cc',
1416 'browser/net/service_providers_win.h', 1416 'browser/net/service_providers_win.h',
1417 'browser/net/sqlite_persistent_cookie_store.cc', 1417 'browser/net/sqlite_persistent_cookie_store.cc',
1418 'browser/net/sqlite_persistent_cookie_store.h', 1418 'browser/net/sqlite_persistent_cookie_store.h',
1419 'browser/net/ssl_config_service_manager.h', 1419 'browser/net/ssl_config_service_manager.h',
1420 'browser/net/ssl_config_service_manager_pref.cc', 1420 'browser/net/ssl_config_service_manager_pref.cc',
1421 'browser/net/network_stats.cc',
willchan no longer on Chromium 2011/06/08 14:07:02 Sort alphabetically
ramant (doing other things) 2011/06/08 17:47:17 Done.
1422 'browser/net/network_stats.h',
1421 'browser/net/url_fixer_upper.cc', 1423 'browser/net/url_fixer_upper.cc',
1422 'browser/net/url_fixer_upper.h', 1424 'browser/net/url_fixer_upper.h',
1423 'browser/net/url_info.cc', 1425 'browser/net/url_info.cc',
1424 'browser/net/url_info.h', 1426 'browser/net/url_info.h',
1425 'browser/net/url_request_failed_dns_job.cc', 1427 'browser/net/url_request_failed_dns_job.cc',
1426 'browser/net/url_request_failed_dns_job.h', 1428 'browser/net/url_request_failed_dns_job.h',
1427 # TODO: These should be moved to test_support (see below), but 1429 # TODO: These should be moved to test_support (see below), but
1428 # are currently used by production code in automation_provider.cc. 1430 # are currently used by production code in automation_provider.cc.
1429 'browser/net/url_request_mock_http_job.cc', 1431 'browser/net/url_request_mock_http_job.cc',
1430 'browser/net/url_request_mock_http_job.h', 1432 'browser/net/url_request_mock_http_job.h',
(...skipping 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after
4636 'hard_dependency': 1, 4638 'hard_dependency': 1,
4637 }, 4639 },
4638 ], 4640 ],
4639 } 4641 }
4640 4642
4641 # Local Variables: 4643 # Local Variables:
4642 # tab-width:2 4644 # tab-width:2
4643 # indent-tabs-mode:nil 4645 # indent-tabs-mode:nil
4644 # End: 4646 # End:
4645 # vim: set expandtab tabstop=2 shiftwidth=2: 4647 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698