| 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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1178 ] | 1178 ] |
| 1179 | 1179 |
| 1180 deps += [ | 1180 deps += [ |
| 1181 "//mash/package", | 1181 "//mash/package", |
| 1182 "//services/shell/background:lib", | 1182 "//services/shell/background:lib", |
| 1183 "//services/shell/background/tests:test_support", | 1183 "//services/shell/background/tests:test_support", |
| 1184 ] | 1184 ] |
| 1185 | 1185 |
| 1186 data_deps = [ | 1186 data_deps = [ |
| 1187 ":mash_browser_tests_manifest", | 1187 ":mash_browser_tests_manifest", |
| 1188 "//chrome/app:mojo_manifests", | 1188 "//chrome/app:service_manifests", |
| 1189 "//mash/session", | 1189 "//mash/session", |
| 1190 ] | 1190 ] |
| 1191 } else { | 1191 } else { |
| 1192 sources += [ "base/browser_tests_main.cc" ] | 1192 sources += [ "base/browser_tests_main.cc" ] |
| 1193 } | 1193 } |
| 1194 } | 1194 } |
| 1195 | 1195 |
| 1196 # Used only by chrome/browser/ui/webui/bidi_checker_web_ui_test.cc | 1196 # Used only by chrome/browser/ui/webui/bidi_checker_web_ui_test.cc |
| 1197 chrome_repack_locales("repack_pseudo_locales") { | 1197 chrome_repack_locales("repack_pseudo_locales") { |
| 1198 visibility = [ ":*" ] | 1198 visibility = [ ":*" ] |
| (...skipping 3816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5015 "touch_hud", | 5015 "touch_hud", |
| 5016 "ui", | 5016 "ui", |
| 5017 ] | 5017 ] |
| 5018 | 5018 |
| 5019 if (is_linux && !is_android) { | 5019 if (is_linux && !is_android) { |
| 5020 deps += [ "//components/font_service:manifest" ] | 5020 deps += [ "//components/font_service:manifest" ] |
| 5021 packaged_services += [ "font_service" ] | 5021 packaged_services += [ "font_service" ] |
| 5022 } | 5022 } |
| 5023 } | 5023 } |
| 5024 } | 5024 } |
| OLD | NEW |