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

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

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 | « components/pdf.gypi ('k') | components/pdf/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/renderer/BUILD.gn
diff --git a/components/pdf/renderer/BUILD.gn b/components/pdf/renderer/BUILD.gn
index e2cfaebf56b92639e9c52d93726610e299926d00..f072d26ae36218df660e1c8feaf6d3daf2bb539e 100644
--- a/components/pdf/renderer/BUILD.gn
+++ b/components/pdf/renderer/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/features.gni")
static_library("renderer") {
sources = [
+ "pepper_pdf_host.cc",
+ "pepper_pdf_host.h",
"ppb_pdf_impl.cc",
"ppb_pdf_impl.h",
]
« no previous file with comments | « components/pdf.gypi ('k') | components/pdf/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698