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

Unified Diff: components/BUILD.gn

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address comments. Created 5 years, 7 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 | « chrome/utility/chrome_content_utility_client.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e57a77974195afee04c1897034879fbd55af43f9..0a2bc73b40571b1feac7455849f9bef23ed8d4c1 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -325,7 +325,10 @@ test("components_unittests") {
}
if (!is_ios) {
- deps += [ "//components/scheduler:unit_tests" ]
+ deps += [
+ "//components/image_decoder:unit_tests",
+ "//components/scheduler:unit_tests",
+ ]
}
}
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698