From 08fea801054f3afadb95d0a54efe7da6683c5c5d Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 12 Jul 2016 10:37:52 -0700 Subject: 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 --- fxjs/DEPS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fxjs/DEPS (limited to 'fxjs/DEPS') diff --git a/fxjs/DEPS b/fxjs/DEPS new file mode 100644 index 0000000000..18698e4ce4 --- /dev/null +++ b/fxjs/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + '+core/fxcrt/include', + # TODO(dsinclair): Layering violation. FXJSE can't include FPDFSDK. + '+fpdfsdk/jsapi/include', + '+v8/include', +] -- cgit v1.2.3