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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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", - ] -} |