Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/test/base/mash_browser_tests_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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")
11 import("//chrome/chrome_repack_locales.gni") 11 import("//chrome/chrome_repack_locales.gni")
12 import("//chrome/test/base/js2gtest.gni") 12 import("//chrome/test/base/js2gtest.gni")
13 import("//components/os_crypt/features.gni") 13 import("//components/os_crypt/features.gni")
14 import("//components/spellcheck/spellcheck_build_features.gni") 14 import("//components/spellcheck/spellcheck_build_features.gni")
15 import("//extensions/features/features.gni") 15 import("//extensions/features/features.gni")
16 import("//media/media_options.gni") 16 import("//media/media_options.gni")
17 import("//ppapi/features/features.gni") 17 import("//ppapi/features/features.gni")
18 import("//remoting/remoting_enable.gni") 18 import("//remoting/remoting_enable.gni")
19 import("//rlz/features/features.gni") 19 import("//rlz/features/features.gni")
20 import("//services/service_manager/public/service_manifest.gni") 20 import("//services/service_manager/public/service_manifest.gni")
21 import("//services/catalog/public/tools/catalog.gni")
22 import("//testing/test.gni") 21 import("//testing/test.gni")
23 import("//ui/base/ui_features.gni") 22 import("//ui/base/ui_features.gni")
24 import("//v8/gni/v8.gni") 23 import("//v8/gni/v8.gni")
25 24
26 if (is_android) { 25 if (is_android) {
27 import("//build/config/android/rules.gni") 26 import("//build/config/android/rules.gni")
28 } 27 }
29 28
30 # This target exists to reference other test executables to bring these files 29 # This target exists to reference other test executables to bring these files
31 # into the build. 30 # into the build.
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 "base/mojo_test_connector.cc", 1190 "base/mojo_test_connector.cc",
1192 "base/mojo_test_connector.h", 1191 "base/mojo_test_connector.h",
1193 ] 1192 ]
1194 1193
1195 deps += [ 1194 deps += [
1196 "//mash/package", 1195 "//mash/package",
1197 "//services/service_manager/background:lib", 1196 "//services/service_manager/background:lib",
1198 ] 1197 ]
1199 1198
1200 data_deps = [ 1199 data_deps = [
1201 ":mash_browser_tests_catalog_copy", 1200 ":mash_browser_tests_manifest",
1202 "//chrome/app:service_manifests", 1201 "//chrome/app:service_manifests",
1203 "//mash/session", 1202 "//mash/session",
1204 ] 1203 ]
1205 } else { 1204 } else {
1206 sources += [ "base/browser_tests_main.cc" ] 1205 sources += [ "base/browser_tests_main.cc" ]
1207 } 1206 }
1208 } 1207 }
1209 1208
1210 # Used only by chrome/browser/ui/webui/bidi_checker_web_ui_test.cc 1209 # Used only by chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
1211 chrome_repack_locales("repack_pseudo_locales") { 1210 chrome_repack_locales("repack_pseudo_locales") {
(...skipping 3881 matching lines...) Expand 10 before | Expand all | Expand 10 after
5093 "//content/public/android:content_java", 5092 "//content/public/android:content_java",
5094 ] 5093 ]
5095 } 5094 }
5096 } 5095 }
5097 5096
5098 if (is_chromeos) { 5097 if (is_chromeos) {
5099 service_manifest("mash_browser_tests_manifest") { 5098 service_manifest("mash_browser_tests_manifest") {
5100 name = "mash_browser_tests" 5099 name = "mash_browser_tests"
5101 5100
5102 source = "base/mash_browser_tests_manifest.json" 5101 source = "base/mash_browser_tests_manifest.json"
5103 packaged_services = [ 5102 deps = [
5104 "//ash/autoclick/mus:manifest", 5103 "//ash/autoclick/mus:manifest",
5105 "//ash/mus:manifest", 5104 "//ash/mus:manifest",
5106 "//ash/touch_hud/mus:manifest", 5105 "//ash/touch_hud/mus:manifest",
5107 "//mash/catalog_viewer:manifest", 5106 "//mash/catalog_viewer:manifest",
5108 "//mash/quick_launch:manifest", 5107 "//mash/quick_launch:manifest",
5109 "//mash/session:manifest", 5108 "//mash/session:manifest",
5110 "//mash/task_viewer:manifest", 5109 "//mash/task_viewer:manifest",
5111 "//services/ui:manifest", 5110 "//services/ui:manifest",
5112 "//services/ui/ime/test_ime_driver:manifest", 5111 "//services/ui/ime/test_ime_driver:manifest",
5113 ] 5112 ]
5113 packaged_services = [
5114 "accessibility_autoclick",
5115 "ash",
5116 "catalog_viewer",
5117 "mash_session",
5118 "quick_launch",
5119 "task_viewer",
5120 "test_ime_driver",
5121 "touch_hud",
5122 "ui",
5123 ]
5114 5124
5115 if (is_linux && !is_android) { 5125 if (is_linux && !is_android) {
5116 packaged_services += [ "//components/font_service:manifest" ] 5126 deps += [ "//components/font_service:manifest" ]
5127 packaged_services += [ "font_service" ]
5117 } 5128 }
5118 } 5129 }
5119
5120 catalog("mash_browser_tests_catalog") {
5121 testonly = true
5122 embedded_services = [ ":mash_browser_tests_manifest" ]
5123 standalone_services = [ "//services/tracing:manifest" ]
5124 catalog_deps = [ "//chrome/app:catalog" ]
5125 }
5126
5127 copy("mash_browser_tests_catalog_copy") {
5128 testonly = true
5129 sources = get_target_outputs(":mash_browser_tests_catalog")
5130 outputs = [
5131 "${root_out_dir}/mash_browser_tests_catalog.json",
5132 ]
5133 deps = [
5134 ":mash_browser_tests_catalog",
5135 ]
5136 }
5137 } 5130 }
5138 5131
5139 if (is_win) { 5132 if (is_win) {
5140 loadable_module("conflicts_dll") { 5133 loadable_module("conflicts_dll") {
5141 testonly = true 5134 testonly = true
5142 sources = [ 5135 sources = [
5143 "conflicts/conflicts_dll.cc", 5136 "conflicts/conflicts_dll.cc",
5144 ] 5137 ]
5145 } 5138 }
5146 } 5139 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/test/base/mash_browser_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698