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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 59693008: Give mojo_shell a TransportSecurityPersister (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sprinkle some NET_EXPORT Created 7 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | mojo/shell/url_request_context_getter.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 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'browser/net/predictor_unittest.cc', 1044 'browser/net/predictor_unittest.cc',
1045 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 1045 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
1046 'browser/net/probe_message_unittest.cc', 1046 'browser/net/probe_message_unittest.cc',
1047 'browser/net/proxy_policy_handler_unittest.cc', 1047 'browser/net/proxy_policy_handler_unittest.cc',
1048 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 1048 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
1049 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 1049 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
1050 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc ', 1050 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc ',
1051 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', 1051 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc',
1052 'browser/net/sqlite_server_bound_cert_store_unittest.cc', 1052 'browser/net/sqlite_server_bound_cert_store_unittest.cc',
1053 'browser/net/ssl_config_service_manager_pref_unittest.cc', 1053 'browser/net/ssl_config_service_manager_pref_unittest.cc',
1054 'browser/net/transport_security_persister_unittest.cc',
1055 'browser/net/url_info_unittest.cc', 1054 'browser/net/url_info_unittest.cc',
1056 'browser/network_time/navigation_time_helper_unittest.cc', 1055 'browser/network_time/navigation_time_helper_unittest.cc',
1057 'browser/network_time/network_time_tracker_unittest.cc', 1056 'browser/network_time/network_time_tracker_unittest.cc',
1058 'browser/notifications/desktop_notification_service_unittest.cc', 1057 'browser/notifications/desktop_notification_service_unittest.cc',
1059 'browser/notifications/login_state_notification_blocker_chromeos_unittes t.cc', 1058 'browser/notifications/login_state_notification_blocker_chromeos_unittes t.cc',
1060 'browser/notifications/message_center_notifications_unittest_win.cc', 1059 'browser/notifications/message_center_notifications_unittest_win.cc',
1061 'browser/notifications/message_center_settings_controller_unittest.cc', 1060 'browser/notifications/message_center_settings_controller_unittest.cc',
1062 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ', 1061 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ',
1063 'browser/notifications/sync_notifier/synced_notification_unittest.cc', 1062 'browser/notifications/sync_notifier/synced_notification_unittest.cc',
1064 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', 1063 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc',
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 'browser/ui/app_list/test/fake_profile.h', 2924 'browser/ui/app_list/test/fake_profile.h',
2926 'browser/ui/app_list/test/fake_profile_store.cc', 2925 'browser/ui/app_list/test/fake_profile_store.cc',
2927 'browser/ui/app_list/test/fake_profile_store.h', 2926 'browser/ui/app_list/test/fake_profile_store.h',
2928 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2927 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2929 ], 2928 ],
2930 }, 2929 },
2931 ], 2930 ],
2932 }], 2931 }],
2933 ], # 'conditions' 2932 ], # 'conditions'
2934 } 2933 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | mojo/shell/url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698