summaryrefslogtreecommitdiff
path: root/fxjs/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-23 20:37:33 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-23 20:37:33 +0000
commitce0f004523fdc098186bc453a85543c20b0059a7 (patch)
tree160264daa27f156a16397928f83ce94b319ef588 /fxjs/BUILD.gn
parentf52fb7021299ae5a49121ea94774656d88b3fb1a (diff)
downloadpdfium-ce0f004523fdc098186bc453a85543c20b0059a7.tar.xz
Remove CJS_Report class.
Its methods are never registered with JavaScript, so they can't be called, and they don't do anything anyways. In fact, the signature of its DefineJSObjects() method is about 2 years out of date ... Change-Id: I028d43ff2c7fa5ab0f59c5790fee3fa91d2f20ac Reviewed-on: https://pdfium-review.googlesource.com/c/44533 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/BUILD.gn')
-rw-r--r--fxjs/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/BUILD.gn b/fxjs/BUILD.gn
index 5f475edd7a..71551c3137 100644
--- a/fxjs/BUILD.gn
+++ b/fxjs/BUILD.gn
@@ -76,8 +76,6 @@ jumbo_source_set("fxjs") {
"cjs_position.h",
"cjs_publicmethods.cpp",
"cjs_publicmethods.h",
- "cjs_report.cpp",
- "cjs_report.h",
"cjs_result.cpp",
"cjs_result.h",
"cjs_runtime.cpp",