Index: services/test_service/BUILD.gn |
diff --git a/services/test_service/BUILD.gn b/services/test_service/BUILD.gn |
index 350a36c75783cc8ba63fd298a3e634acee0c2c29..1f2a2679a93863b8fc236273b340e6763d7a7548 100644 |
--- a/services/test_service/BUILD.gn |
+++ b/services/test_service/BUILD.gn |
@@ -14,14 +14,14 @@ mojom("bindings") { |
mojo_native_application("test_app") { |
sources = [ |
- "test_request_tracker_client_impl.cc", |
- "test_request_tracker_client_impl.h", |
"test_service_application.cc", |
"test_service_application.h", |
"test_service_impl.cc", |
"test_service_impl.h", |
"test_time_service_impl.cc", |
"test_time_service_impl.h", |
+ "tracked_service.cc", |
+ "tracked_service.h", |
] |
deps = [ |
@@ -38,14 +38,14 @@ mojo_native_application("test_app") { |
mojo_native_application("test_request_tracker_app") { |
sources = [ |
- "test_request_tracker_client_impl.cc", |
- "test_request_tracker_client_impl.h", |
"test_request_tracker_application.cc", |
"test_request_tracker_application.h", |
- "test_time_service_impl.cc", |
- "test_time_service_impl.h", |
"test_request_tracker_impl.cc", |
"test_request_tracker_impl.h", |
+ "test_time_service_impl.cc", |
+ "test_time_service_impl.h", |
+ "tracked_service.cc", |
+ "tracked_service.h", |
] |
deps = [ |