diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-04 22:11:27 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-04 22:11:27 +0000 |
commit | 221f0b3e09b9d77b1873a52fff23c7c39df251bb (patch) | |
tree | a6c90f118083141c07eb0c5d802c6e8f8d5d4f31 /BUILD.gn | |
parent | 82df54058ae56edef579d75421f216351bfd723e (diff) | |
download | pdfium-221f0b3e09b9d77b1873a52fff23c7c39df251bb.tar.xz |
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 <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", ] |