Remove Aura dependencies from EFL port
authorKamil Klimek <k.klimek@partner.samsung.com>
Wed, 19 Nov 2014 10:56:28 +0000 (11:56 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit7b0c46b42451b1edf369e4ad54dc79d31b022a0b
tree5a5e7a4d603d48658ce858639faa23739f113f36
parentf5d46b1a0984d1ac28016dcdf1e8118af3bb22e9
Remove Aura dependencies from EFL port

The goal of the patch is to remove last remaining dependencies
on Aura toolkit from the EFL port. Aura and EFL/Elementary are
both UI toolkits with very similar feature set. There should
be no need for both of them in one chromium port.

Original patch: http://165.213.202.130:8080/#/c/68601/
Original author: Piotr Tworek <p.tworek@samsung.com>

Change-Id: I7fffcb4e7e44e8cc4d56ee48d66584bfe7ade341
Signed-off-by: Kamil Klimek <k.klimek@partner.samsung.com>
tizen_src/build/gyp_chromiumefl.sh
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/chromium-efl.gypi
tizen_src/impl/common/cursors/webcursor_efl.cc [new file with mode: 0644]
tizen_src/impl/common/cursors/webcursor_efl.h [new file with mode: 0644]
tizen_src/impl/resource/resource_bundle_efl.cc [new file with mode: 0644]
tizen_src/impl/screen_efl.cc
tizen_src/impl/ui/native_theme/native_theme_efl.cc [new file with mode: 0644]
tizen_src/impl/ui/native_theme/native_theme_efl.h [new file with mode: 0644]
tizen_src/impl/ui/snapshot/snapshot_efl.cc [new file with mode: 0644]