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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 153273002: Include the language (locale) info in the update ping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, Unittest Created 6 years, 10 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_common.gypi ('k') | chrome/common/omaha_query_params/OWNERS » ('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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'browser/notifications/login_state_notification_blocker_chromeos_unittes t.cc', 1099 'browser/notifications/login_state_notification_blocker_chromeos_unittes t.cc',
1100 'browser/notifications/message_center_notifications_unittest_win.cc', 1100 'browser/notifications/message_center_notifications_unittest_win.cc',
1101 'browser/notifications/message_center_settings_controller_unittest.cc', 1101 'browser/notifications/message_center_settings_controller_unittest.cc',
1102 'browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.c c', 1102 'browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.c c',
1103 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ', 1103 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ',
1104 'browser/notifications/sync_notifier/synced_notification_unittest.cc', 1104 'browser/notifications/sync_notifier/synced_notification_unittest.cc',
1105 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', 1105 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc',
1106 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', 1106 'browser/notifications/sync_notifier/sync_notifier_test_utils.h',
1107 'browser/notifications/sync_notifier/welcome_delegate_unittest.cc', 1107 'browser/notifications/sync_notifier/welcome_delegate_unittest.cc',
1108 'browser/omnibox/omnibox_field_trial_unittest.cc', 1108 'browser/omnibox/omnibox_field_trial_unittest.cc',
1109 'browser/omaha_query_params/omaha_query_params_unittest.cc',
1109 'browser/parsers/metadata_parser_filebase_unittest.cc', 1110 'browser/parsers/metadata_parser_filebase_unittest.cc',
1110 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1111 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1111 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1112 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1112 'browser/password_manager/password_form_manager_unittest.cc', 1113 'browser/password_manager/password_form_manager_unittest.cc',
1113 'browser/password_manager/password_generation_manager_unittest.cc', 1114 'browser/password_manager/password_generation_manager_unittest.cc',
1114 'browser/password_manager/password_manager_metrics_util_unittest.cc', 1115 'browser/password_manager/password_manager_metrics_util_unittest.cc',
1115 'browser/password_manager/password_manager_unittest.cc', 1116 'browser/password_manager/password_manager_unittest.cc',
1116 'browser/password_manager/password_store_unittest.cc', 1117 'browser/password_manager/password_store_unittest.cc',
1117 'browser/password_manager/password_store_default_unittest.cc', 1118 'browser/password_manager/password_store_default_unittest.cc',
1118 'browser/password_manager/password_store_mac_unittest.cc', 1119 'browser/password_manager/password_store_mac_unittest.cc',
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 'browser/ui/app_list/test/fake_profile_store.h', 2928 'browser/ui/app_list/test/fake_profile_store.h',
2928 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2929 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2930 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2930 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2931 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2931 ], 2932 ],
2932 }, 2933 },
2933 ], 2934 ],
2934 }], 2935 }],
2935 ], # 'conditions' 2936 ], # 'conditions'
2936 } 2937 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/omaha_query_params/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698