| 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 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4195 deps += [ ":mac_safe_browsing_test_data" ] | 4195 deps += [ ":mac_safe_browsing_test_data" ] |
| 4196 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] | 4196 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] |
| 4197 } | 4197 } |
| 4198 } | 4198 } |
| 4199 | 4199 |
| 4200 if (enable_plugins) { | 4200 if (enable_plugins) { |
| 4201 sources += [ | 4201 sources += [ |
| 4202 "../browser/component_updater/component_installers_unittest.cc", | 4202 "../browser/component_updater/component_installers_unittest.cc", |
| 4203 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", | 4203 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", |
| 4204 "../browser/metrics/plugin_metrics_provider_unittest.cc", | 4204 "../browser/metrics/plugin_metrics_provider_unittest.cc", |
| 4205 "../browser/plugins/chrome_plugin_service_filter_unittest.cc", |
| 4205 "../browser/plugins/flash_download_interception_unittest.cc", | 4206 "../browser/plugins/flash_download_interception_unittest.cc", |
| 4206 "../browser/plugins/plugin_finder_unittest.cc", | 4207 "../browser/plugins/plugin_finder_unittest.cc", |
| 4207 "../browser/plugins/plugin_info_message_filter_unittest.cc", | 4208 "../browser/plugins/plugin_info_message_filter_unittest.cc", |
| 4208 "../browser/plugins/plugin_installer_unittest.cc", | 4209 "../browser/plugins/plugin_installer_unittest.cc", |
| 4209 "../browser/plugins/plugin_metadata_unittest.cc", | 4210 "../browser/plugins/plugin_metadata_unittest.cc", |
| 4210 "../browser/plugins/plugin_prefs_unittest.cc", | 4211 "../browser/plugins/plugin_prefs_unittest.cc", |
| 4211 "../common/pepper_permission_util_unittest.cc", | 4212 "../common/pepper_permission_util_unittest.cc", |
| 4212 ] | 4213 ] |
| 4213 } | 4214 } |
| 4214 | 4215 |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4984 "touch_hud", | 4985 "touch_hud", |
| 4985 "ui", | 4986 "ui", |
| 4986 ] | 4987 ] |
| 4987 | 4988 |
| 4988 if (is_linux && !is_android) { | 4989 if (is_linux && !is_android) { |
| 4989 deps += [ "//components/font_service:manifest" ] | 4990 deps += [ "//components/font_service:manifest" ] |
| 4990 packaged_services += [ "font_service" ] | 4991 packaged_services += [ "font_service" ] |
| 4991 } | 4992 } |
| 4992 } | 4993 } |
| 4993 } | 4994 } |
| OLD | NEW |