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

Unified Diff: BUILD.gn

Issue 1546443002: Merge to XFA: Fix JS seconds since epoch to date conversions. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: XFA changes 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 81d874bf42c5a7caf632efc16b6d63a513f451e4..80476605ed748ed7c920589e75d546e818fde4d3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1517,7 +1517,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