diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 7 |
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', |