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

Unified Diff: components/printing/browser/DEPS

Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Patch Set: fix due to rebase Created 3 years, 3 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
index 1c35d9ca694b7004e71670cd60a883ddbd8c808f..61b97de47dd0d9a165d674c7d893ee146ef20441 100644
--- a/components/printing/browser/DEPS
+++ b/components/printing/browser/DEPS
@@ -1,3 +1,7 @@
include_rules = [
+ "+components/printing/service/public/cpp",
"+content/public/browser",
+ "+mojo/public/cpp/system",
+ "+printing",
Lei Zhang 2017/09/08 07:50:53 Already in components/printing/DEPS, so not needed
Wei Li 2017/09/08 22:57:47 Done.
+ "+services/service_manager/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698