diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 9b8fb05ca0..15e7df0e4c 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -802,22 +802,5 @@ 'fpdfsdk/src/formfiller/FFL_Utils.cpp', ], }, - { - 'target_name': 'pdfium_unittests', - 'type': 'executable', - 'dependencies': [ - '../../base/base.gyp:base', - '../../base/base.gyp:run_all_unittests', - '../../base/base.gyp:test_support_base', - '../../testing/gtest.gyp:gtest', - 'pdfium', - ], - 'include_dirs': [ - '<(DEPTH)' - ], - 'sources': [ - 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', - ], - } ], } |