Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: BUILD.gn

Issue 1533233002: Fix JS seconds since epoch to date conversions. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: more test cases Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/src/javascript/JS_Value.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fd23beea7b7a948825b642aa77b64fcb9f3205e3..7df4e38672cc44dce45742e3105dcc98eaef78f2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -775,7 +775,12 @@ test("pdfium_embeddertests") {
]
include_dirs = []
if (pdf_enable_v8) {
- sources += [ "fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp" ]
+ 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",
+ ]
deps += [
"//v8",
"//v8:v8_libplatform",
« no previous file with comments | « no previous file | fpdfsdk/src/javascript/JS_Value.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698