| 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 4054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4065 "../browser/shell_integration_linux_unittest.cc", | 4065 "../browser/shell_integration_linux_unittest.cc", |
| 4066 "../browser/ui/input_method/input_method_engine_unittest.cc", | 4066 "../browser/ui/input_method/input_method_engine_unittest.cc", |
| 4067 ] | 4067 ] |
| 4068 } | 4068 } |
| 4069 if (!is_android && !is_ios && !is_chromeos) { | 4069 if (!is_android && !is_ios && !is_chromeos) { |
| 4070 sources += [ | 4070 sources += [ |
| 4071 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", | 4071 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", |
| 4072 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", | 4072 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", |
| 4073 "//chrome/browser/profiles/profile_statistics_unittest.cc", | 4073 "//chrome/browser/profiles/profile_statistics_unittest.cc", |
| 4074 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, | 4074 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc"
, |
| 4075 "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc", |
| 4076 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", |
| 4075 ] | 4077 ] |
| 4076 } | 4078 } |
| 4077 if (use_gio) { | 4079 if (use_gio) { |
| 4078 deps += [ "//build/linux/libgio" ] | 4080 deps += [ "//build/linux/libgio" ] |
| 4079 } | 4081 } |
| 4080 if (!is_chromeos && !use_ozone && is_linux) { | 4082 if (!is_chromeos && !use_ozone && is_linux) { |
| 4081 deps += [ "//chrome/browser/ui/libgtk2ui" ] | 4083 deps += [ "//chrome/browser/ui/libgtk2ui" ] |
| 4082 } | 4084 } |
| 4083 | 4085 |
| 4084 if (enable_task_manager) { | 4086 if (enable_task_manager) { |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5013 "touch_hud", | 5015 "touch_hud", |
| 5014 "ui", | 5016 "ui", |
| 5015 ] | 5017 ] |
| 5016 | 5018 |
| 5017 if (is_linux && !is_android) { | 5019 if (is_linux && !is_android) { |
| 5018 deps += [ "//components/font_service:manifest" ] | 5020 deps += [ "//components/font_service:manifest" ] |
| 5019 packaged_services += [ "font_service" ] | 5021 packaged_services += [ "font_service" ] |
| 5020 } | 5022 } |
| 5021 } | 5023 } |
| 5022 } | 5024 } |
| OLD | NEW |