From 4bd2ad8cf901134cabae0c56524a05a542c118fd Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 6 Dec 2017 03:12:09 +0000 Subject: Move V8 helper methods to their own class. This CL extracts the V8 helper methods from the CFXJS_Engine and places them in a CJS_V8 class which the engine inherits from. This will allow inheriting the CJS_V8 class into CFXJSE_Engine to share the helper methods. Change-Id: I58a7cd7ebac3af303ecbeee84c6940186a0f1dc6 Reviewed-on: https://pdfium-review.googlesource.com/20470 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 65683f9646..0aa00e9533 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1262,6 +1262,8 @@ static_library("fxjs") { "fxjs/cjs_timerobj.h", "fxjs/cjs_util.cpp", "fxjs/cjs_util.h", + "fxjs/cjs_v8.cpp", + "fxjs/cjs_v8.h", "fxjs/cjs_zoomtype.cpp", "fxjs/cjs_zoomtype.h", "fxjs/fxjs_v8.cpp", -- cgit v1.2.3