| OLD | NEW |
| 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 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4024 "../browser/notifications/notification_system_observer_unittest.cc", | 4024 "../browser/notifications/notification_system_observer_unittest.cc", |
| 4025 "../browser/renderer_context_menu/context_menu_content_type_unittest.cc", | 4025 "../browser/renderer_context_menu/context_menu_content_type_unittest.cc", |
| 4026 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_conf
ig_unittest.cc", | 4026 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_conf
ig_unittest.cc", |
| 4027 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mode
l_unittest.cc", | 4027 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mode
l_unittest.cc", |
| 4028 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test
_utils.cc", | 4028 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test
_utils.cc", |
| 4029 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test
_utils.h", | 4029 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_test
_utils.h", |
| 4030 "../browser/safe_search_api/safe_search_url_checker_unittest.cc", | 4030 "../browser/safe_search_api/safe_search_url_checker_unittest.cc", |
| 4031 "../browser/search/hotword_service_unittest.cc", | 4031 "../browser/search/hotword_service_unittest.cc", |
| 4032 "../browser/signin/easy_unlock_app_manager_unittest.cc", | 4032 "../browser/signin/easy_unlock_app_manager_unittest.cc", |
| 4033 "../browser/signin/easy_unlock_auth_attempt_unittest.cc", | 4033 "../browser/signin/easy_unlock_auth_attempt_unittest.cc", |
| 4034 "../browser/signin/easy_unlock_notification_controller_chromeos_unittest.c
c", |
| 4034 "../browser/signin/easy_unlock_screenlock_state_handler_unittest.cc", | 4035 "../browser/signin/easy_unlock_screenlock_state_handler_unittest.cc", |
| 4035 "../browser/signin/easy_unlock_service_unittest_chromeos.cc", | 4036 "../browser/signin/easy_unlock_service_unittest_chromeos.cc", |
| 4036 "../browser/sync/glue/extensions_activity_monitor_unittest.cc", | 4037 "../browser/sync/glue/extensions_activity_monitor_unittest.cc", |
| 4037 "../browser/sync_file_system/drive_backend/callback_helper_unittest.cc", | 4038 "../browser/sync_file_system/drive_backend/callback_helper_unittest.cc", |
| 4038 "../browser/sync_file_system/drive_backend/callback_tracker_unittest.cc", | 4039 "../browser/sync_file_system/drive_backend/callback_tracker_unittest.cc", |
| 4039 "../browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc", | 4040 "../browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc", |
| 4040 "../browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc"
, | 4041 "../browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc"
, |
| 4041 "../browser/sync_file_system/drive_backend/drive_backend_test_util.cc", | 4042 "../browser/sync_file_system/drive_backend/drive_backend_test_util.cc", |
| 4042 "../browser/sync_file_system/drive_backend/drive_backend_test_util.h", | 4043 "../browser/sync_file_system/drive_backend/drive_backend_test_util.h", |
| 4043 "../browser/sync_file_system/drive_backend/fake_drive_service_helper.cc", | 4044 "../browser/sync_file_system/drive_backend/fake_drive_service_helper.cc", |
| (...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5196 } | 5197 } |
| 5197 | 5198 |
| 5198 if (is_win) { | 5199 if (is_win) { |
| 5199 loadable_module("conflicts_dll") { | 5200 loadable_module("conflicts_dll") { |
| 5200 testonly = true | 5201 testonly = true |
| 5201 sources = [ | 5202 sources = [ |
| 5202 "conflicts/conflicts_dll.cc", | 5203 "conflicts/conflicts_dll.cc", |
| 5203 ] | 5204 ] |
| 5204 } | 5205 } |
| 5205 } | 5206 } |
| OLD | NEW |