diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-07-14 14:24:42 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-14 18:40:27 +0000 |
commit | 3a4ebcc7c490eba0c22892ab04d1730c350fd0c0 (patch) | |
tree | 4b95eae21c4430e3db867f27c7ec6da83df4d68f /BUILD.gn | |
parent | 21dd189fe50d297dd1224c06319e166c1ac6bae2 (diff) | |
download | pdfium-3a4ebcc7c490eba0c22892ab04d1730c350fd0c0.tar.xz |
Create ParseDataType unit tests based on specs.chromium/3159chromium/3158
Test cases that are commented out are failing with our current
implementation.
Change-Id: I9f80003af5a5d182f53cc655454aec44397d278b
Reviewed-on: https://pdfium-review.googlesource.com/7890
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1981,7 +1981,10 @@ test("pdfium_unittests") { deps += [ "//skia" ] } if (pdf_enable_v8) { - sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] + sources += [ + "fpdfsdk/javascript/public_methods_unittest.cpp", + "fpdfsdk/javascript/util_unittest.cpp", + ] include_dirs += [ "//v8", "//v8/include", |