summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 17:29:48 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 17:29:48 -0700
commit435546810a7c48f09889c00600ad344850b71f95 (patch)
tree3c690ec1fe5df0c7feb509f4276bb26c87564345 /testing
parent114e46a1d97587973515e9aad7955e469c7486a8 (diff)
downloadpdfium-435546810a7c48f09889c00600ad344850b71f95.tar.xz
Move fxjs/include to fxjs
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2380713005
Diffstat (limited to 'testing')
-rw-r--r--testing/DEPS6
-rw-r--r--testing/js_embedder_test.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/DEPS b/testing/DEPS
index 32b3100b72..4110b9b4d7 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -2,9 +2,9 @@ include_rules = [
'+core/fpdfapi',
'+core/fxcodec',
'+core/fxcrt',
- '+core/fxge/include',
- '+core/include',
- '+fxjs/include',
+ '+core/fxge',
+ '+core',
+ '+fxjs',
'+public',
'+v8',
'+xfa/fde',
diff --git a/testing/js_embedder_test.h b/testing/js_embedder_test.h
index f0beb1eb29..fbec0ea5c9 100644
--- a/testing/js_embedder_test.h
+++ b/testing/js_embedder_test.h
@@ -8,7 +8,7 @@
#include <memory>
#include <vector>
-#include "fxjs/include/fxjs_v8.h"
+#include "fxjs/fxjs_v8.h"
#include "testing/embedder_test.h"
class JSEmbedderTest : public EmbedderTest {