| 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 3323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3334 "../browser/search/iframe_source_unittest.cc", | 3334 "../browser/search/iframe_source_unittest.cc", |
| 3335 "../browser/search/thumbnail_source_unittest.cc", | 3335 "../browser/search/thumbnail_source_unittest.cc", |
| 3336 | 3336 |
| 3337 # TODO(hashimoto): those tests should be componentized and moved to | 3337 # TODO(hashimoto): those tests should be componentized and moved to |
| 3338 # //components:components_unittests, http://crbug.com/527882. | 3338 # //components:components_unittests, http://crbug.com/527882. |
| 3339 "../browser/search_engines/template_url_fetcher_unittest.cc", | 3339 "../browser/search_engines/template_url_fetcher_unittest.cc", |
| 3340 "../browser/search_engines/template_url_parser_unittest.cc", | 3340 "../browser/search_engines/template_url_parser_unittest.cc", |
| 3341 "../browser/search_engines/template_url_service_sync_unittest.cc", | 3341 "../browser/search_engines/template_url_service_sync_unittest.cc", |
| 3342 "../browser/search_engines/template_url_service_unittest.cc", | 3342 "../browser/search_engines/template_url_service_unittest.cc", |
| 3343 "../browser/service_process/service_process_control_mac_unittest.mm", | 3343 "../browser/service_process/service_process_control_mac_unittest.mm", |
| 3344 "../browser/sessions/chrome_serialized_navigation_driver_unittest.cc", |
| 3344 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", | 3345 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", |
| 3345 "../browser/sessions/session_common_utils_unittest.cc", | 3346 "../browser/sessions/session_common_utils_unittest.cc", |
| 3346 "../browser/shell_integration_win_unittest.cc", | 3347 "../browser/shell_integration_win_unittest.cc", |
| 3347 "../browser/signin/account_reconcilor_unittest.cc", | 3348 "../browser/signin/account_reconcilor_unittest.cc", |
| 3348 "../browser/signin/chrome_signin_client_unittest.cc", | 3349 "../browser/signin/chrome_signin_client_unittest.cc", |
| 3349 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", | 3350 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", |
| 3350 "../browser/signin/local_auth_unittest.cc", | 3351 "../browser/signin/local_auth_unittest.cc", |
| 3351 "../browser/signin/signin_manager_unittest.cc", | 3352 "../browser/signin/signin_manager_unittest.cc", |
| 3352 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", | 3353 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", |
| 3353 "../browser/signin/signin_tracker_unittest.cc", | 3354 "../browser/signin/signin_tracker_unittest.cc", |
| (...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5197 } | 5198 } |
| 5198 | 5199 |
| 5199 if (is_win) { | 5200 if (is_win) { |
| 5200 loadable_module("conflicts_dll") { | 5201 loadable_module("conflicts_dll") { |
| 5201 testonly = true | 5202 testonly = true |
| 5202 sources = [ | 5203 sources = [ |
| 5203 "conflicts/conflicts_dll.cc", | 5204 "conflicts/conflicts_dll.cc", |
| 5204 ] | 5205 ] |
| 5205 } | 5206 } |
| 5206 } | 5207 } |
| OLD | NEW |