summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-05 10:42:56 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-05 10:42:56 -0800
commit58043314d81b991f4ab44c43a2847b465a43d085 (patch)
treef5de3943e2c972b606d69ad4d030c4b9a0728ec3 /pdfium.gyp
parent7b6bcab89016494fead0e1838623f272d6681546 (diff)
downloadpdfium-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 'pdfium.gyp')
-rw-r--r--pdfium.gyp16
1 files changed, 0 insertions, 16 deletions
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',
- ],
- }
],
}