| 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 4835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4846 sources += [ | 4846 sources += [ |
| 4847 "../browser/supervised_user/legacy/supervised_user_pref_mapping_service_un
ittest.cc", | 4847 "../browser/supervised_user/legacy/supervised_user_pref_mapping_service_un
ittest.cc", |
| 4848 "../browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_u
nittest.cc", | 4848 "../browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_u
nittest.cc", |
| 4849 "../browser/supervised_user/legacy/supervised_user_registration_utility_un
ittest.cc", | 4849 "../browser/supervised_user/legacy/supervised_user_registration_utility_un
ittest.cc", |
| 4850 "../browser/supervised_user/legacy/supervised_user_shared_settings_service
_unittest.cc", | 4850 "../browser/supervised_user/legacy/supervised_user_shared_settings_service
_unittest.cc", |
| 4851 "../browser/supervised_user/legacy/supervised_user_shared_settings_update_
unittest.cc", | 4851 "../browser/supervised_user/legacy/supervised_user_shared_settings_update_
unittest.cc", |
| 4852 "../browser/supervised_user/legacy/supervised_user_sync_service_unittest.c
c", | 4852 "../browser/supervised_user/legacy/supervised_user_sync_service_unittest.c
c", |
| 4853 ] | 4853 ] |
| 4854 } | 4854 } |
| 4855 if (enable_supervised_users && !is_android && !is_chromeos) { | 4855 if (enable_supervised_users && !is_android && !is_chromeos) { |
| 4856 sources += [ "../browser/ui/webui/signin/signin_supervised_user_import_handl
er_unittest.cc" ] | 4856 sources += [ |
| 4857 "../browser/supervised_user/supervised_user_creation_policy_handler_unitte
st.cc", |
| 4858 "../browser/ui/webui/signin/signin_supervised_user_import_handler_unittest
.cc", |
| 4859 ] |
| 4857 } | 4860 } |
| 4858 if (safe_browsing_mode == 1 && enable_extensions) { | 4861 if (safe_browsing_mode == 1 && enable_extensions) { |
| 4859 sources += [ "../browser/extensions/blacklist_unittest.cc" ] | 4862 sources += [ "../browser/extensions/blacklist_unittest.cc" ] |
| 4860 } | 4863 } |
| 4861 if (enable_app_list) { | 4864 if (enable_app_list) { |
| 4862 sources += [ | 4865 sources += [ |
| 4863 "../browser/apps/drive/drive_app_mapping_unittest.cc", | 4866 "../browser/apps/drive/drive_app_mapping_unittest.cc", |
| 4864 "../browser/ui/app_list/app_context_menu_unittest.cc", | 4867 "../browser/ui/app_list/app_context_menu_unittest.cc", |
| 4865 "../browser/ui/app_list/app_list_positioner_unittest.cc", | 4868 "../browser/ui/app_list/app_list_positioner_unittest.cc", |
| 4866 "../browser/ui/app_list/app_list_service_unittest.cc", | 4869 "../browser/ui/app_list/app_list_service_unittest.cc", |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5125 } | 5128 } |
| 5126 | 5129 |
| 5127 if (is_win) { | 5130 if (is_win) { |
| 5128 loadable_module("conflicts_dll") { | 5131 loadable_module("conflicts_dll") { |
| 5129 testonly = true | 5132 testonly = true |
| 5130 sources = [ | 5133 sources = [ |
| 5131 "conflicts/conflicts_dll.cc", | 5134 "conflicts/conflicts_dll.cc", |
| 5132 ] | 5135 ] |
| 5133 } | 5136 } |
| 5134 } | 5137 } |
| OLD | NEW |