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

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

Issue 2857033002: Remove DisplayStructTraitsTest interface. (Closed)
Patch Set: More cleanup. Created 3 years, 8 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/display/mojo/BUILD.gn
diff --git a/ui/display/mojo/BUILD.gn b/ui/display/mojo/BUILD.gn
index c32d34352125cbcd33e75b03d021b095477bb259..924d80244a4c32b9484aba4e5132432964b85b8e 100644
--- a/ui/display/mojo/BUILD.gn
+++ b/ui/display/mojo/BUILD.gn
@@ -20,13 +20,3 @@ mojom("interfaces") {
"//ui/gfx/geometry/mojo",
]
}
-
-mojom("test_interfaces") {
- sources = [
- "display_struct_traits_test.mojom",
- ]
-
- public_deps = [
- ":interfaces",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698