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