Revert "[Tizen] Added 'make clean' on each profile build."
[platform/core/uifw/dali-adaptor.git] / adaptors / common / file.list
index a3aebac..af0bebe 100644 (file)
@@ -29,21 +29,17 @@ adaptor_common_internal_src_files = \
   $(adaptor_common_dir)/trigger-event.cpp \
   $(adaptor_common_dir)/trigger-event-factory.cpp \
   $(adaptor_common_dir)/key-impl.cpp \
-  \
+  $(adaptor_common_dir)/video-player-impl.cpp \
   $(adaptor_common_dir)/events/gesture-manager.cpp \
   $(adaptor_common_dir)/events/long-press-gesture-detector.cpp \
   $(adaptor_common_dir)/events/pan-gesture-detector-base.cpp \
   $(adaptor_common_dir)/events/pan-gesture-detector.cpp \
   $(adaptor_common_dir)/events/pinch-gesture-detector.cpp \
   $(adaptor_common_dir)/events/tap-gesture-detector.cpp \
-  \
   $(adaptor_common_dir)/networking/socket-impl.cpp \
   $(adaptor_common_dir)/networking/socket-factory.cpp \
-  \
   $(adaptor_common_dir)/feedback/feedback-plugin-proxy.cpp \
-  \
   $(adaptor_common_dir)/gl/egl-factory.cpp \
-  $(adaptor_common_dir)/gl/egl-image-extensions.cpp \
   $(adaptor_common_dir)/gl/egl-implementation.cpp \
   $(adaptor_common_dir)/gl/egl-sync-implementation.cpp \
   $(adaptor_common_dir)/gl/egl-debug.cpp \
@@ -64,3 +60,6 @@ adaptor_common_internal_uv_src_files = \
 adaptor_common_internal_default_profile_src_files = \
   $(adaptor_common_dir)/color-controller-impl.cpp \
   $(adaptor_common_dir)/system-settings.cpp
+
+adaptor_common_internal_egl_extension_src_files = \
+  $(adaptor_common_dir)/gl/egl-image-extensions.cpp