Make text selection feature available on desktop builds.
authorAntonio Gomes <a1.gomes@samsung.com>
Fri, 24 Jul 2015 20:31:36 +0000 (16:31 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit5ccbc01c8338b04f37e5782132aa711f85ae4d60
treec324da25e082ec9d0345c8a0d831d53233b3f39c
parent4237133bd8cc7e5ffdd0dd0bddb209f2145fe1ce
Make text selection feature available on desktop builds.

In GBS builds, we pass edje_dir value used to specify EDJ
resources' location as a GYP parameter (see -Dedje_dir in
chromium-efl.spec, for instance).

In order to have text selection on desktop builds, patch
does the same from build/common.sh.
Also, it makes GBS and desktop builds to take the same
codepath when resolving the respective edj path, eliminating
Reviewed by: Janusz Majnert, SeungSeop Park

Change-Id: Ia00bef1690f97ea77ff763718e6b36b6534fd9d0
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/build/common.sh
tizen_src/chromium_impl/content/browser/selection/selection_handle_efl.cc
tizen_src/chromium_impl/content/common/paths_efl.cc