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 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3245 # TODO(hashimoto): those tests should be componentized and moved to | 3245 # TODO(hashimoto): those tests should be componentized and moved to |
3246 # //components:components_unittests, http://crbug.com/527882. | 3246 # //components:components_unittests, http://crbug.com/527882. |
3247 "../browser/search_engines/template_url_fetcher_unittest.cc", | 3247 "../browser/search_engines/template_url_fetcher_unittest.cc", |
3248 "../browser/search_engines/template_url_parser_unittest.cc", | 3248 "../browser/search_engines/template_url_parser_unittest.cc", |
3249 "../browser/search_engines/template_url_service_sync_unittest.cc", | 3249 "../browser/search_engines/template_url_service_sync_unittest.cc", |
3250 "../browser/search_engines/template_url_service_unittest.cc", | 3250 "../browser/search_engines/template_url_service_unittest.cc", |
3251 "../browser/service_process/service_process_control_mac_unittest.mm", | 3251 "../browser/service_process/service_process_control_mac_unittest.mm", |
3252 "../browser/sessions/chrome_serialized_navigation_driver_unittest.cc", | 3252 "../browser/sessions/chrome_serialized_navigation_driver_unittest.cc", |
3253 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", | 3253 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", |
3254 "../browser/sessions/session_common_utils_unittest.cc", | 3254 "../browser/sessions/session_common_utils_unittest.cc", |
| 3255 "../browser/sessions/session_restore_observer_unittest.cc", |
3255 "../browser/shell_integration_win_unittest.cc", | 3256 "../browser/shell_integration_win_unittest.cc", |
3256 "../browser/signin/account_reconcilor_unittest.cc", | 3257 "../browser/signin/account_reconcilor_unittest.cc", |
3257 "../browser/signin/chrome_signin_client_unittest.cc", | 3258 "../browser/signin/chrome_signin_client_unittest.cc", |
3258 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", | 3259 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", |
3259 "../browser/signin/local_auth_unittest.cc", | 3260 "../browser/signin/local_auth_unittest.cc", |
3260 "../browser/signin/signin_manager_unittest.cc", | 3261 "../browser/signin/signin_manager_unittest.cc", |
3261 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", | 3262 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", |
3262 "../browser/signin/signin_tracker_unittest.cc", | 3263 "../browser/signin/signin_tracker_unittest.cc", |
3263 "../browser/signin/test_signin_client_builder.cc", | 3264 "../browser/signin/test_signin_client_builder.cc", |
3264 "../browser/signin/test_signin_client_builder.h", | 3265 "../browser/signin/test_signin_client_builder.h", |
(...skipping 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5166 } | 5167 } |
5167 | 5168 |
5168 if (is_win) { | 5169 if (is_win) { |
5169 loadable_module("conflicts_dll") { | 5170 loadable_module("conflicts_dll") { |
5170 testonly = true | 5171 testonly = true |
5171 sources = [ | 5172 sources = [ |
5172 "conflicts/conflicts_dll.cc", | 5173 "conflicts/conflicts_dll.cc", |
5173 ] | 5174 ] |
5174 } | 5175 } |
5175 } | 5176 } |
OLD | NEW |