From 89bdd0876e6b92c959839908204eb82337a27ba2 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 6 Apr 2016 10:47:54 -0700 Subject: Move code from fpdfsdk/include to the sub directories. This CL moves the fxedit, jsapi and fpdfxfa code out of fpdfsdk/include to the various sub-include directories. Review URL: https://codereview.chromium.org/1863163002 --- xfa/fxjse/DEPS | 2 +- xfa/fxjse/runtime.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa') diff --git a/xfa/fxjse/DEPS b/xfa/fxjse/DEPS index 5cec1f887f..3b4b780a7d 100644 --- a/xfa/fxjse/DEPS +++ b/xfa/fxjse/DEPS @@ -1,5 +1,5 @@ include_rules = [ # TODO(dsinclair): Layering violation. XFA can't include FPDFSDK. - '+fpdfsdk/include/jsapi', + '+fpdfsdk/jsapi/include', '+v8/include', ] diff --git a/xfa/fxjse/runtime.cpp b/xfa/fxjse/runtime.cpp index 83affe550d..7b62174899 100644 --- a/xfa/fxjse/runtime.cpp +++ b/xfa/fxjse/runtime.cpp @@ -6,7 +6,7 @@ #include "xfa/fxjse/runtime.h" -#include "fpdfsdk/include/jsapi/fxjs_v8.h" +#include "fpdfsdk/jsapi/include/fxjs_v8.h" #include "xfa/fxjse/scope_inline.h" // Duplicates fpdfsdk's cjs_runtime.h, but keeps XFA from depending on it. -- cgit v1.2.3