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

Unified Diff: services/ui/public/interfaces/BUILD.gn

Issue 2123613002: Add a mojom/StructTrait for display::Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move unit test target. Created 4 years, 5 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/ui/public/interfaces/BUILD.gn
diff --git a/services/ui/public/interfaces/BUILD.gn b/services/ui/public/interfaces/BUILD.gn
index 66bce5553027e028824705c36504eb0cb4f85f3c..d49cdba8b55ff5145717b36bb60f4f25c47e6836 100644
--- a/services/ui/public/interfaces/BUILD.gn
+++ b/services/ui/public/interfaces/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
+import("//testing/test.gni")
mojom("interfaces") {
sources = [
@@ -45,3 +46,19 @@ mojom("interfaces") {
"//ui/platform_window/mojo:interfaces",
]
}
+
+test("ui_struct_traits_unittests") {
+ sources = [
+ "display/display_struct_traits_unittest.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//mojo/edk/test:run_all_unittests",
+ "//services/ui/public/interfaces/display:test_interfaces",
+ "//testing/gtest",
+ "//ui/display/types",
+ "//ui/gfx:test_support",
+ ]
+}
« no previous file with comments | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | services/ui/public/interfaces/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698