From 3fc36e8ba200e0dd6099a1f4d72c463c3e8a1d01 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 29 Dec 2014 15:40:32 -0800 Subject: Revert build of pdfium_unittests. Buildbot fails with the recent changes. Review URL: https://codereview.chromium.org/796243003 --- BUILD.gn | 13 ------------- pdfium.gyp | 17 ----------------- 2 files changed, 30 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index a442e79394..2076afb87a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -791,16 +791,3 @@ static_library("formfiller") { configs -= [ "//build/config/compiler:chromium_code" ] configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] } - -executable("pdfium_unittests") { - testonly = true - sources = [ - "core/src/fxcrt/fx_basic_bstring_unittest.cpp", - ] - deps = [ - ":pdfium", - "//base", - "//base/test:run_all_unittests", - "//testing/gtest", - ] -} 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', - ], - } ], } -- cgit v1.2.3