From 315f94a0961792ec08428c94105caf3d8637acd1 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 24 Jul 2018 19:07:35 +0000 Subject: Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP} Because they are too easily confused with non-XFA JS_STATIC_PROP despite being on the XFA side. The JSE_ prefix mirrors the fxjs/fxjse split ("e" presumably standing for "extension" or some such) between the non-xfa/xfa V8 adapter layer. Rename fxjs/{cjx_define.h => jse_define.h}, since there aren't any symbols starting with |CJX| in it. Fix some IWYU for jse_define.h No functional changes. Change-Id: I6a0b2b6fe6ef1b564b0bfa2fa7ba317a0cea0953 Reviewed-on: https://pdfium-review.googlesource.com/38730 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 576fe2a414..85e819fab4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1285,13 +1285,13 @@ 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", + "fxjs/jse_define.h", ] deps += [ ":fxcrt", -- cgit v1.2.3