From 58043314d81b991f4ab44c43a2847b465a43d085 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 5 Jan 2015 10:42:56 -0800 Subject: XFA: revert bb1405d - Create pdfium_unittests binary. Previous CL at https://codereview.chromium.org/830553002/ broke the standalone build. TBR=brucedawson@chromium.org Review URL: https://codereview.chromium.org/831283003 --- BUILD.gn | 13 ------------- pdfium.gyp | 16 ---------------- 2 files changed, 29 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6681871e71..0d3d6938da 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1540,16 +1540,3 @@ static_library("xfa") { "//v8:v8_libplatform", ] } - -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 8b0a8b32f8..13f22ea345 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -883,21 +883,5 @@ 'fpdfsdk/src/formfiller/FFL_Utils.cpp', ], }, - { - 'target_name': 'pdfium_unittests', - 'type': 'executable', - 'dependencies': [ - '../../base/base.gyp:base_prefs', - '../../base/base.gyp:run_all_unittests', - '../../testing/gtest.gyp:gtest', - 'pdfium', - ], - 'include_dirs': [ - '<(DEPTH)' - ], - 'sources': [ - 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', - ], - } ], } -- cgit v1.2.3