summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2014-12-29 15:40:32 -0800
committerTom Sepez <tsepez@chromium.org>2014-12-29 15:40:32 -0800
commit3fc36e8ba200e0dd6099a1f4d72c463c3e8a1d01 (patch)
tree9ab23ab3bea04bf2ca2caffd23809ba8c4917e43 /BUILD.gn
parent831e1381970ad02930da79d985d9d416fe40e97d (diff)
downloadpdfium-3fc36e8ba200e0dd6099a1f4d72c463c3e8a1d01.tar.xz
Revert build of pdfium_unittests.
Buildbot fails with the recent changes. Review URL: https://codereview.chromium.org/796243003
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn13
1 files changed, 0 insertions, 13 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",
- ]
-}