| 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 4663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4674 sources -= [ | 4674 sources -= [ |
| 4675 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", | 4675 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", |
| 4676 "../browser/ui/sync/sync_promo_ui_unittest.cc", | 4676 "../browser/ui/sync/sync_promo_ui_unittest.cc", |
| 4677 ] | 4677 ] |
| 4678 } | 4678 } |
| 4679 if (!is_android && !is_chromeos) { | 4679 if (!is_android && !is_chromeos) { |
| 4680 sources += [ | 4680 sources += [ |
| 4681 "../browser/media/webrtc/native_desktop_media_list_unittest.cc", | 4681 "../browser/media/webrtc/native_desktop_media_list_unittest.cc", |
| 4682 "../browser/metrics/desktop_session_duration/desktop_session_duration_trac
ker_unittest.cc", | 4682 "../browser/metrics/desktop_session_duration/desktop_session_duration_trac
ker_unittest.cc", |
| 4683 "../browser/signin/cross_device_promo_unittest.cc", | 4683 "../browser/signin/cross_device_promo_unittest.cc", |
| 4684 "../browser/signin/force_signin_manager_unittest.cc", |
| 4684 "../browser/signin/signin_global_error_unittest.cc", | 4685 "../browser/signin/signin_global_error_unittest.cc", |
| 4685 "../browser/sync/sync_global_error_unittest.cc", | 4686 "../browser/sync/sync_global_error_unittest.cc", |
| 4686 "../browser/ui/webui/signin/signin_create_profile_handler_unittest.cc", | 4687 "../browser/ui/webui/signin/signin_create_profile_handler_unittest.cc", |
| 4687 "../browser/ui/webui/signin/sync_confirmation_handler_unittest.cc", | 4688 "../browser/ui/webui/signin/sync_confirmation_handler_unittest.cc", |
| 4688 "../browser/upgrade_detector_impl_unittest.cc", | 4689 "../browser/upgrade_detector_impl_unittest.cc", |
| 4689 ] | 4690 ] |
| 4690 } | 4691 } |
| 4691 if (enable_themes) { | 4692 if (enable_themes) { |
| 4692 sources += [ | 4693 sources += [ |
| 4693 "../browser/themes/browser_theme_pack_unittest.cc", | 4694 "../browser/themes/browser_theme_pack_unittest.cc", |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5035 "touch_hud", | 5036 "touch_hud", |
| 5036 "ui", | 5037 "ui", |
| 5037 ] | 5038 ] |
| 5038 | 5039 |
| 5039 if (is_linux && !is_android) { | 5040 if (is_linux && !is_android) { |
| 5040 deps += [ "//components/font_service:manifest" ] | 5041 deps += [ "//components/font_service:manifest" ] |
| 5041 packaged_services += [ "font_service" ] | 5042 packaged_services += [ "font_service" ] |
| 5042 } | 5043 } |
| 5043 } | 5044 } |
| 5044 } | 5045 } |
| OLD | NEW |