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

Unified Diff: services/catalog/BUILD.gn

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: services/catalog/BUILD.gn
diff --git a/services/catalog/BUILD.gn b/services/catalog/BUILD.gn
index 46f166da3b7ebf3d144a32268da52e5e6fa7f65f..a8aa97b580b9935a5ee7de8959641b997a2de3f6 100644
--- a/services/catalog/BUILD.gn
+++ b/services/catalog/BUILD.gn
@@ -52,6 +52,13 @@ source_set("unittests") {
sources = [
"entry_unittest.cc",
]
+ data = [
+ "//services/catalog/data/capabilities",
jam 2016/04/28 15:59:29 just //services/catalog/data/
Sam McNally 2016/04/29 00:21:24 Done.
+ "//services/catalog/data/instance",
+ "//services/catalog/data/malformed",
+ "//services/catalog/data/serialization",
+ "//services/catalog/data/simple",
+ ]
deps = [
":lib",
"//base",

Powered by Google App Engine
This is Rietveld 408576698