summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-26 18:27:41 -0700
committerLei Zhang <thestig@chromium.org>2015-10-26 18:27:41 -0700
commit24b2eab6351920dd60210b6dcd350c9921e7b3b5 (patch)
tree15c2d66f1eed54214f94b265573bc3110ae05dc0 /pdfium.gyp
parent044c06f11fb5e62f0984f960be2717ab9bcb540d (diff)
downloadpdfium-24b2eab6351920dd60210b6dcd350c9921e7b3b5.tar.xz
Delete unused fpdfsdkdll.rc and resource.h.
BUG=pdfium:241 R=brucedawson@chromium.org Review URL: https://codereview.chromium.org/1422193002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp7
1 files changed, 0 insertions, 7 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 2aba2a7156..695e923014 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -89,8 +89,6 @@
'fpdfsdk/src/fsdk_baseform.cpp',
'fpdfsdk/src/fsdk_mgr.cpp',
'fpdfsdk/src/fsdk_rendercontext.cpp',
- 'fpdfsdk/src/fpdfsdkdll.rc',
- 'fpdfsdk/src/resource.h',
'public/fpdf_dataavail.h',
'public/fpdf_doc.h',
'public/fpdf_edit.h',
@@ -108,11 +106,6 @@
'public/fpdfview.h',
],
'conditions': [
- ['OS!="win"', {
- 'sources!': [
- 'fpdfsdk/src/fpdfsdkdll.rc',
- ],
- }],
['bundle_freetype==1', {
'dependencies': [
'third_party/third_party.gyp:fx_freetype',