diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-05 10:42:56 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-05 10:42:56 -0800 |
commit | 58043314d81b991f4ab44c43a2847b465a43d085 (patch) | |
tree | f5de3943e2c972b606d69ad4d030c4b9a0728ec3 /BUILD.gn | |
parent | 7b6bcab89016494fead0e1838623f272d6681546 (diff) | |
download | pdfium-58043314d81b991f4ab44c43a2847b465a43d085.tar.xz |
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
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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", - ] -} |