Allow building content shell when xwalk directory is absent
authorArnaud Renevier <a.renevier@samsung.com>
Thu, 12 Mar 2015 17:52:40 +0000 (10:52 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commite19f7b25d08ecb0e16425b1e2666a593f3a53c22
treee042c211894f5d85dad9875ce9d42c5450cabcde
parent73dd2066ecccd351d9bf18180275bc0aa6051434
Allow building content shell when xwalk directory is absent

Currently, it's not possible to build anything if xwalk directory is not
present. It would be great if we could, because xwalk is on a separate
repository, and might not always be available.

This patch sources gyp xwalk related files only if they are to be used.
Instead of passing xwalk.gyp path to gyp_chromiumefl, a flag --xwalk is
now passed. If and only if set, gyp_chromiumefl will source xwalk.gyp
and other xwalk related gyp files.

Change-Id: I872985cbe25a684cb8e325173e21a1a09cff313b
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/build/common.sh
tizen_src/build/gyp_chromiumefl
tizen_src/build/gyp_chromiumefl.sh