| 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 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3629 "../browser/search/instant_unittest_base.cc", | 3629 "../browser/search/instant_unittest_base.cc", |
| 3630 "../browser/search/instant_unittest_base.h", | 3630 "../browser/search/instant_unittest_base.h", |
| 3631 "../browser/search/search_unittest.cc", | 3631 "../browser/search/search_unittest.cc", |
| 3632 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3632 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3633 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3633 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
| 3634 "../browser/speech/tts_controller_unittest.cc", | 3634 "../browser/speech/tts_controller_unittest.cc", |
| 3635 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", | 3635 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", |
| 3636 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. | 3636 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. |
| 3637 "../browser/task_manager/providers/browser_process_task_unittest.cc", | 3637 "../browser/task_manager/providers/browser_process_task_unittest.cc", |
| 3638 "../browser/task_manager/providers/child_process_task_unittest.cc", | 3638 "../browser/task_manager/providers/child_process_task_unittest.cc", |
| 3639 "../browser/task_manager/sampling/shared_sampler_unittest_win.cc", | 3639 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", |
| 3640 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", | 3640 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", |
| 3641 "../browser/task_manager/task_manager_observer_unittest.cc", | 3641 "../browser/task_manager/task_manager_observer_unittest.cc", |
| 3642 "../browser/task_manager/test_task_manager.cc", | 3642 "../browser/task_manager/test_task_manager.cc", |
| 3643 "../browser/task_manager/test_task_manager.h", | 3643 "../browser/task_manager/test_task_manager.h", |
| 3644 "../browser/themes/browser_theme_pack_unittest.cc", | 3644 "../browser/themes/browser_theme_pack_unittest.cc", |
| 3645 "../browser/themes/theme_properties_unittest.cc", | 3645 "../browser/themes/theme_properties_unittest.cc", |
| 3646 "../browser/themes/theme_service_unittest.cc", | 3646 "../browser/themes/theme_service_unittest.cc", |
| 3647 "../browser/themes/theme_syncable_service_unittest.cc", | 3647 "../browser/themes/theme_syncable_service_unittest.cc", |
| 3648 "../browser/translate/translate_manager_render_view_host_unittest.cc", | 3648 "../browser/translate/translate_manager_render_view_host_unittest.cc", |
| 3649 "../browser/ui/webui/theme_source_unittest.cc", | 3649 "../browser/ui/webui/theme_source_unittest.cc", |
| (...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5148 } | 5148 } |
| 5149 | 5149 |
| 5150 if (is_win) { | 5150 if (is_win) { |
| 5151 loadable_module("conflicts_dll") { | 5151 loadable_module("conflicts_dll") { |
| 5152 testonly = true | 5152 testonly = true |
| 5153 sources = [ | 5153 sources = [ |
| 5154 "conflicts/conflicts_dll.cc", | 5154 "conflicts/conflicts_dll.cc", |
| 5155 ] | 5155 ] |
| 5156 } | 5156 } |
| 5157 } | 5157 } |
| OLD | NEW |