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

Unified Diff: sky/services/testing/BUILD.gn

Issue 716043002: Implement event sender service for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/services/testing/test_harness.mojom » ('j') | sky/tools/tester/tester.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/testing/BUILD.gn
diff --git a/services/http_server/public/BUILD.gn b/sky/services/testing/BUILD.gn
similarity index 70%
copy from services/http_server/public/BUILD.gn
copy to sky/services/testing/BUILD.gn
index 59dcd16f99f21b0e0cd427264c51d5dfbf05bb50..23af71237c303d94d8f841944389a0fcd3e3f50c 100644
--- a/services/http_server/public/BUILD.gn
+++ b/sky/services/testing/BUILD.gn
@@ -4,10 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("public") {
+mojom("bindings") {
sources = [
- "http_request.mojom",
- "http_response.mojom",
- "http_server.mojom",
+ "test_harness.mojom",
]
}
« no previous file with comments | « no previous file | sky/services/testing/test_harness.mojom » ('j') | sky/tools/tester/tester.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698