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

Unified Diff: components/pdf/renderer/BUILD.gn

Issue 2455543002: Convert PDF component IPC to mojo. (Closed)
Patch Set: Feedback Created 3 years, 9 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 | « components/pdf/common/pdf_messages.h ('k') | components/pdf/renderer/pepper_pdf_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/renderer/BUILD.gn
diff --git a/components/pdf/renderer/BUILD.gn b/components/pdf/renderer/BUILD.gn
index c7b66493bdb323527be4a875eb231a6a3494a185..f74c3438c276602db8c9922817d266b2fb9b41fb 100644
--- a/components/pdf/renderer/BUILD.gn
+++ b/components/pdf/renderer/BUILD.gn
@@ -14,7 +14,7 @@ static_library("renderer") {
deps = [
"//base",
- "//components/pdf/common",
+ "//components/pdf/common:interfaces",
"//components/resources:components_resources",
"//components/resources:components_scaled_resources",
"//components/strings",
« no previous file with comments | « components/pdf/common/pdf_messages.h ('k') | components/pdf/renderer/pepper_pdf_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698