summaryrefslogtreecommitdiff
path: root/BUILD.gn
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 /BUILD.gn
parent114e46a1d97587973515e9aad7955e469c7486a8 (diff)
downloadpdfium-435546810a7c48f09889c00600ad344850b71f95.tar.xz
Move fxjs/include to fxjs
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2380713005
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3b872fe7c5..f2015c3d11 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1010,7 +1010,7 @@ if (pdf_enable_v8) {
static_library("fxjs") {
sources = [
"fxjs/fxjs_v8.cpp",
- "fxjs/include/fxjs_v8.h",
+ "fxjs/fxjs_v8.h",
]
configs += [ ":pdfium_core_config" ]
deps = [
@@ -1029,18 +1029,18 @@ if (pdf_enable_v8) {
if (pdf_enable_xfa) {
sources += [
"fxjs/cfxjse_arguments.cpp",
+ "fxjs/cfxjse_arguments.h",
"fxjs/cfxjse_class.cpp",
+ "fxjs/cfxjse_class.h",
"fxjs/cfxjse_context.cpp",
+ "fxjs/cfxjse_context.h",
"fxjs/cfxjse_isolatetracker.cpp",
"fxjs/cfxjse_isolatetracker.h",
"fxjs/cfxjse_runtimedata.cpp",
"fxjs/cfxjse_runtimedata.h",
"fxjs/cfxjse_value.cpp",
- "fxjs/include/cfxjse_arguments.h",
- "fxjs/include/cfxjse_class.h",
- "fxjs/include/cfxjse_context.h",
- "fxjs/include/cfxjse_value.h",
- "fxjs/include/fxjse.h",
+ "fxjs/cfxjse_value.h",
+ "fxjs/fxjse.h",
]
}
}