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

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

Issue 506473003: pdf: Move the string/image resources for the pdf plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-host-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/DEPS ('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 f072d26ae36218df660e1c8feaf6d3daf2bb539e..3e0fbc7c94e196ea2cda1b1716d1ff8830c691c8 100644
--- a/components/pdf/renderer/BUILD.gn
+++ b/components/pdf/renderer/BUILD.gn
@@ -8,6 +8,8 @@ static_library("renderer") {
sources = [
"pepper_pdf_host.cc",
"pepper_pdf_host.h",
+ "pdf_resource_util.cc",
+ "pdf_resource_util.h",
"ppb_pdf_impl.cc",
"ppb_pdf_impl.h",
]
@@ -15,6 +17,8 @@ static_library("renderer") {
deps = [
"//base",
"//components/pdf/common",
+ "//components/resources:components_resources",
+ "//components/strings",
"//content/public/renderer",
"//ppapi:ppapi_shared",
"//third_party/icu",
« no previous file with comments | « components/pdf/DEPS ('k') | components/pdf/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698