| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index e98a4eee3323f14c76cf46938425cb7feb78f94c..db1c52774a0108d9361c0667d6cc99eac6c5c0af 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -62,7 +62,6 @@
|
| 'javascript',
|
| 'pdfwindow',
|
| ],
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'fpdfsdk/include/fsdk_actionhandler.h',
|
| 'fpdfsdk/include/fsdk_annothandler.h',
|
| @@ -143,7 +142,6 @@
|
| {
|
| 'target_name': 'fdrm',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'core/include/fdrm/fx_crypt.h',
|
| 'core/src/fdrm/crypto/fx_crypt.cpp',
|
| @@ -154,7 +152,6 @@
|
| {
|
| 'target_name': 'fpdfdoc',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'core/include/fpdfdoc/fpdf_ap.h',
|
| 'core/include/fpdfdoc/fpdf_doc.h',
|
| @@ -184,7 +181,6 @@
|
| {
|
| 'target_name': 'fpdfapi',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'core/include/fpdfapi/fpdfapi.h',
|
| 'core/include/fpdfapi/fpdf_module.h',
|
| @@ -301,7 +297,6 @@
|
| {
|
| 'target_name': 'fpdftext',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'core/include/fpdftext/fpdf_text.h',
|
| 'core/src/fpdftext/fpdf_text.cpp',
|
| @@ -323,7 +318,6 @@
|
| 'third_party/third_party.gyp:fx_libopenjpeg',
|
| 'third_party/third_party.gyp:fx_zlib',
|
| ],
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'core/include/fxcodec/fx_codec.h',
|
| 'core/include/fxcodec/fx_codec_def.h',
|
| @@ -395,7 +389,6 @@
|
| {
|
| 'target_name': 'fxcrt',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'core/include/fxcrt/fx_basic.h',
|
| 'core/include/fxcrt/fx_bidi.h',
|
| @@ -440,9 +433,6 @@
|
| {
|
| 'target_name': 'fxge',
|
| 'type': 'static_library',
|
| - 'ldflags': [
|
| - '-L<(PRODUCT_DIR)',
|
| - ],
|
| 'dependencies': [
|
| 'third_party/third_party.gyp:fx_agg',
|
| ],
|
| @@ -549,7 +539,6 @@
|
| {
|
| 'target_name': 'fxedit',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'fpdfsdk/include/fxedit/fx_edit.h',
|
| 'fpdfsdk/include/fxedit/fxet_edit.h',
|
| @@ -565,7 +554,6 @@
|
| {
|
| 'target_name': 'pdfwindow',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'fpdfsdk/include/pdfwindow/IPDFWindow.h',
|
| 'fpdfsdk/include/pdfwindow/PDFWindow.h',
|
| @@ -608,7 +596,6 @@
|
| {
|
| 'target_name': 'javascript',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'fpdfsdk/include/javascript/IJavaScript.h',
|
| 'fpdfsdk/src/javascript/JS_Runtime_Stub.cpp',
|
| @@ -680,7 +667,6 @@
|
| {
|
| 'target_name': 'formfiller',
|
| 'type': 'static_library',
|
| - 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| 'sources': [
|
| 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h',
|
| 'fpdfsdk/include/formfiller/FFL_CheckBox.h',
|
|
|