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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2968323002: [EasyUnlock] Introduce EasyUnlockNotificationController (Closed)
Patch Set: fix unittests Created 3 years, 5 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/browser/signin/easy_unlock_notification_controller_chromeos_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4067 matching lines...) Expand 10 before | Expand all | Expand 10 after
4078 "../browser/notifications/notification_system_observer_unittest.cc", 4078 "../browser/notifications/notification_system_observer_unittest.cc",
4079 "../browser/renderer_context_menu/context_menu_content_type_unittest.cc", 4079 "../browser/renderer_context_menu/context_menu_content_type_unittest.cc",
4080 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_conf ig_unittest.cc", 4080 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_conf ig_unittest.cc",
4081 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mode l_unittest.cc", 4081 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mode l_unittest.cc",
4082 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test _utils.cc", 4082 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test _utils.cc",
4083 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test _utils.h", 4083 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test _utils.h",
4084 "../browser/safe_search_api/safe_search_url_checker_unittest.cc", 4084 "../browser/safe_search_api/safe_search_url_checker_unittest.cc",
4085 "../browser/search/hotword_service_unittest.cc", 4085 "../browser/search/hotword_service_unittest.cc",
4086 "../browser/signin/easy_unlock_app_manager_unittest.cc", 4086 "../browser/signin/easy_unlock_app_manager_unittest.cc",
4087 "../browser/signin/easy_unlock_auth_attempt_unittest.cc", 4087 "../browser/signin/easy_unlock_auth_attempt_unittest.cc",
4088 "../browser/signin/easy_unlock_notification_controller_chromeos_unittest.c c",
4088 "../browser/signin/easy_unlock_screenlock_state_handler_unittest.cc", 4089 "../browser/signin/easy_unlock_screenlock_state_handler_unittest.cc",
4089 "../browser/signin/easy_unlock_service_unittest_chromeos.cc", 4090 "../browser/signin/easy_unlock_service_unittest_chromeos.cc",
4090 "../browser/sync/glue/extensions_activity_monitor_unittest.cc", 4091 "../browser/sync/glue/extensions_activity_monitor_unittest.cc",
4091 "../browser/sync_file_system/drive_backend/callback_helper_unittest.cc", 4092 "../browser/sync_file_system/drive_backend/callback_helper_unittest.cc",
4092 "../browser/sync_file_system/drive_backend/callback_tracker_unittest.cc", 4093 "../browser/sync_file_system/drive_backend/callback_tracker_unittest.cc",
4093 "../browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc", 4094 "../browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc",
4094 "../browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc" , 4095 "../browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc" ,
4095 "../browser/sync_file_system/drive_backend/drive_backend_test_util.cc", 4096 "../browser/sync_file_system/drive_backend/drive_backend_test_util.cc",
4096 "../browser/sync_file_system/drive_backend/drive_backend_test_util.h", 4097 "../browser/sync_file_system/drive_backend/drive_backend_test_util.h",
4097 "../browser/sync_file_system/drive_backend/fake_drive_service_helper.cc", 4098 "../browser/sync_file_system/drive_backend/fake_drive_service_helper.cc",
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
5255 } 5256 }
5256 5257
5257 if (is_win) { 5258 if (is_win) {
5258 loadable_module("conflicts_dll") { 5259 loadable_module("conflicts_dll") {
5259 testonly = true 5260 testonly = true
5260 sources = [ 5261 sources = [
5261 "conflicts/conflicts_dll.cc", 5262 "conflicts/conflicts_dll.cc",
5262 ] 5263 ]
5263 } 5264 }
5264 } 5265 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/easy_unlock_notification_controller_chromeos_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698