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 4012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4023 "../browser/shell_integration_linux_unittest.cc", | 4023 "../browser/shell_integration_linux_unittest.cc", |
4024 "../browser/ui/input_method/input_method_engine_unittest.cc", | 4024 "../browser/ui/input_method/input_method_engine_unittest.cc", |
4025 ] | 4025 ] |
4026 } | 4026 } |
4027 if (!is_android && !is_ios && !is_chromeos) { | 4027 if (!is_android && !is_ios && !is_chromeos) { |
4028 sources += [ | 4028 sources += [ |
4029 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", | 4029 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", |
4030 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", | 4030 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", |
4031 "//chrome/browser/profiles/profile_statistics_unittest.cc", | 4031 "//chrome/browser/profiles/profile_statistics_unittest.cc", |
4032 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, | 4032 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, |
| 4033 "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc", |
| 4034 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", |
4033 ] | 4035 ] |
4034 } | 4036 } |
4035 if (use_gio) { | 4037 if (use_gio) { |
4036 deps += [ "//build/linux/libgio" ] | 4038 deps += [ "//build/linux/libgio" ] |
4037 } | 4039 } |
4038 if (!is_chromeos && !use_ozone && is_linux) { | 4040 if (!is_chromeos && !use_ozone && is_linux) { |
4039 deps += [ "//chrome/browser/ui/libgtk2ui" ] | 4041 deps += [ "//chrome/browser/ui/libgtk2ui" ] |
4040 } | 4042 } |
4041 | 4043 |
4042 if (enable_task_manager) { | 4044 if (enable_task_manager) { |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4966 "touch_hud", | 4968 "touch_hud", |
4967 "ui", | 4969 "ui", |
4968 ] | 4970 ] |
4969 | 4971 |
4970 if (is_linux && !is_android) { | 4972 if (is_linux && !is_android) { |
4971 deps += [ "//components/font_service:manifest" ] | 4973 deps += [ "//components/font_service:manifest" ] |
4972 packaged_services += [ "font_service" ] | 4974 packaged_services += [ "font_service" ] |
4973 } | 4975 } |
4974 } | 4976 } |
4975 } | 4977 } |
OLD | NEW |