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

Unified Diff: components/printing/service/pdf_compositor_service_unittest_manifest.json

Issue 2919823004: Add error handling and unit test for pdf compositor service (Closed)
Patch Set: rebase Created 3 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
Index: components/printing/service/pdf_compositor_service_unittest_manifest.json
diff --git a/components/printing/service/pdf_compositor_service_unittest_manifest.json b/components/printing/service/pdf_compositor_service_unittest_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..262a00fe57b7b49764f55634bc835c0b916082aa
--- /dev/null
+++ b/components/printing/service/pdf_compositor_service_unittest_manifest.json
@@ -0,0 +1,17 @@
+{
+ "name": "pdf_compositor_service_unittest",
+ "display_name": "Pdf Compositor Service Unittest",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "service_manager:service_factory": [
+ "service_manager::mojom::ServiceFactory"
+ ]
+ },
+ "requires": {
+ "pdf_compositor": [ "composite" ],
+ "service_manager": [ "service_manager:service_manager" ]
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698