From 221f0b3e09b9d77b1873a52fff23c7c39df251bb Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 4 Jun 2018 22:11:27 +0000 Subject: Lowercase JS_Define.{h,cpp} and CJS_Define.h Consistency with file naming conventions. No functional change. Change-Id: I596c4be5bbf0510950c44a7d9d80f59537739c3b Reviewed-on: https://pdfium-review.googlesource.com/33593 Commit-Queue: Tom Sepez Reviewed-by: Lei Zhang Reviewed-by: Tom Sepez --- BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index e546543080..d9db5a7877 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1205,9 +1205,6 @@ jumbo_static_library("fxjs") { if (pdf_enable_v8) { sources += [ - "fxjs/CJX_Define.h", - "fxjs/JS_Define.cpp", - "fxjs/JS_Define.h", "fxjs/cfx_v8.cpp", "fxjs/cfx_v8.h", "fxjs/cfxjs_engine.cpp", @@ -1280,8 +1277,11 @@ jumbo_static_library("fxjs") { "fxjs/cjs_util.h", "fxjs/cjs_zoomtype.cpp", "fxjs/cjs_zoomtype.h", + "fxjs/cjx_define.h", "fxjs/global_timer.cpp", "fxjs/global_timer.h", + "fxjs/js_define.cpp", + "fxjs/js_define.h", "fxjs/js_resources.cpp", "fxjs/js_resources.h", ] -- cgit v1.2.3