| 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 4176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4187 deps += [ ":mac_safe_browsing_test_data" ] | 4187 deps += [ ":mac_safe_browsing_test_data" ] |
| 4188 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] | 4188 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] |
| 4189 } | 4189 } |
| 4190 } | 4190 } |
| 4191 | 4191 |
| 4192 if (enable_plugins) { | 4192 if (enable_plugins) { |
| 4193 sources += [ | 4193 sources += [ |
| 4194 "../browser/component_updater/component_installers_unittest.cc", | 4194 "../browser/component_updater/component_installers_unittest.cc", |
| 4195 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", | 4195 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", |
| 4196 "../browser/metrics/plugin_metrics_provider_unittest.cc", | 4196 "../browser/metrics/plugin_metrics_provider_unittest.cc", |
| 4197 "../browser/plugins/chrome_plugin_service_filter_unittest.cc", |
| 4197 "../browser/plugins/flash_download_interception_unittest.cc", | 4198 "../browser/plugins/flash_download_interception_unittest.cc", |
| 4198 "../browser/plugins/plugin_finder_unittest.cc", | 4199 "../browser/plugins/plugin_finder_unittest.cc", |
| 4199 "../browser/plugins/plugin_info_message_filter_unittest.cc", | 4200 "../browser/plugins/plugin_info_message_filter_unittest.cc", |
| 4200 "../browser/plugins/plugin_installer_unittest.cc", | 4201 "../browser/plugins/plugin_installer_unittest.cc", |
| 4201 "../browser/plugins/plugin_metadata_unittest.cc", | 4202 "../browser/plugins/plugin_metadata_unittest.cc", |
| 4202 "../browser/plugins/plugin_prefs_unittest.cc", | 4203 "../browser/plugins/plugin_prefs_unittest.cc", |
| 4203 "../common/pepper_permission_util_unittest.cc", | 4204 "../common/pepper_permission_util_unittest.cc", |
| 4204 ] | 4205 ] |
| 4205 } | 4206 } |
| 4206 | 4207 |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4974 "touch_hud", | 4975 "touch_hud", |
| 4975 "ui", | 4976 "ui", |
| 4976 ] | 4977 ] |
| 4977 | 4978 |
| 4978 if (is_linux && !is_android) { | 4979 if (is_linux && !is_android) { |
| 4979 deps += [ "//components/font_service:manifest" ] | 4980 deps += [ "//components/font_service:manifest" ] |
| 4980 packaged_services += [ "font_service" ] | 4981 packaged_services += [ "font_service" ] |
| 4981 } | 4982 } |
| 4982 } | 4983 } |
| 4983 } | 4984 } |
| OLD | NEW |