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