diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-12-06 03:12:09 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-06 03:12:09 +0000 |
commit | 4bd2ad8cf901134cabae0c56524a05a542c118fd (patch) | |
tree | 08414ce353909c495b004c78fa3fca22132a65f9 /BUILD.gn | |
parent | 6eda94d78313f18a8f0708c4492d0962649fa709 (diff) | |
download | pdfium-4bd2ad8cf901134cabae0c56524a05a542c118fd.tar.xz |
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 <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |