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

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

Issue 2164633004: Enable ui_struct_traits_unittests on try bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Add testonly. 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
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/BUILD.gn
diff --git a/services/ui/public/interfaces/BUILD.gn b/services/ui/public/interfaces/BUILD.gn
index 360a57acf6671548459dba866ba184046e00b986..8197797e6c0404a822f50935c23c434522fc7fd1 100644
--- a/services/ui/public/interfaces/BUILD.gn
+++ b/services/ui/public/interfaces/BUILD.gn
@@ -52,6 +52,8 @@ mojom("interfaces") {
}
test("ui_struct_traits_unittests") {
+ testonly = true
+
sources = [
"display/display_struct_traits_unittest.cc",
]
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698