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 4048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4059 "../browser/shell_integration_linux_unittest.cc", | 4059 "../browser/shell_integration_linux_unittest.cc", |
4060 "../browser/ui/input_method/input_method_engine_unittest.cc", | 4060 "../browser/ui/input_method/input_method_engine_unittest.cc", |
4061 ] | 4061 ] |
4062 } | 4062 } |
4063 if (!is_android && !is_ios && !is_chromeos) { | 4063 if (!is_android && !is_ios && !is_chromeos) { |
4064 sources += [ | 4064 sources += [ |
4065 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", | 4065 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", |
4066 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", | 4066 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", |
4067 "//chrome/browser/profiles/profile_statistics_unittest.cc", | 4067 "//chrome/browser/profiles/profile_statistics_unittest.cc", |
4068 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, | 4068 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, |
| 4069 "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc", |
| 4070 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", |
4069 ] | 4071 ] |
4070 } | 4072 } |
4071 if (use_gio) { | 4073 if (use_gio) { |
4072 deps += [ "//build/linux/libgio" ] | 4074 deps += [ "//build/linux/libgio" ] |
4073 } | 4075 } |
4074 if (!is_chromeos && !use_ozone && is_linux) { | 4076 if (!is_chromeos && !use_ozone && is_linux) { |
4075 deps += [ "//chrome/browser/ui/libgtk2ui" ] | 4077 deps += [ "//chrome/browser/ui/libgtk2ui" ] |
4076 } | 4078 } |
4077 | 4079 |
4078 if (enable_task_manager) { | 4080 if (enable_task_manager) { |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5002 "touch_hud", | 5004 "touch_hud", |
5003 "ui", | 5005 "ui", |
5004 ] | 5006 ] |
5005 | 5007 |
5006 if (is_linux && !is_android) { | 5008 if (is_linux && !is_android) { |
5007 deps += [ "//components/font_service:manifest" ] | 5009 deps += [ "//components/font_service:manifest" ] |
5008 packaged_services += [ "font_service" ] | 5010 packaged_services += [ "font_service" ] |
5009 } | 5011 } |
5010 } | 5012 } |
5011 } | 5013 } |
OLD | NEW |