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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/ime/run_all_unittests.cc ('k') | services/ui/ws/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index a8d8e199ac04047fdac9b75ea6d392e20ebb8841..080e5e38555649f988f52a993ef362ce7f06e055 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-import("//services/catalog/public/tools/catalog.gni")
import("//services/service_manager/public/cpp/service.gni")
import("//services/service_manager/public/service_manifest.gni")
@@ -210,7 +209,6 @@
"event_matcher_unittest.cc",
"focus_controller_unittest.cc",
"frame_generator_unittest.cc",
- "run_all_unittests.cc",
"server_window_compositor_frame_sink_manager_test_api.cc",
"server_window_compositor_frame_sink_manager_test_api.h",
"server_window_drawn_tracker_unittest.cc",
@@ -237,11 +235,10 @@
"//base/test:test_support",
"//cc:cc",
"//gpu/ipc/client",
- "//mojo/edk/system",
"//mojo/public/cpp/bindings:bindings",
- "//services/catalog:lib",
"//services/service_manager/public/cpp:service_test_support",
"//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp/test:run_all_service_tests",
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
"//services/ui/common:task_runner_test_base",
@@ -260,7 +257,7 @@
]
data_deps = [
- ":mus_ws_unittests_catalog_copy",
+ ":mus_ws_unittests_app_manifest",
]
}
@@ -268,19 +265,3 @@
name = "mus_ws_unittests_app"
source = "mus_ws_unittests_app_manifest.json"
}
-
-catalog("mus_ws_unittests_catalog") {
- embedded_services = [ ":mus_ws_unittests_app_manifest" ]
-
- standalone_services = [ "//services/ui:manifest" ]
-}
-
-copy("mus_ws_unittests_catalog_copy") {
- sources = get_target_outputs(":mus_ws_unittests_catalog")
- outputs = [
- "${root_out_dir}/mus_ws_unittests_catalog.json",
- ]
- deps = [
- ":mus_ws_unittests_catalog",
- ]
-}
« no previous file with comments | « services/ui/ime/run_all_unittests.cc ('k') | services/ui/ws/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698