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 3593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3604 "../browser/search/instant_unittest_base.h", | 3604 "../browser/search/instant_unittest_base.h", |
3605 "../browser/search/search_unittest.cc", | 3605 "../browser/search/search_unittest.cc", |
3606 | 3606 |
3607 # GCMDriverAndroid is not yet implemented. | 3607 # GCMDriverAndroid is not yet implemented. |
3608 "../browser/services/gcm/gcm_profile_service_unittest.cc", | 3608 "../browser/services/gcm/gcm_profile_service_unittest.cc", |
3609 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3609 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
3610 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3610 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
3611 "../browser/speech/tts_controller_unittest.cc", | 3611 "../browser/speech/tts_controller_unittest.cc", |
3612 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", | 3612 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", |
3613 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. | 3613 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. |
| 3614 "../browser/task_manager/providers/browser_process_task_unittest.cc", |
| 3615 "../browser/task_manager/providers/child_process_task_unittest.cc", |
| 3616 "../browser/task_manager/sampling/shared_sampler_unittest_win.cc", |
| 3617 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", |
| 3618 "../browser/task_manager/task_manager_observer_unittest.cc", |
| 3619 "../browser/task_manager/test_task_manager.cc", |
| 3620 "../browser/task_manager/test_task_manager.h", |
3614 "../browser/translate/translate_manager_render_view_host_unittest.cc", | 3621 "../browser/translate/translate_manager_render_view_host_unittest.cc", |
3615 | 3622 |
3616 # The autofill popup is implemented in mostly native code on Android. | 3623 # The autofill popup is implemented in mostly native code on Android. |
3617 "../browser/ui/autofill/autofill_popup_controller_unittest.cc", | 3624 "../browser/ui/autofill/autofill_popup_controller_unittest.cc", |
3618 "../browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc", | 3625 "../browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc", |
3619 "../browser/ui/bookmarks/bookmark_unittest.cc", | 3626 "../browser/ui/bookmarks/bookmark_unittest.cc", |
3620 "../browser/ui/browser_close_unittest.cc", | 3627 "../browser/ui/browser_close_unittest.cc", |
3621 "../browser/ui/browser_command_controller_unittest.cc", | 3628 "../browser/ui/browser_command_controller_unittest.cc", |
3622 "../browser/ui/browser_instant_controller_unittest.cc", | 3629 "../browser/ui/browser_instant_controller_unittest.cc", |
3623 "../browser/ui/browser_unittest.cc", | 3630 "../browser/ui/browser_unittest.cc", |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4161 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", | 4168 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", |
4162 ] | 4169 ] |
4163 } | 4170 } |
4164 if (use_gio) { | 4171 if (use_gio) { |
4165 deps += [ "//build/linux/libgio" ] | 4172 deps += [ "//build/linux/libgio" ] |
4166 } | 4173 } |
4167 if (!is_chromeos && !use_ozone && is_linux) { | 4174 if (!is_chromeos && !use_ozone && is_linux) { |
4168 deps += [ "//chrome/browser/ui/libgtkui" ] | 4175 deps += [ "//chrome/browser/ui/libgtkui" ] |
4169 } | 4176 } |
4170 | 4177 |
4171 if (enable_task_manager) { | |
4172 sources += [ | |
4173 "../browser/task_manager/providers/browser_process_task_unittest.cc", | |
4174 "../browser/task_manager/providers/child_process_task_unittest.cc", | |
4175 "../browser/task_manager/sampling/shared_sampler_unittest_win.cc", | |
4176 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", | |
4177 "../browser/task_manager/task_manager_observer_unittest.cc", | |
4178 "../browser/task_manager/test_task_manager.cc", | |
4179 "../browser/task_manager/test_task_manager.h", | |
4180 ] | |
4181 } | |
4182 if (enable_mdns) { | 4178 if (enable_mdns) { |
4183 sources += [ | 4179 sources += [ |
4184 "../browser/local_discovery/local_domain_resolver_unittest.cc", | 4180 "../browser/local_discovery/local_domain_resolver_unittest.cc", |
4185 "../browser/local_discovery/service_discovery_client_unittest.cc", | 4181 "../browser/local_discovery/service_discovery_client_unittest.cc", |
4186 "../browser/printing/cloud_print/privet_device_lister_unittest.cc", | 4182 "../browser/printing/cloud_print/privet_device_lister_unittest.cc", |
4187 "../browser/printing/cloud_print/privet_local_printer_lister_unittest.cc", | 4183 "../browser/printing/cloud_print/privet_local_printer_lister_unittest.cc", |
4188 ] | 4184 ] |
4189 } | 4185 } |
4190 if (enable_service_discovery) { | 4186 if (enable_service_discovery) { |
4191 sources += [ | 4187 sources += [ |
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5125 } | 5121 } |
5126 | 5122 |
5127 if (is_win) { | 5123 if (is_win) { |
5128 loadable_module("conflicts_dll") { | 5124 loadable_module("conflicts_dll") { |
5129 testonly = true | 5125 testonly = true |
5130 sources = [ | 5126 sources = [ |
5131 "conflicts/conflicts_dll.cc", | 5127 "conflicts/conflicts_dll.cc", |
5132 ] | 5128 ] |
5133 } | 5129 } |
5134 } | 5130 } |
OLD | NEW |