Chromium Code Reviews| 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 3613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3624 | 3624 |
| 3625 # GCMDriverAndroid is not yet implemented. | 3625 # GCMDriverAndroid is not yet implemented. |
| 3626 "../browser/services/gcm/gcm_profile_service_unittest.cc", | 3626 "../browser/services/gcm/gcm_profile_service_unittest.cc", |
| 3627 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3627 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3628 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3628 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
| 3629 "../browser/speech/tts_controller_unittest.cc", | 3629 "../browser/speech/tts_controller_unittest.cc", |
| 3630 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", | 3630 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", |
| 3631 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. | 3631 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. |
| 3632 "../browser/task_manager/providers/browser_process_task_unittest.cc", | 3632 "../browser/task_manager/providers/browser_process_task_unittest.cc", |
| 3633 "../browser/task_manager/providers/child_process_task_unittest.cc", | 3633 "../browser/task_manager/providers/child_process_task_unittest.cc", |
| 3634 "../browser/task_manager/sampling/shared_sampler_unittest_win.cc", | 3634 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", |
|
stanisc
2017/01/30 21:51:14
Iteresting! It looks like both patterns are used b
Wez
2017/01/31 03:36:24
Yes, I thought I'd change this since it seems more
| |
| 3635 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", | 3635 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", |
| 3636 "../browser/task_manager/task_manager_observer_unittest.cc", | 3636 "../browser/task_manager/task_manager_observer_unittest.cc", |
| 3637 "../browser/task_manager/test_task_manager.cc", | 3637 "../browser/task_manager/test_task_manager.cc", |
| 3638 "../browser/task_manager/test_task_manager.h", | 3638 "../browser/task_manager/test_task_manager.h", |
| 3639 "../browser/themes/browser_theme_pack_unittest.cc", | 3639 "../browser/themes/browser_theme_pack_unittest.cc", |
| 3640 "../browser/themes/theme_properties_unittest.cc", | 3640 "../browser/themes/theme_properties_unittest.cc", |
| 3641 "../browser/themes/theme_service_unittest.cc", | 3641 "../browser/themes/theme_service_unittest.cc", |
| 3642 "../browser/themes/theme_syncable_service_unittest.cc", | 3642 "../browser/themes/theme_syncable_service_unittest.cc", |
| 3643 "../browser/translate/translate_manager_render_view_host_unittest.cc", | 3643 "../browser/translate/translate_manager_render_view_host_unittest.cc", |
| 3644 "../browser/ui/webui/theme_source_unittest.cc", | 3644 "../browser/ui/webui/theme_source_unittest.cc", |
| (...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5136 } | 5136 } |
| 5137 | 5137 |
| 5138 if (is_win) { | 5138 if (is_win) { |
| 5139 loadable_module("conflicts_dll") { | 5139 loadable_module("conflicts_dll") { |
| 5140 testonly = true | 5140 testonly = true |
| 5141 sources = [ | 5141 sources = [ |
| 5142 "conflicts/conflicts_dll.cc", | 5142 "conflicts/conflicts_dll.cc", |
| 5143 ] | 5143 ] |
| 5144 } | 5144 } |
| 5145 } | 5145 } |
| OLD | NEW |