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

Unified Diff: services/BUILD.gn

Issue 2774463002: image_decoder service -> data_decoder service (Closed)
Patch Set: . 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
« no previous file with comments | « content/utility/utility_service_factory.cc ('k') | services/data_decoder/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 4b81d47dd216d9be09d1856d9a058affb00438f3..7ac2551e21811a3acc91e962e2283bed1def020d 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -15,8 +15,8 @@ import("//testing/test.gni")
# entries in the "service_unittests_catalog" target below.
service_test("service_unittests") {
deps = [
+ "//services/data_decoder:tests",
"//services/device:tests",
- "//services/image_decoder:tests",
"//services/preferences:tests",
"//services/resource_coordinator:tests",
"//services/shape_detection:tests",
« no previous file with comments | « content/utility/utility_service_factory.cc ('k') | services/data_decoder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698