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 4208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4219 deps += [ ":mac_safe_browsing_test_data" ] | 4219 deps += [ ":mac_safe_browsing_test_data" ] |
4220 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] | 4220 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] |
4221 } | 4221 } |
4222 } | 4222 } |
4223 | 4223 |
4224 if (enable_plugins) { | 4224 if (enable_plugins) { |
4225 sources += [ | 4225 sources += [ |
4226 "../browser/component_updater/component_installers_unittest.cc", | 4226 "../browser/component_updater/component_installers_unittest.cc", |
4227 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", | 4227 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", |
4228 "../browser/metrics/plugin_metrics_provider_unittest.cc", | 4228 "../browser/metrics/plugin_metrics_provider_unittest.cc", |
| 4229 "../browser/plugins/chrome_plugin_service_filter_unittest.cc", |
4229 "../browser/plugins/flash_download_interception_unittest.cc", | 4230 "../browser/plugins/flash_download_interception_unittest.cc", |
4230 "../browser/plugins/plugin_finder_unittest.cc", | 4231 "../browser/plugins/plugin_finder_unittest.cc", |
4231 "../browser/plugins/plugin_info_message_filter_unittest.cc", | 4232 "../browser/plugins/plugin_info_message_filter_unittest.cc", |
4232 "../browser/plugins/plugin_installer_unittest.cc", | 4233 "../browser/plugins/plugin_installer_unittest.cc", |
4233 "../browser/plugins/plugin_metadata_unittest.cc", | 4234 "../browser/plugins/plugin_metadata_unittest.cc", |
4234 "../browser/plugins/plugin_prefs_unittest.cc", | 4235 "../browser/plugins/plugin_prefs_unittest.cc", |
4235 "../common/pepper_permission_util_unittest.cc", | 4236 "../common/pepper_permission_util_unittest.cc", |
4236 ] | 4237 ] |
4237 } | 4238 } |
4238 | 4239 |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5006 "touch_hud", | 5007 "touch_hud", |
5007 "ui", | 5008 "ui", |
5008 ] | 5009 ] |
5009 | 5010 |
5010 if (is_linux && !is_android) { | 5011 if (is_linux && !is_android) { |
5011 deps += [ "//components/font_service:manifest" ] | 5012 deps += [ "//components/font_service:manifest" ] |
5012 packaged_services += [ "font_service" ] | 5013 packaged_services += [ "font_service" ] |
5013 } | 5014 } |
5014 } | 5015 } |
5015 } | 5016 } |
OLD | NEW |