From b3f2467e065fdb36ae7c46e0a3e0b2902c8eb7f8 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 12 Jul 2016 10:42:14 -0700 Subject: Move fpdfsdk/jsapi into fxjs/ This CL moves the fpdfsdk/sjapi code info fxjs/. The "fxjs" library is moved from being XFA specific to being compiled if V8 is enabled. The fxjs_v8 files are required when building for XFA (they have XFA defines in them) and are used in CFXJS_RuntimeData. The cfxjse_* files are only added if XFA is also enabled. Review-Url: https://codereview.chromium.org/2144603003 --- testing/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/DEPS') diff --git a/testing/DEPS b/testing/DEPS index 44e064607f..babefb8593 100644 --- a/testing/DEPS +++ b/testing/DEPS @@ -3,7 +3,7 @@ include_rules = [ '+core/fxcodec', '+core/fxcrt/include', '+core/fxge/include', - '+fpdfsdk/jsapi/include', + '+fxjs/include', '+public', '+v8', '+xfa/fde', -- cgit v1.2.3