From a3254627c664e2b88f48f1d6dd856503ab8742b3 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 30 Oct 2017 20:24:14 +0000 Subject: Rename global data files to match contents This CL renames the files related to Javascript global data to match their file contents. Change-Id: I65a6191968656b5e89c9eb6edb2ea9f9db92875a Reviewed-on: https://pdfium-review.googlesource.com/17090 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- BUILD.gn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index e49b0d0156..20e0d88b07 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1190,10 +1190,6 @@ static_library("fxjs") { sources += [ "fxjs/JS_Define.cpp", "fxjs/JS_Define.h", - "fxjs/JS_GlobalData.cpp", - "fxjs/JS_GlobalData.h", - "fxjs/JS_KeyValue.cpp", - "fxjs/JS_KeyValue.h", "fxjs/cjs_annot.cpp", "fxjs/cjs_annot.h", "fxjs/cjs_app.cpp", @@ -1228,10 +1224,16 @@ static_library("fxjs") { "fxjs/cjs_globalarrays.h", "fxjs/cjs_globalconsts.cpp", "fxjs/cjs_globalconsts.h", + "fxjs/cjs_globaldata.cpp", + "fxjs/cjs_globaldata.h", + "fxjs/cjs_globalvariablearray.cpp", + "fxjs/cjs_globalvariablearray.h", "fxjs/cjs_highlight.cpp", "fxjs/cjs_highlight.h", "fxjs/cjs_icon.cpp", "fxjs/cjs_icon.h", + "fxjs/cjs_keyvalue.cpp", + "fxjs/cjs_keyvalue.h", "fxjs/cjs_object.cpp", "fxjs/cjs_object.h", "fxjs/cjs_position.cpp", -- cgit v1.2.3