summaryrefslogtreecommitdiff
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
parent831e1381970ad02930da79d985d9d416fe40e97d (diff)
downloadpdfium-3fc36e8ba200e0dd6099a1f4d72c463c3e8a1d01.tar.xz
Revert build of pdfium_unittests.
Buildbot fails with the recent changes. Review URL: https://codereview.chromium.org/796243003
-rw-r--r--BUILD.gn13
-rw-r--r--pdfium.gyp17
2 files changed, 0 insertions, 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',
- ],
- }
],
}