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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12805010: Implementing EvictedDomainCookieCounter to keep user metrics on cookie eviction and reinstatement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style and comment fixes; changing partial_sort() comparator to fix Linux build. Created 7 years, 8 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c', 892 'browser/metrics/variations/resource_request_allowed_notifier_unittest.c c',
893 'browser/nacl_host/nacl_validation_cache_unittest.cc', 893 'browser/nacl_host/nacl_validation_cache_unittest.cc',
894 'browser/nacl_host/pnacl_file_host_unittest.cc', 894 'browser/nacl_host/pnacl_file_host_unittest.cc',
895 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 895 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
896 'browser/net/chrome_net_log_unittest.cc', 896 'browser/net/chrome_net_log_unittest.cc',
897 'browser/net/chrome_network_delegate_unittest.cc', 897 'browser/net/chrome_network_delegate_unittest.cc',
898 'browser/net/clear_on_exit_policy_unittest.cc', 898 'browser/net/clear_on_exit_policy_unittest.cc',
899 'browser/net/connection_tester_unittest.cc', 899 'browser/net/connection_tester_unittest.cc',
900 'browser/net/dns_probe_job_unittest.cc', 900 'browser/net/dns_probe_job_unittest.cc',
901 'browser/net/dns_probe_service_unittest.cc', 901 'browser/net/dns_probe_service_unittest.cc',
902 'browser/net/evicted_domain_cookie_counter_unittest.cc',
902 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 903 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
903 'browser/net/http_pipelining_compatibility_client_unittest.cc', 904 'browser/net/http_pipelining_compatibility_client_unittest.cc',
904 'browser/net/http_server_properties_manager_unittest.cc', 905 'browser/net/http_server_properties_manager_unittest.cc',
905 'browser/net/net_log_logger_unittest.cc', 906 'browser/net/net_log_logger_unittest.cc',
906 'browser/net/net_log_temp_file_unittest.cc', 907 'browser/net/net_log_temp_file_unittest.cc',
907 'browser/net/network_stats_unittest.cc', 908 'browser/net/network_stats_unittest.cc',
908 'browser/net/predictor_unittest.cc', 909 'browser/net/predictor_unittest.cc',
909 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 910 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
910 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', 911 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc',
911 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 912 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
(...skipping 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 # more details. 2423 # more details.
2423 'DebugInformationFormat': '3', 2424 'DebugInformationFormat': '3',
2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2425 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2425 }, 2426 },
2426 }, 2427 },
2427 }, 2428 },
2428 ], 2429 ],
2429 }], 2430 }],
2430 ], # 'conditions' 2431 ], # 'conditions'
2431 } 2432 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698