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

Unified Diff: components/pdf.gypi

Issue 505243003: pdf: Move PepperPDFHost into the pdf component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-component
Patch Set: tot-merge Created 6 years, 4 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 | « chrome/renderer/pepper/pepper_pdf_host.cc ('k') | components/pdf/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf.gypi
diff --git a/components/pdf.gypi b/components/pdf.gypi
index 80061c6e01aae373b23365e9beffc8cb02d18e97..a9fb72f383e78e8c16e48ad177b1a6ccd3322b7f 100644
--- a/components/pdf.gypi
+++ b/components/pdf.gypi
@@ -46,6 +46,8 @@
'pdf_common',
],
'sources': [
+ 'pdf/renderer/pepper_pdf_host.cc',
+ 'pdf/renderer/pepper_pdf_host.h',
'pdf/renderer/ppb_pdf_impl.cc',
'pdf/renderer/ppb_pdf_impl.h',
],
« no previous file with comments | « chrome/renderer/pepper/pepper_pdf_host.cc ('k') | components/pdf/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698