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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23458016: Added probe to determine if data reduction proxy can be used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'browser/net/firefox_proxy_settings_unittest.cc', 1009 'browser/net/firefox_proxy_settings_unittest.cc',
1010 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 1010 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
1011 'browser/net/http_pipelining_compatibility_client_unittest.cc', 1011 'browser/net/http_pipelining_compatibility_client_unittest.cc',
1012 'browser/net/http_server_properties_manager_unittest.cc', 1012 'browser/net/http_server_properties_manager_unittest.cc',
1013 'browser/net/net_error_tab_helper_unittest.cc', 1013 'browser/net/net_error_tab_helper_unittest.cc',
1014 'browser/net/net_log_temp_file_unittest.cc', 1014 'browser/net/net_log_temp_file_unittest.cc',
1015 'browser/net/network_stats_unittest.cc', 1015 'browser/net/network_stats_unittest.cc',
1016 'browser/net/predictor_unittest.cc', 1016 'browser/net/predictor_unittest.cc',
1017 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 1017 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
1018 'browser/net/probe_message_unittest.cc', 1018 'browser/net/probe_message_unittest.cc',
1019 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc ',
1019 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', 1020 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc',
1020 'browser/net/sqlite_server_bound_cert_store_unittest.cc', 1021 'browser/net/sqlite_server_bound_cert_store_unittest.cc',
1021 'browser/net/ssl_config_service_manager_pref_unittest.cc', 1022 'browser/net/ssl_config_service_manager_pref_unittest.cc',
1022 'browser/net/transport_security_persister_unittest.cc', 1023 'browser/net/transport_security_persister_unittest.cc',
1023 'browser/net/url_info_unittest.cc', 1024 'browser/net/url_info_unittest.cc',
1024 'browser/network_time/navigation_time_helper_unittest.cc', 1025 'browser/network_time/navigation_time_helper_unittest.cc',
1025 'browser/network_time/network_time_tracker_unittest.cc', 1026 'browser/network_time/network_time_tracker_unittest.cc',
1026 'browser/notifications/desktop_notification_service_unittest.cc', 1027 'browser/notifications/desktop_notification_service_unittest.cc',
1027 'browser/notifications/message_center_notifications_unittest_win.cc', 1028 'browser/notifications/message_center_notifications_unittest_win.cc',
1028 'browser/notifications/message_center_settings_controller_unittest.cc', 1029 'browser/notifications/message_center_settings_controller_unittest.cc',
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after
2843 'browser/ui/app_list/test/fake_profile_store.cc', 2844 'browser/ui/app_list/test/fake_profile_store.cc',
2844 'browser/ui/app_list/test/fake_profile_store.h', 2845 'browser/ui/app_list/test/fake_profile_store.h',
2845 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2846 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2846 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2847 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2847 ], 2848 ],
2848 }, 2849 },
2849 ], 2850 ],
2850 }], 2851 }],
2851 ], # 'conditions' 2852 ], # 'conditions'
2852 } 2853 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698