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

Unified Diff: chrome/browser/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: remove a header Created 3 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7983299161f22405771f3a92f42b988187d495ee..1cbfb0656dfbc6e01aaab02de93b454b50727bf6 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2483,6 +2483,7 @@ split_static_library("browser") {
]
deps += [
"//components/printing/browser",
+ "//components/printing/service/public/interfaces",
"//printing",
]

Powered by Google App Engine
This is Rietveld 408576698