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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 262583007: Password manager internals page service: introduction (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also tests use the right namespace Created 6 years, 7 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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 'browser/notifications/sync_notifier/synced_notification_app_info_servic e_unittest.cc', 1127 'browser/notifications/sync_notifier/synced_notification_app_info_servic e_unittest.cc',
1128 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', 1128 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc',
1129 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', 1129 'browser/notifications/sync_notifier/sync_notifier_test_utils.h',
1130 'browser/notifications/sync_notifier/welcome_delegate_unittest.cc', 1130 'browser/notifications/sync_notifier/welcome_delegate_unittest.cc',
1131 'browser/omnibox/omnibox_field_trial_unittest.cc', 1131 'browser/omnibox/omnibox_field_trial_unittest.cc',
1132 'browser/omaha_query_params/omaha_query_params_unittest.cc', 1132 'browser/omaha_query_params/omaha_query_params_unittest.cc',
1133 'browser/parsers/metadata_parser_filebase_unittest.cc', 1133 'browser/parsers/metadata_parser_filebase_unittest.cc',
1134 'browser/password_manager/chrome_password_manager_client_unittest.cc', 1134 'browser/password_manager/chrome_password_manager_client_unittest.cc',
1135 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1135 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1136 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1136 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1137 'browser/password_manager/password_manager_internals_service_unittest.cc ',
1137 'browser/password_manager/password_manager_metrics_util_unittest.cc', 1138 'browser/password_manager/password_manager_metrics_util_unittest.cc',
1138 'browser/password_manager/password_store_mac_unittest.cc', 1139 'browser/password_manager/password_store_mac_unittest.cc',
1139 'browser/password_manager/password_store_win_unittest.cc', 1140 'browser/password_manager/password_store_win_unittest.cc',
1140 'browser/password_manager/password_store_x_unittest.cc', 1141 'browser/password_manager/password_store_x_unittest.cc',
1141 'browser/performance_monitor/database_unittest.cc', 1142 'browser/performance_monitor/database_unittest.cc',
1142 'browser/plugins/plugin_finder_unittest.cc', 1143 'browser/plugins/plugin_finder_unittest.cc',
1143 'browser/plugins/plugin_installer_unittest.cc', 1144 'browser/plugins/plugin_installer_unittest.cc',
1144 'browser/plugins/plugin_metadata_unittest.cc', 1145 'browser/plugins/plugin_metadata_unittest.cc',
1145 'browser/plugins/plugin_prefs_unittest.cc', 1146 'browser/plugins/plugin_prefs_unittest.cc',
1146 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', 1147 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc',
(...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 # more details. 2847 # more details.
2847 'DebugInformationFormat': '3', 2848 'DebugInformationFormat': '3',
2848 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2849 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2849 }, 2850 },
2850 }, 2851 },
2851 }, 2852 },
2852 ], 2853 ],
2853 }], 2854 }],
2854 ], # 'conditions' 2855 ], # 'conditions'
2855 } 2856 }
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_manager_internals_service_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698