X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=node-addon%2Fbinding.gyp;h=142cc74b58c85aadacdbd305d9a8820c87816302;hp=d8f07f5a610c6eff53cd90d88efd8f06e45a50ff;hb=6e1c16f82d6ea3d44f74e4dc11212ac18c963ef4;hpb=16679931e0ac1f5d56f657ed579fc0cb524461e5 diff --git a/node-addon/binding.gyp b/node-addon/binding.gyp index d8f07f5..142cc74 100644 --- a/node-addon/binding.gyp +++ b/node-addon/binding.gyp @@ -16,9 +16,11 @@ '<(DALI_JS_DIR)/actors/actor-wrapper.cpp', '<(DALI_JS_DIR)/actors/actor-api.cpp', '<(DALI_JS_DIR)/actors/layer-api.cpp', - '<(DALI_JS_DIR)/actors/image-actor-api.cpp', '<(DALI_JS_DIR)/actors/camera-actor-api.cpp', '<(DALI_JS_DIR)/constants/constants-wrapper.cpp', + '<(DALI_JS_DIR)/controls/control-wrapper.cpp', + '<(DALI_JS_DIR)/controls/item-factory-wrapper.cpp', + '<(DALI_JS_DIR)/controls/item-view-api.cpp', '<(DALI_JS_DIR)/animation/animation-api.cpp', '<(DALI_JS_DIR)/animation/animation-wrapper.cpp', '<(DALI_JS_DIR)/animation/constrainer-api.cpp', @@ -31,22 +33,30 @@ '<(DALI_JS_DIR)/events/pan-gesture-detector-api.cpp', '<(DALI_JS_DIR)/events/pan-gesture-detector-wrapper.cpp', '<(DALI_JS_DIR)/stage/stage-api.cpp', - '<(DALI_JS_DIR)/shader-effects/shader-effect-api.cpp', - '<(DALI_JS_DIR)/shader-effects/shader-effect-wrapper.cpp', '<(DALI_JS_DIR)/image/image-wrapper.cpp', '<(DALI_JS_DIR)/image/image-api.cpp', '<(DALI_JS_DIR)/image/buffer-image-api.cpp', - '<(DALI_JS_DIR)/image/native-image-api.cpp', '<(DALI_JS_DIR)/image/frame-buffer-image-api.cpp', '<(DALI_JS_DIR)/image/resource-image-api.cpp', - '<(DALI_JS_DIR)/image/nine-patch-image-api.cpp', '<(DALI_JS_DIR)/object/handle-wrapper.cpp', + '<(DALI_JS_DIR)/object/property-buffer-api.cpp', + '<(DALI_JS_DIR)/object/property-buffer-wrapper.cpp', '<(DALI_JS_DIR)/object/property-value-wrapper.cpp', '<(DALI_JS_DIR)/signals/signal-manager.cpp', '<(DALI_JS_DIR)/render-tasks/render-task-list-api.cpp', '<(DALI_JS_DIR)/render-tasks/render-task-list-wrapper.cpp', '<(DALI_JS_DIR)/render-tasks/render-task-api.cpp', '<(DALI_JS_DIR)/render-tasks/render-task-wrapper.cpp', + '<(DALI_JS_DIR)/rendering/geometry-api.cpp', + '<(DALI_JS_DIR)/rendering/geometry-wrapper.cpp', + '<(DALI_JS_DIR)/rendering/material-api.cpp', + '<(DALI_JS_DIR)/rendering/material-wrapper.cpp', + '<(DALI_JS_DIR)/rendering/renderer-api.cpp', + '<(DALI_JS_DIR)/rendering/renderer-wrapper.cpp', + '<(DALI_JS_DIR)/rendering/sampler-api.cpp', + '<(DALI_JS_DIR)/rendering/sampler-wrapper.cpp', + '<(DALI_JS_DIR)/rendering/shader-api.cpp', + '<(DALI_JS_DIR)/rendering/shader-wrapper.cpp', '<(DALI_JS_DIR)/toolkit/builder/builder-api.cpp', '<(DALI_JS_DIR)/toolkit/builder/builder-wrapper.cpp', '<(DALI_JS_DIR)/toolkit/focus-manager/keyboard-focus-manager-api.cpp', @@ -59,7 +69,7 @@ 'cflags': [ '-fPIC', '-frtti', - '