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

Unified Diff: services/test_service/BUILD.gn

Issue 901463002: De-client TestRequestTracker (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
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 = [
« no previous file with comments | « no previous file | services/test_service/test_request_tracker.mojom » ('j') | services/test_service/test_request_tracker_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698