pdf: Move PepperPDFHost into the pdf component.
commita1733ee3921edbf62acd0c8128b4160852997761
authorSadrul Habib Chowdhury <sadrul@chromium.org>
Thu, 28 Aug 2014 18:19:50 +0000 (28 14:19 -0400)
committerSadrul Habib Chowdhury <sadrul@chromium.org>
Thu, 28 Aug 2014 18:32:14 +0000 (28 18:32 +0000)
treebf92fc66eed191790174fdf0b1c403bcf3a01eae
parent0010604872a581f795e079b62f2c2376661a88ea
pdf: Move PepperPDFHost into the pdf component.

Move PepperPDFHost out of //chrome into the pdf component at //components/pdf.
With this change, the IPC messages in the component is used only by the
component itself, and nothing outside of the component uses these IPC messages
anymore.

BUG=401242
R=raymes@chromium.org, senorblanco@chromium.org, sky@chromium.org, thestig@chromium.org

Review URL: https://codereview.chromium.org/505243003

Cr-Commit-Position: refs/heads/master@{#292416}
12 files changed:
chrome/chrome_renderer.gypi
chrome/renderer/DEPS
chrome/renderer/pepper/chrome_pdf_print_client.cc
chrome/renderer/pepper/chrome_pdf_print_client.h
chrome/renderer/pepper/chrome_renderer_pepper_host_factory.cc
components/pdf.gypi
components/pdf/renderer/BUILD.gn
components/pdf/renderer/DEPS [new file with mode: 0644]
components/pdf/renderer/pepper_pdf_host.cc [moved from chrome/renderer/pepper/pepper_pdf_host.cc with 94% similarity]
components/pdf/renderer/pepper_pdf_host.h [moved from chrome/renderer/pepper/pepper_pdf_host.h with 91% similarity]
components/pdf/renderer/ppb_pdf_impl.cc
components/pdf/renderer/ppb_pdf_impl.h