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 4222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4233 } | 4233 } |
4234 } | 4234 } |
4235 | 4235 |
4236 if (enable_plugins) { | 4236 if (enable_plugins) { |
4237 sources += [ | 4237 sources += [ |
4238 "../browser/component_updater/component_installers_unittest.cc", | 4238 "../browser/component_updater/component_installers_unittest.cc", |
4239 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", | 4239 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", |
4240 "../browser/metrics/plugin_metrics_provider_unittest.cc", | 4240 "../browser/metrics/plugin_metrics_provider_unittest.cc", |
4241 "../browser/plugins/chrome_plugin_service_filter_unittest.cc", | 4241 "../browser/plugins/chrome_plugin_service_filter_unittest.cc", |
4242 "../browser/plugins/flash_download_interception_unittest.cc", | 4242 "../browser/plugins/flash_download_interception_unittest.cc", |
| 4243 "../browser/plugins/flash_temporary_permission_tracker_unittest.cc", |
4243 "../browser/plugins/plugin_finder_unittest.cc", | 4244 "../browser/plugins/plugin_finder_unittest.cc", |
4244 "../browser/plugins/plugin_info_message_filter_unittest.cc", | 4245 "../browser/plugins/plugin_info_message_filter_unittest.cc", |
4245 "../browser/plugins/plugin_installer_unittest.cc", | 4246 "../browser/plugins/plugin_installer_unittest.cc", |
4246 "../browser/plugins/plugin_metadata_unittest.cc", | 4247 "../browser/plugins/plugin_metadata_unittest.cc", |
4247 "../browser/plugins/plugin_prefs_unittest.cc", | 4248 "../browser/plugins/plugin_prefs_unittest.cc", |
4248 "../common/pepper_permission_util_unittest.cc", | 4249 "../common/pepper_permission_util_unittest.cc", |
4249 ] | 4250 ] |
4250 } | 4251 } |
4251 | 4252 |
4252 if (enable_print_preview) { | 4253 if (enable_print_preview) { |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5025 "touch_hud", | 5026 "touch_hud", |
5026 "ui", | 5027 "ui", |
5027 ] | 5028 ] |
5028 | 5029 |
5029 if (is_linux && !is_android) { | 5030 if (is_linux && !is_android) { |
5030 deps += [ "//components/font_service:manifest" ] | 5031 deps += [ "//components/font_service:manifest" ] |
5031 packaged_services += [ "font_service" ] | 5032 packaged_services += [ "font_service" ] |
5032 } | 5033 } |
5033 } | 5034 } |
5034 } | 5035 } |
OLD | NEW |