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

Unified Diff: components/printing/browser/DEPS

Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Patch Set: rebase Created 3 years, 4 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/browser/DEPS
diff --git a/components/printing/browser/DEPS b/components/printing/browser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a110436016a32a2614deb2c80472e554e76a80f0
--- /dev/null
+++ b/components/printing/browser/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+content/public/browser",
+ "+mojo/public/cpp/system",
+ "+printing",
+ "+services/service_manager/public/cpp",
+]

Powered by Google App Engine
This is Rietveld 408576698