| 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 4833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4844 sources += [ | 4844 sources += [ |
| 4845 "../browser/supervised_user/legacy/supervised_user_pref_mapping_service_un
ittest.cc", | 4845 "../browser/supervised_user/legacy/supervised_user_pref_mapping_service_un
ittest.cc", |
| 4846 "../browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_u
nittest.cc", | 4846 "../browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_u
nittest.cc", |
| 4847 "../browser/supervised_user/legacy/supervised_user_registration_utility_un
ittest.cc", | 4847 "../browser/supervised_user/legacy/supervised_user_registration_utility_un
ittest.cc", |
| 4848 "../browser/supervised_user/legacy/supervised_user_shared_settings_service
_unittest.cc", | 4848 "../browser/supervised_user/legacy/supervised_user_shared_settings_service
_unittest.cc", |
| 4849 "../browser/supervised_user/legacy/supervised_user_shared_settings_update_
unittest.cc", | 4849 "../browser/supervised_user/legacy/supervised_user_shared_settings_update_
unittest.cc", |
| 4850 "../browser/supervised_user/legacy/supervised_user_sync_service_unittest.c
c", | 4850 "../browser/supervised_user/legacy/supervised_user_sync_service_unittest.c
c", |
| 4851 ] | 4851 ] |
| 4852 } | 4852 } |
| 4853 if (enable_supervised_users && !is_android && !is_chromeos) { | 4853 if (enable_supervised_users && !is_android && !is_chromeos) { |
| 4854 sources += [ "../browser/ui/webui/signin/signin_supervised_user_import_handl
er_unittest.cc" ] | 4854 sources += [ |
| 4855 "../browser/supervised_user/supervised_user_creation_policy_handler_unitte
st.cc", |
| 4856 "../browser/ui/webui/signin/signin_supervised_user_import_handler_unittest
.cc", |
| 4857 ] |
| 4855 } | 4858 } |
| 4856 if (safe_browsing_mode == 1 && enable_extensions) { | 4859 if (safe_browsing_mode == 1 && enable_extensions) { |
| 4857 sources += [ "../browser/extensions/blacklist_unittest.cc" ] | 4860 sources += [ "../browser/extensions/blacklist_unittest.cc" ] |
| 4858 } | 4861 } |
| 4859 if (enable_app_list) { | 4862 if (enable_app_list) { |
| 4860 sources += [ | 4863 sources += [ |
| 4861 "../browser/apps/drive/drive_app_mapping_unittest.cc", | 4864 "../browser/apps/drive/drive_app_mapping_unittest.cc", |
| 4862 "../browser/ui/app_list/app_context_menu_unittest.cc", | 4865 "../browser/ui/app_list/app_context_menu_unittest.cc", |
| 4863 "../browser/ui/app_list/app_list_positioner_unittest.cc", | 4866 "../browser/ui/app_list/app_list_positioner_unittest.cc", |
| 4864 "../browser/ui/app_list/app_list_service_unittest.cc", | 4867 "../browser/ui/app_list/app_list_service_unittest.cc", |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5115 } | 5118 } |
| 5116 | 5119 |
| 5117 if (is_win) { | 5120 if (is_win) { |
| 5118 loadable_module("conflicts_dll") { | 5121 loadable_module("conflicts_dll") { |
| 5119 testonly = true | 5122 testonly = true |
| 5120 sources = [ | 5123 sources = [ |
| 5121 "conflicts/conflicts_dll.cc", | 5124 "conflicts/conflicts_dll.cc", |
| 5122 ] | 5125 ] |
| 5123 } | 5126 } |
| 5124 } | 5127 } |
| OLD | NEW |