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

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

Issue 2455543002: Convert PDF component IPC to mojo. (Closed)
Patch Set: Fix date 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 | « no previous file | components/pdf/browser/pdf_web_contents_helper.h » ('j') | components/pdf/common/OWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/browser/BUILD.gn
diff --git a/components/pdf/browser/BUILD.gn b/components/pdf/browser/BUILD.gn
index 99f85ad35f3f6e119f404c8e8550bc6f9b26e6a7..17234035502922db32caf6fe9617c8ca8094674a 100644
--- a/components/pdf/browser/BUILD.gn
+++ b/components/pdf/browser/BUILD.gn
@@ -13,7 +13,7 @@ static_library("browser") {
deps = [
"//base",
- "//components/pdf/common",
+ "//components/pdf/common:interfaces",
"//content/public/browser",
"//ipc",
]
« no previous file with comments | « no previous file | components/pdf/browser/pdf_web_contents_helper.h » ('j') | components/pdf/common/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698