From a5c874c1240a0be86d6db0536940c1d0942b4c6d Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 30 Oct 2017 17:29:24 +0000 Subject: Rename PublicMethods to cjs_publicmethods This CL renames the PublicMethods.{cpp|h} files to match the internal class name. Change-Id: I530f4ce5b53dd74cbef447faf0875782bfe27b70 Reviewed-on: https://pdfium-review.googlesource.com/17039 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 612ea18cdc..5d86038d14 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1194,8 +1194,6 @@ static_library("javascript") { "fpdfsdk/javascript/JS_GlobalData.h", "fpdfsdk/javascript/JS_KeyValue.cpp", "fpdfsdk/javascript/JS_KeyValue.h", - "fpdfsdk/javascript/PublicMethods.cpp", - "fpdfsdk/javascript/PublicMethods.h", "fpdfsdk/javascript/app.cpp", "fpdfsdk/javascript/app.h", "fpdfsdk/javascript/cjs_annot.cpp", @@ -1234,6 +1232,8 @@ static_library("javascript") { "fpdfsdk/javascript/cjs_position.h", "fpdfsdk/javascript/cjs_printparamsobj.cpp", "fpdfsdk/javascript/cjs_printparamsobj.h", + "fpdfsdk/javascript/cjs_publicmethods.cpp", + "fpdfsdk/javascript/cjs_publicmethods.h", "fpdfsdk/javascript/cjs_return.cpp", "fpdfsdk/javascript/cjs_return.h", "fpdfsdk/javascript/cjs_runtime.cpp", @@ -2010,7 +2010,7 @@ test("pdfium_unittests") { } if (pdf_enable_v8) { sources += [ - "fpdfsdk/javascript/public_methods_unittest.cpp", + "fpdfsdk/javascript/cjs_publicmethods_unittest.cpp", "fpdfsdk/javascript/util_unittest.cpp", ] include_dirs += [ @@ -2074,7 +2074,7 @@ test("pdfium_embeddertests") { if (pdf_enable_v8) { sources += [ - "fpdfsdk/javascript/public_methods_embeddertest.cpp", + "fpdfsdk/javascript/cjs_publicmethods_embeddertest.cpp", "fxjs/fxjs_v8_embeddertest.cpp", "testing/js_embedder_test.cpp", "testing/js_embedder_test.h", -- cgit v1.2.3