summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-12-21 11:04:44 -0800
committerLei Zhang <thestig@chromium.org>2015-12-21 11:04:44 -0800
commit1ac47ebfc2d106e25c3e13062cae2132daa49348 (patch)
tree4bda2756a1b751f9ded450692a6349fe32803231 /pdfium.gyp
parente13aa30ebc64800b7e208e338ec5d520de2d2ebd (diff)
downloadpdfium-1ac47ebfc2d106e25c3e13062cae2132daa49348.tar.xz
Merge to XFA: Fix JS seconds since epoch to date conversions.
BUG=515137,564736 TBR=ochang@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/1533233002 . Review URL: https://codereview.chromium.org/1544493003 . (cherry picked from commit b426e3edde040089b70d1a223c83b90957aa571d) (cherry picked from commit bd35d484a4027775f19ff93e9143e0b270133d42) Review URL: https://codereview.chromium.org/1546443002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index ed24910f77..6dfd42fec9 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -825,7 +825,10 @@
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
],
'sources': [
+ 'fpdfsdk/src/javascript/public_methods_embeddertest.cpp',
'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp',
+ 'testing/js_embedder_test.cpp',
+ 'testing/js_embedder_test.h',
],
}],
],