| 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 3659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3670 "../browser/platform_util_unittest.cc", | 3670 "../browser/platform_util_unittest.cc", |
| 3671 "../browser/policy/policy_path_parser_unittest.cc", | 3671 "../browser/policy/policy_path_parser_unittest.cc", |
| 3672 "../browser/process_singleton_posix_unittest.cc", | 3672 "../browser/process_singleton_posix_unittest.cc", |
| 3673 "../browser/profile_resetter/profile_resetter_unittest.cc", | 3673 "../browser/profile_resetter/profile_resetter_unittest.cc", |
| 3674 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", | 3674 "../browser/profile_resetter/triggered_profile_resetter_win_unittest.cc", |
| 3675 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", | 3675 "../browser/renderer_context_menu/render_view_context_menu_unittest.cc", |
| 3676 "../browser/search/instant_service_unittest.cc", | 3676 "../browser/search/instant_service_unittest.cc", |
| 3677 "../browser/search/instant_unittest_base.cc", | 3677 "../browser/search/instant_unittest_base.cc", |
| 3678 "../browser/search/instant_unittest_base.h", | 3678 "../browser/search/instant_unittest_base.h", |
| 3679 "../browser/search/one_google_bar/one_google_bar_fetcher_impl_unittest.cc"
, | 3679 "../browser/search/one_google_bar/one_google_bar_fetcher_impl_unittest.cc"
, |
| 3680 "../browser/search/one_google_bar/one_google_bar_service_unittest.cc", |
| 3680 "../browser/search/search_unittest.cc", | 3681 "../browser/search/search_unittest.cc", |
| 3681 "../browser/sessions/persistent_tab_restore_service_unittest.cc", | 3682 "../browser/sessions/persistent_tab_restore_service_unittest.cc", |
| 3682 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", | 3683 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.
cc", |
| 3683 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", | 3684 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", |
| 3684 "../browser/speech/tts_controller_unittest.cc", | 3685 "../browser/speech/tts_controller_unittest.cc", |
| 3685 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. | 3686 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. |
| 3686 "../browser/task_manager/providers/browser_process_task_unittest.cc", | 3687 "../browser/task_manager/providers/browser_process_task_unittest.cc", |
| 3687 "../browser/task_manager/providers/child_process_task_unittest.cc", | 3688 "../browser/task_manager/providers/child_process_task_unittest.cc", |
| 3688 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", | 3689 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", |
| 3689 "../browser/task_manager/sampling/task_group_unittest.cc", | 3690 "../browser/task_manager/sampling/task_group_unittest.cc", |
| (...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5243 } | 5244 } |
| 5244 | 5245 |
| 5245 if (is_win) { | 5246 if (is_win) { |
| 5246 loadable_module("conflicts_dll") { | 5247 loadable_module("conflicts_dll") { |
| 5247 testonly = true | 5248 testonly = true |
| 5248 sources = [ | 5249 sources = [ |
| 5249 "conflicts/conflicts_dll.cc", | 5250 "conflicts/conflicts_dll.cc", |
| 5250 ] | 5251 ] |
| 5251 } | 5252 } |
| 5252 } | 5253 } |
| OLD | NEW |