diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 15:03:11 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 15:03:11 -0500 |
commit | e2a774a4b841829ef089d0cbfd15a08895eecf0e (patch) | |
tree | 094545ac4603e5d2ed2c3138f9183cc4a7d4e67b /xfa.gyp | |
parent | 6cdf084fa40a62eb33185171622ad12d95c6009e (diff) | |
download | pdfium-e2a774a4b841829ef089d0cbfd15a08895eecf0e.tar.xz |
Remove xfa/src/fxjse/src and move code up a level.
This CL removes the xfa/src/fxjse/src and moves all of the .h and .cpp files
up to the, previously empty, xfa/src/fxjse directory.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1776643002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -669,17 +669,17 @@ '<(DEPTH)/v8/include', ], 'sources': [ - "xfa/src/fxjse/src/class.cpp", - "xfa/src/fxjse/src/class.h", - "xfa/src/fxjse/src/context.cpp", - "xfa/src/fxjse/src/context.h", - "xfa/src/fxjse/src/dynprop.cpp", - "xfa/src/fxjse/src/runtime.cpp", - "xfa/src/fxjse/src/runtime.h", - "xfa/src/fxjse/src/scope_inline.h", - "xfa/src/fxjse/src/util_inline.h", - "xfa/src/fxjse/src/value.cpp", - "xfa/src/fxjse/src/value.h" + "xfa/src/fxjse/class.cpp", + "xfa/src/fxjse/class.h", + "xfa/src/fxjse/context.cpp", + "xfa/src/fxjse/context.h", + "xfa/src/fxjse/dynprop.cpp", + "xfa/src/fxjse/runtime.cpp", + "xfa/src/fxjse/runtime.h", + "xfa/src/fxjse/scope_inline.h", + "xfa/src/fxjse/util_inline.h", + "xfa/src/fxjse/value.cpp", + "xfa/src/fxjse/value.h" ], }], ["OS == 'win'", { |