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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 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_ui.gypi ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', 555 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc',
556 'browser/net/ssl_config_service_manager_pref_unittest.cc', 556 'browser/net/ssl_config_service_manager_pref_unittest.cc',
557 'browser/net/url_info_unittest.cc', 557 'browser/net/url_info_unittest.cc',
558 'browser/notifications/desktop_notification_profile_util_unittest.cc', 558 'browser/notifications/desktop_notification_profile_util_unittest.cc',
559 'browser/notifications/extension_welcome_notification_unittest.cc', 559 'browser/notifications/extension_welcome_notification_unittest.cc',
560 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc', 560 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc',
561 'browser/notifications/message_center_notifications_unittest.cc', 561 'browser/notifications/message_center_notifications_unittest.cc',
562 'browser/notifications/message_center_settings_controller_unittest.cc', 562 'browser/notifications/message_center_settings_controller_unittest.cc',
563 'browser/notifications/notification_conversion_helper_unittest.cc', 563 'browser/notifications/notification_conversion_helper_unittest.cc',
564 'browser/notifications/platform_notification_service_unittest.cc', 564 'browser/notifications/platform_notification_service_unittest.cc',
565 'browser/omaha_client/chrome_omaha_query_params_delegate_unittest.cc',
566 'browser/password_manager/chrome_password_manager_client_unittest.cc', 565 'browser/password_manager/chrome_password_manager_client_unittest.cc',
567 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 566 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
568 'browser/password_manager/password_manager_internals_service_unittest.cc', 567 'browser/password_manager/password_manager_internals_service_unittest.cc',
569 'browser/password_manager/password_manager_metrics_util_unittest.cc', 568 'browser/password_manager/password_manager_metrics_util_unittest.cc',
570 'browser/password_manager/password_store_mac_unittest.cc', 569 'browser/password_manager/password_store_mac_unittest.cc',
571 'browser/password_manager/password_store_win_unittest.cc', 570 'browser/password_manager/password_store_win_unittest.cc',
572 'browser/password_manager/password_store_x_unittest.cc', 571 'browser/password_manager/password_store_x_unittest.cc',
573 'browser/plugins/plugin_finder_unittest.cc', 572 'browser/plugins/plugin_finder_unittest.cc',
574 'browser/plugins/plugin_info_message_filter_unittest.cc', 573 'browser/plugins/plugin_info_message_filter_unittest.cc',
575 'browser/plugins/plugin_installer_unittest.cc', 574 'browser/plugins/plugin_installer_unittest.cc',
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1251 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1253 'browser/ui/webui/theme_source_unittest.cc', 1252 'browser/ui/webui/theme_source_unittest.cc',
1254 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1253 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
1255 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 1254 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
1256 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 1255 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
1257 'browser/ui/window_sizer/window_sizer_unittest.cc', 1256 'browser/ui/window_sizer/window_sizer_unittest.cc',
1258 'browser/ui/zoom/zoom_controller_unittest.cc', 1257 'browser/ui/zoom/zoom_controller_unittest.cc',
1259 'browser/undo/bookmark_undo_service_test.cc', 1258 'browser/undo/bookmark_undo_service_test.cc',
1260 'browser/undo/undo_manager_test.cc', 1259 'browser/undo/undo_manager_test.cc',
1261 'browser/upgrade_detector_impl_unittest.cc', 1260 'browser/upgrade_detector_impl_unittest.cc',
1261 'browser/update_client/chrome_update_query_params_delegate_unittest.cc',
1262 'browser/upload_list_unittest.cc', 1262 'browser/upload_list_unittest.cc',
1263 'browser/web_applications/web_app_mac_unittest.mm', 1263 'browser/web_applications/web_app_mac_unittest.mm',
1264 'browser/web_applications/web_app_unittest.cc', 1264 'browser/web_applications/web_app_unittest.cc',
1265 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1265 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1266 'browser/web_resource/promo_resource_service_unittest.cc', 1266 'browser/web_resource/promo_resource_service_unittest.cc',
1267 'common/chrome_paths_unittest.cc', 1267 'common/chrome_paths_unittest.cc',
1268 'common/chrome_content_client_unittest.cc', 1268 'common/chrome_content_client_unittest.cc',
1269 'common/cloud_print/cloud_print_helpers_unittest.cc', 1269 'common/cloud_print/cloud_print_helpers_unittest.cc',
1270 'common/crash_keys_unittest.cc', 1270 'common/crash_keys_unittest.cc',
1271 'common/extensions/api/commands/commands_manifest_unittest.cc', 1271 'common/extensions/api/commands/commands_manifest_unittest.cc',
(...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2956 'dependencies': [ 2956 'dependencies': [
2957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2958 ], 2958 ],
2959 }], 2959 }],
2960 ], 2960 ],
2961 }, 2961 },
2962 ], 2962 ],
2963 }], 2963 }],
2964 ], # 'conditions' 2964 ], # 'conditions'
2965 } 2965 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698