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