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 4020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4031 "../browser/shell_integration_linux_unittest.cc", | 4031 "../browser/shell_integration_linux_unittest.cc", |
4032 "../browser/ui/input_method/input_method_engine_unittest.cc", | 4032 "../browser/ui/input_method/input_method_engine_unittest.cc", |
4033 ] | 4033 ] |
4034 } | 4034 } |
4035 if (!is_android && !is_ios && !is_chromeos) { | 4035 if (!is_android && !is_ios && !is_chromeos) { |
4036 sources += [ | 4036 sources += [ |
4037 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", | 4037 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", |
4038 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", | 4038 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", |
4039 "//chrome/browser/profiles/profile_statistics_unittest.cc", | 4039 "//chrome/browser/profiles/profile_statistics_unittest.cc", |
4040 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, | 4040 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, |
| 4041 "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc", |
| 4042 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", |
4041 ] | 4043 ] |
4042 } | 4044 } |
4043 if (use_gio) { | 4045 if (use_gio) { |
4044 deps += [ "//build/linux/libgio" ] | 4046 deps += [ "//build/linux/libgio" ] |
4045 } | 4047 } |
4046 if (!is_chromeos && !use_ozone && is_linux) { | 4048 if (!is_chromeos && !use_ozone && is_linux) { |
4047 deps += [ "//chrome/browser/ui/libgtk2ui" ] | 4049 deps += [ "//chrome/browser/ui/libgtk2ui" ] |
4048 } | 4050 } |
4049 | 4051 |
4050 if (enable_task_manager) { | 4052 if (enable_task_manager) { |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4974 "touch_hud", | 4976 "touch_hud", |
4975 "ui", | 4977 "ui", |
4976 ] | 4978 ] |
4977 | 4979 |
4978 if (is_linux && !is_android) { | 4980 if (is_linux && !is_android) { |
4979 deps += [ "//components/font_service:manifest" ] | 4981 deps += [ "//components/font_service:manifest" ] |
4980 packaged_services += [ "font_service" ] | 4982 packaged_services += [ "font_service" ] |
4981 } | 4983 } |
4982 } | 4984 } |
4983 } | 4985 } |
OLD | NEW |