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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 24451003: Client Hints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nit and use ScopedLocale with posix only Created 7 years, 2 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 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'browser/metrics/variations/variations_service_unittest.cc', 993 'browser/metrics/variations/variations_service_unittest.cc',
994 'browser/metrics/variations/variations_request_scheduler_unittest.cc', 994 'browser/metrics/variations/variations_request_scheduler_unittest.cc',
995 'browser/nacl_host/nacl_file_host_unittest.cc', 995 'browser/nacl_host/nacl_file_host_unittest.cc',
996 'browser/nacl_host/nacl_process_host_unittest.cc', 996 'browser/nacl_host/nacl_process_host_unittest.cc',
997 'browser/nacl_host/nacl_validation_cache_unittest.cc', 997 'browser/nacl_host/nacl_validation_cache_unittest.cc',
998 'browser/nacl_host/pnacl_translation_cache_unittest.cc', 998 'browser/nacl_host/pnacl_translation_cache_unittest.cc',
999 'browser/nacl_host/pnacl_host_unittest.cc', 999 'browser/nacl_host/pnacl_host_unittest.cc',
1000 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 1000 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
1001 'browser/net/chrome_network_data_saving_metrics_unittest.cc', 1001 'browser/net/chrome_network_data_saving_metrics_unittest.cc',
1002 'browser/net/chrome_network_delegate_unittest.cc', 1002 'browser/net/chrome_network_delegate_unittest.cc',
1003 'browser/net/client_hints_unittest.cc',
1003 'browser/net/connection_tester_unittest.cc', 1004 'browser/net/connection_tester_unittest.cc',
1004 'browser/net/dns_probe_runner_unittest.cc', 1005 'browser/net/dns_probe_runner_unittest.cc',
1005 'browser/net/dns_probe_service_unittest.cc', 1006 'browser/net/dns_probe_service_unittest.cc',
1006 'browser/net/evicted_domain_cookie_counter_unittest.cc', 1007 'browser/net/evicted_domain_cookie_counter_unittest.cc',
1007 'browser/net/firefox_proxy_settings_unittest.cc', 1008 'browser/net/firefox_proxy_settings_unittest.cc',
1008 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 1009 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
1009 'browser/net/http_pipelining_compatibility_client_unittest.cc', 1010 'browser/net/http_pipelining_compatibility_client_unittest.cc',
1010 'browser/net/http_server_properties_manager_unittest.cc', 1011 'browser/net/http_server_properties_manager_unittest.cc',
1011 'browser/net/net_error_tab_helper_unittest.cc', 1012 'browser/net/net_error_tab_helper_unittest.cc',
1012 'browser/net/net_log_temp_file_unittest.cc', 1013 'browser/net/net_log_temp_file_unittest.cc',
(...skipping 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 'browser/ui/app_list/test/fake_profile_store.cc', 2835 'browser/ui/app_list/test/fake_profile_store.cc',
2835 'browser/ui/app_list/test/fake_profile_store.h', 2836 'browser/ui/app_list/test/fake_profile_store.h',
2836 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2837 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2837 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2838 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2838 ], 2839 ],
2839 }, 2840 },
2840 ], 2841 ],
2841 }], 2842 }],
2842 ], # 'conditions' 2843 ], # 'conditions'
2843 } 2844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698