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

Unified Diff: services/BUILD.gn

Issue 2762333003: Pref service: add a factory to create the client lib (Closed)
Patch Set: Make tests compile on Windows Created 3 years, 9 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/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 31a46c33983ed4f421183a06e2cddf9ad3d247fc..1a17cb89520d2f4c646e809cf00d05777a1b0ae1 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -17,6 +17,7 @@ service_test("service_unittests") {
deps = [
"//services/device:tests",
"//services/image_decoder:tests",
+ "//services/preferences:tests",
"//services/resource_coordinator:tests",
"//services/shape_detection:tests",
]
@@ -35,5 +36,8 @@ service_test("service_unittests") {
}
catalog("service_unittests_catalog") {
- catalog_deps = [ "//services/video_capture:tests_catalog" ]
+ catalog_deps = [
+ "//services/preferences:tests_catalog",
+ "//services/video_capture:tests_catalog",
+ ]
}
« no previous file with comments | « BUILD.gn ('k') | services/preferences/BUILD.gn » ('j') | services/preferences/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698