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

Unified Diff: components/pdf/browser/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 | « no previous file | components/pdf/browser/pdf_web_contents_helper.h » ('j') | no next file with comments »
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 9b189fdf5ba42e732d4ba72eb52782fda07b6f39..30fff96eae45efcc99589f551ed5faa8f448e2a4 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",
]
« no previous file with comments | « no previous file | components/pdf/browser/pdf_web_contents_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698