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

Unified Diff: ui/gfx/mojo/BUILD.gn

Issue 2037453002: Implement ui/gfx/geometry StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix SizeF unit test Created 4 years, 7 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: ui/gfx/mojo/BUILD.gn
diff --git a/ui/gfx/mojo/BUILD.gn b/ui/gfx/mojo/BUILD.gn
index 3c9d9ecac7abbf9ee9b94bc84dd50262228fa57a..ca8a6f9bfad60ba0b76ea2e57e192a5362f21a96 100644
--- a/ui/gfx/mojo/BUILD.gn
+++ b/ui/gfx/mojo/BUILD.gn
@@ -9,3 +9,13 @@ mojom("mojo") {
"transform.mojom",
]
}
+
+mojom("test_interfaces") {
+ sources = [
+ "traits_test_service.mojom",
+ ]
+
+ public_deps = [
+ ":mojo",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698