summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-06 10:47:54 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-06 10:47:54 -0700
commit89bdd0876e6b92c959839908204eb82337a27ba2 (patch)
tree607cb5ebf8371c8610ae0f278154be9d98c8f904 /testing
parent44d054c6449edb63d9760ac6602b036ffec75a84 (diff)
downloadpdfium-89bdd0876e6b92c959839908204eb82337a27ba2.tar.xz
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
Diffstat (limited to 'testing')
-rw-r--r--testing/DEPS2
-rw-r--r--testing/js_embedder_test.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/DEPS b/testing/DEPS
index e261291c0c..2e7767721a 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -3,7 +3,7 @@ include_rules = [
'+core/fxcodec',
'+core/fxcrt/include',
'+core/fxge/include',
- '+fpdfsdk/include',
+ '+fpdfsdk/jsapi/include',
'+public',
'+v8',
'+xfa/fxfa/parser',
diff --git a/testing/js_embedder_test.h b/testing/js_embedder_test.h
index 319bd40728..5583e7e388 100644
--- a/testing/js_embedder_test.h
+++ b/testing/js_embedder_test.h
@@ -8,7 +8,7 @@
#include <memory>
#include <vector>
-#include "fpdfsdk/include/jsapi/fxjs_v8.h"
+#include "fpdfsdk/jsapi/include/fxjs_v8.h"
#include "testing/embedder_test.h"
class JSEmbedderTest : public EmbedderTest {