summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-12 10:37:52 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-12 10:37:52 -0700
commit08fea801054f3afadb95d0a54efe7da6683c5c5d (patch)
treedc81937c50050c91e6f3ca483d2c0d9d1feceed0 /BUILD.gn
parent5a6c1398d0e559fb6a048cb0dca46ba9f9309a77 (diff)
downloadpdfium-08fea801054f3afadb95d0a54efe7da6683c5c5d.tar.xz
Rename fxjse/ to fxjs/ update files to match class names.
This Cl moves the fxjse/ directory to fxjs/ in anticipation of merging in fpdfsdk/jsapi. In the process the filenames are updated to better match the class contents. Static methods are moved to anonymous namespaces as possible. Review-Url: https://codereview.chromium.org/2136213002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn25
1 files changed, 13 insertions, 12 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7e408590ab..277137735f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -889,18 +889,19 @@ if (pdf_enable_xfa) {
static_library("xfa") {
sources = [
- "fxjse/class.cpp",
- "fxjse/context.cpp",
- "fxjse/context.h",
- "fxjse/dynprop.cpp",
- "fxjse/include/cfxjse_arguments.h",
- "fxjse/include/cfxjse_class.h",
- "fxjse/include/cfxjse_value.h",
- "fxjse/include/fxjse.h",
- "fxjse/runtime.cpp",
- "fxjse/runtime.h",
- "fxjse/scope_inline.h",
- "fxjse/value.cpp",
+ "fxjs/cfxjse_arguments.cpp",
+ "fxjs/cfxjse_class.cpp",
+ "fxjs/cfxjse_context.cpp",
+ "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",
"xfa/fde/cfde_path.cpp",
"xfa/fde/cfde_path.h",
"xfa/fde/cfde_txtedtbuf.cpp",