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

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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 'browser/net/referrer.cc', 1412 'browser/net/referrer.cc',
1413 'browser/net/referrer.h', 1413 'browser/net/referrer.h',
1414 'browser/net/sdch_dictionary_fetcher.cc', 1414 'browser/net/sdch_dictionary_fetcher.cc',
1415 'browser/net/sdch_dictionary_fetcher.h', 1415 'browser/net/sdch_dictionary_fetcher.h',
1416 'browser/net/service_providers_win.cc', 1416 'browser/net/service_providers_win.cc',
1417 'browser/net/service_providers_win.h', 1417 'browser/net/service_providers_win.h',
1418 'browser/net/sqlite_persistent_cookie_store.cc', 1418 'browser/net/sqlite_persistent_cookie_store.cc',
1419 'browser/net/sqlite_persistent_cookie_store.h', 1419 'browser/net/sqlite_persistent_cookie_store.h',
1420 'browser/net/ssl_config_service_manager.h', 1420 'browser/net/ssl_config_service_manager.h',
1421 'browser/net/ssl_config_service_manager_pref.cc', 1421 'browser/net/ssl_config_service_manager_pref.cc',
1422 'browser/net/network_stats.cc',
1423 'browser/net/network_stats.h',
1422 'browser/net/url_fixer_upper.cc', 1424 'browser/net/url_fixer_upper.cc',
1423 'browser/net/url_fixer_upper.h', 1425 'browser/net/url_fixer_upper.h',
1424 'browser/net/url_info.cc', 1426 'browser/net/url_info.cc',
1425 'browser/net/url_info.h', 1427 'browser/net/url_info.h',
1426 'browser/net/url_request_failed_dns_job.cc', 1428 'browser/net/url_request_failed_dns_job.cc',
1427 'browser/net/url_request_failed_dns_job.h', 1429 'browser/net/url_request_failed_dns_job.h',
1428 # TODO: These should be moved to test_support (see below), but 1430 # TODO: These should be moved to test_support (see below), but
1429 # are currently used by production code in automation_provider.cc. 1431 # are currently used by production code in automation_provider.cc.
1430 'browser/net/url_request_mock_http_job.cc', 1432 'browser/net/url_request_mock_http_job.cc',
1431 'browser/net/url_request_mock_http_job.h', 1433 'browser/net/url_request_mock_http_job.h',
(...skipping 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after
4609 'hard_dependency': 1, 4611 'hard_dependency': 1,
4610 }, 4612 },
4611 ], 4613 ],
4612 } 4614 }
4613 4615
4614 # Local Variables: 4616 # Local Variables:
4615 # tab-width:2 4617 # tab-width:2
4616 # indent-tabs-mode:nil 4618 # indent-tabs-mode:nil
4617 # End: 4619 # End:
4618 # vim: set expandtab tabstop=2 shiftwidth=2: 4620 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698