diff options
author | Lei Zhang <thestig@chromium.org> | 2015-12-21 10:47:59 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-12-21 10:47:59 -0800 |
commit | b426e3edde040089b70d1a223c83b90957aa571d (patch) | |
tree | 8fe95612af9a643563d0901ab76488a3cb50df67 /pdfium.gyp | |
parent | b8574446d346bf1a026a208550e8da35501f97f0 (diff) | |
download | pdfium-b426e3edde040089b70d1a223c83b90957aa571d.tar.xz |
Fix JS seconds since epoch to date conversions.
BUG=515137,564736
R=ochang@chromium.org, tsepez@chromium.org
Review URL: https://codereview.chromium.org/1533233002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 117cdb7913..37a9f1c698 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -773,7 +773,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', ], }], ], |