Fix WIDTH_SPECIFICATION & HEIGHT_SPECIFICATION bug.
[platform/core/uifw/dali-toolkit.git] / node-addon / binding.gyp
index dad473d..da23da5 100644 (file)
       '<(DALI_JS_DIR)/actors/layer-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)/controls/scroll-view-api.cpp',
       '<(DALI_JS_DIR)/animation/animation-api.cpp',
       '<(DALI_JS_DIR)/animation/animation-wrapper.cpp',
       '<(DALI_JS_DIR)/animation/constrainer-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)/rendering/texture-set-api.cpp',
+      '<(DALI_JS_DIR)/rendering/texture-set-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',