| 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 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3605 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", | 3605 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", |
| 3606 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3606 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
| 3607 "../browser/speech/tts_controller_unittest.cc", | 3607 "../browser/speech/tts_controller_unittest.cc", |
| 3608 "../browser/sync/sessions/browser_list_router_helper_unittest.cc", | 3608 "../browser/sync/sessions/browser_list_router_helper_unittest.cc", |
| 3609 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. | 3609 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. |
| 3610 "../browser/task_manager/providers/browser_process_task_unittest.cc", | 3610 "../browser/task_manager/providers/browser_process_task_unittest.cc", |
| 3611 "../browser/task_manager/providers/child_process_task_unittest.cc", | 3611 "../browser/task_manager/providers/child_process_task_unittest.cc", |
| 3612 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", | 3612 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", |
| 3613 "../browser/task_manager/sampling/task_group_unittest.cc", | 3613 "../browser/task_manager/sampling/task_group_unittest.cc", |
| 3614 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", | 3614 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", |
| 3615 "../browser/task_manager/sampling/task_manager_io_thread_helper_unittest.c
c", |
| 3615 "../browser/task_manager/task_manager_observer_unittest.cc", | 3616 "../browser/task_manager/task_manager_observer_unittest.cc", |
| 3616 "../browser/task_manager/test_task_manager.cc", | 3617 "../browser/task_manager/test_task_manager.cc", |
| 3617 "../browser/task_manager/test_task_manager.h", | 3618 "../browser/task_manager/test_task_manager.h", |
| 3618 "../browser/themes/browser_theme_pack_unittest.cc", | 3619 "../browser/themes/browser_theme_pack_unittest.cc", |
| 3619 "../browser/themes/theme_properties_unittest.cc", | 3620 "../browser/themes/theme_properties_unittest.cc", |
| 3620 "../browser/themes/theme_service_unittest.cc", | 3621 "../browser/themes/theme_service_unittest.cc", |
| 3621 "../browser/themes/theme_syncable_service_unittest.cc", | 3622 "../browser/themes/theme_syncable_service_unittest.cc", |
| 3622 "../browser/translate/translate_manager_render_view_host_unittest.cc", | 3623 "../browser/translate/translate_manager_render_view_host_unittest.cc", |
| 3623 "../browser/ui/webui/theme_source_unittest.cc", | 3624 "../browser/ui/webui/theme_source_unittest.cc", |
| 3624 | 3625 |
| (...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5178 } | 5179 } |
| 5179 | 5180 |
| 5180 if (is_win) { | 5181 if (is_win) { |
| 5181 loadable_module("conflicts_dll") { | 5182 loadable_module("conflicts_dll") { |
| 5182 testonly = true | 5183 testonly = true |
| 5183 sources = [ | 5184 sources = [ |
| 5184 "conflicts/conflicts_dll.cc", | 5185 "conflicts/conflicts_dll.cc", |
| 5185 ] | 5186 ] |
| 5186 } | 5187 } |
| 5187 } | 5188 } |
| OLD | NEW |