| 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 3488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3499 "../browser/search/instant_service_unittest.cc", | 3499 "../browser/search/instant_service_unittest.cc", |
| 3500 "../browser/search/instant_unittest_base.cc", | 3500 "../browser/search/instant_unittest_base.cc", |
| 3501 "../browser/search/instant_unittest_base.h", | 3501 "../browser/search/instant_unittest_base.h", |
| 3502 "../browser/search/one_google_bar/one_google_bar_fetcher_impl_unittest.cc"
, | 3502 "../browser/search/one_google_bar/one_google_bar_fetcher_impl_unittest.cc"
, |
| 3503 "../browser/search/one_google_bar/one_google_bar_service_unittest.cc", | 3503 "../browser/search/one_google_bar/one_google_bar_service_unittest.cc", |
| 3504 "../browser/search/search_unittest.cc", | 3504 "../browser/search/search_unittest.cc", |
| 3505 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3505 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3506 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", | 3506 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", |
| 3507 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3507 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
| 3508 "../browser/speech/tts_controller_unittest.cc", | 3508 "../browser/speech/tts_controller_unittest.cc", |
| 3509 "../browser/sync/sessions/browser_list_router_helper_unittest.cc", |
| 3509 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. | 3510 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. |
| 3510 "../browser/task_manager/providers/browser_process_task_unittest.cc", | 3511 "../browser/task_manager/providers/browser_process_task_unittest.cc", |
| 3511 "../browser/task_manager/providers/child_process_task_unittest.cc", | 3512 "../browser/task_manager/providers/child_process_task_unittest.cc", |
| 3512 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", | 3513 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", |
| 3513 "../browser/task_manager/sampling/task_group_unittest.cc", | 3514 "../browser/task_manager/sampling/task_group_unittest.cc", |
| 3514 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", | 3515 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", |
| 3515 "../browser/task_manager/task_manager_observer_unittest.cc", | 3516 "../browser/task_manager/task_manager_observer_unittest.cc", |
| 3516 "../browser/task_manager/test_task_manager.cc", | 3517 "../browser/task_manager/test_task_manager.cc", |
| 3517 "../browser/task_manager/test_task_manager.h", | 3518 "../browser/task_manager/test_task_manager.h", |
| 3518 "../browser/themes/browser_theme_pack_unittest.cc", | 3519 "../browser/themes/browser_theme_pack_unittest.cc", |
| (...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5055 } | 5056 } |
| 5056 | 5057 |
| 5057 if (is_win) { | 5058 if (is_win) { |
| 5058 loadable_module("conflicts_dll") { | 5059 loadable_module("conflicts_dll") { |
| 5059 testonly = true | 5060 testonly = true |
| 5060 sources = [ | 5061 sources = [ |
| 5061 "conflicts/conflicts_dll.cc", | 5062 "conflicts/conflicts_dll.cc", |
| 5062 ] | 5063 ] |
| 5063 } | 5064 } |
| 5064 } | 5065 } |
| OLD | NEW |