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 fdfc68e9a0..b101096439 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -97,8 +97,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', @@ -116,11 +114,6 @@ 'public/fpdfview.h', ], 'conditions': [ - ['OS!="win"', { - 'sources!': [ - 'fpdfsdk/src/fpdfsdkdll.rc', - ], - }], ['bundle_freetype==1', { 'dependencies': [ 'third_party/third_party.gyp:freetype', |