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

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: 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
Index: components/pdf.gypi
diff --git a/components/pdf.gypi b/components/pdf.gypi
index af31372e522f87b93ed3d83d36eae603ffaffe30..43f0aedb0405cb1be70b07b5e6aa582feb9095fd 100644
--- a/components/pdf.gypi
+++ b/components/pdf.gypi
@@ -46,6 +46,8 @@
'pdf_pepper_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',
],

Powered by Google App Engine
This is Rietveld 408576698