Chromium Code Reviews| Index: pdfium.gyp |
| diff --git a/pdfium.gyp b/pdfium.gyp |
| index 2aba2a7156aeb5200b25b9902a9c49d878796937..372af50263ca9b4c8f95125fcf40ab9a8c6d678c 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', |
| @@ -150,7 +149,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', |
| @@ -161,7 +159,6 @@ |
| { |
| 'target_name': 'fpdfdoc', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'core/include/fpdfdoc/fpdf_ap.h', |
| 'core/include/fpdfdoc/fpdf_doc.h', |
| @@ -191,7 +188,6 @@ |
| { |
| 'target_name': 'fpdfapi', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'core/include/fpdfapi/fpdfapi.h', |
| 'core/include/fpdfapi/fpdf_module.h', |
| @@ -308,7 +304,6 @@ |
| { |
| 'target_name': 'fpdftext', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'core/include/fpdftext/fpdf_text.h', |
| 'core/src/fpdftext/fpdf_text.cpp', |
| @@ -330,7 +325,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', |
| @@ -402,7 +396,6 @@ |
| { |
| 'target_name': 'fxcrt', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'core/include/fxcrt/fx_basic.h', |
| 'core/include/fxcrt/fx_bidi.h', |
| @@ -447,7 +440,6 @@ |
| { |
| 'target_name': 'fxge', |
| 'type': 'static_library', |
| - 'ldflags': [ |
| '-L<(PRODUCT_DIR)', |
|
Lei Zhang
2015/10/30 17:17:22
test fails here
|
| ], |
| 'dependencies': [ |
| @@ -556,7 +548,6 @@ |
| { |
| 'target_name': 'fxedit', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'fpdfsdk/include/fxedit/fx_edit.h', |
| 'fpdfsdk/include/fxedit/fxet_edit.h', |
| @@ -572,7 +563,6 @@ |
| { |
| 'target_name': 'pdfwindow', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'fpdfsdk/include/pdfwindow/IPDFWindow.h', |
| 'fpdfsdk/include/pdfwindow/PDFWindow.h', |
| @@ -615,7 +605,6 @@ |
| { |
| 'target_name': 'javascript', |
| 'type': 'static_library', |
| - 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 'sources': [ |
| 'fpdfsdk/include/javascript/IJavaScript.h', |
| 'fpdfsdk/src/javascript/JS_Runtime_Stub.cpp', |
| @@ -687,7 +676,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', |