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

Unified Diff: components/pdf.gypi

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/components_strings.grd ('k') | components/pdf/DEPS » ('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 a9fb72f383e78e8c16e48ad177b1a6ccd3322b7f..bd4eea449a0cd58592173eada6d7760df6026aa3 100644
--- a/components/pdf.gypi
+++ b/components/pdf.gypi
@@ -43,11 +43,15 @@
'<(DEPTH)/third_party/icu/icu.gyp:icui18n',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
'<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
+ 'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
'pdf_common',
],
'sources': [
'pdf/renderer/pepper_pdf_host.cc',
'pdf/renderer/pepper_pdf_host.h',
+ 'pdf/renderer/pdf_resource_util.cc',
+ 'pdf/renderer/pdf_resource_util.h',
'pdf/renderer/ppb_pdf_impl.cc',
'pdf/renderer/ppb_pdf_impl.h',
],
« no previous file with comments | « components/components_strings.grd ('k') | components/pdf/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698