| 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 4170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4181 deps += [ ":mac_safe_browsing_test_data" ] | 4181 deps += [ ":mac_safe_browsing_test_data" ] |
| 4182 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] | 4182 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] |
| 4183 } | 4183 } |
| 4184 } | 4184 } |
| 4185 | 4185 |
| 4186 if (enable_plugins) { | 4186 if (enable_plugins) { |
| 4187 sources += [ | 4187 sources += [ |
| 4188 "../browser/component_updater/component_installers_unittest.cc", | 4188 "../browser/component_updater/component_installers_unittest.cc", |
| 4189 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", | 4189 "../browser/metrics/chrome_stability_metrics_provider_unittest.cc", |
| 4190 "../browser/metrics/plugin_metrics_provider_unittest.cc", | 4190 "../browser/metrics/plugin_metrics_provider_unittest.cc", |
| 4191 "../browser/plugins/chrome_plugin_service_filter_unittest.cc", |
| 4191 "../browser/plugins/flash_download_interception_unittest.cc", | 4192 "../browser/plugins/flash_download_interception_unittest.cc", |
| 4192 "../browser/plugins/plugin_finder_unittest.cc", | 4193 "../browser/plugins/plugin_finder_unittest.cc", |
| 4193 "../browser/plugins/plugin_info_message_filter_unittest.cc", | 4194 "../browser/plugins/plugin_info_message_filter_unittest.cc", |
| 4194 "../browser/plugins/plugin_installer_unittest.cc", | 4195 "../browser/plugins/plugin_installer_unittest.cc", |
| 4195 "../browser/plugins/plugin_metadata_unittest.cc", | 4196 "../browser/plugins/plugin_metadata_unittest.cc", |
| 4196 "../browser/plugins/plugin_prefs_unittest.cc", | 4197 "../browser/plugins/plugin_prefs_unittest.cc", |
| 4197 "../common/pepper_permission_util_unittest.cc", | 4198 "../common/pepper_permission_util_unittest.cc", |
| 4198 ] | 4199 ] |
| 4199 } | 4200 } |
| 4200 | 4201 |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4969 "touch_hud", | 4970 "touch_hud", |
| 4970 "ui", | 4971 "ui", |
| 4971 ] | 4972 ] |
| 4972 | 4973 |
| 4973 if (is_linux && !is_android) { | 4974 if (is_linux && !is_android) { |
| 4974 deps += [ "//components/font_service:manifest" ] | 4975 deps += [ "//components/font_service:manifest" ] |
| 4975 packaged_services += [ "font_service" ] | 4976 packaged_services += [ "font_service" ] |
| 4976 } | 4977 } |
| 4977 } | 4978 } |
| 4978 } | 4979 } |
| OLD | NEW |