diff options
author | Tom Sepez <tsepez@chromium.org> | 2014-12-29 15:40:32 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2014-12-29 15:40:32 -0800 |
commit | 3fc36e8ba200e0dd6099a1f4d72c463c3e8a1d01 (patch) | |
tree | 9ab23ab3bea04bf2ca2caffd23809ba8c4917e43 /pdfium.gyp | |
parent | 831e1381970ad02930da79d985d9d416fe40e97d (diff) | |
download | pdfium-3fc36e8ba200e0dd6099a1f4d72c463c3e8a1d01.tar.xz |
Revert build of pdfium_unittests.
Buildbot fails with the recent changes.
Review URL: https://codereview.chromium.org/796243003
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', - ], - } ], } |