I was recently looking at our build system and noticed some places still check for `tizen_mobile'. This variable has not been defined since February when we stopped supporting Tizen 2.x.
Most places checked for both `tizen' and `tizen_mobile', and since the former is always defined for Tizen we can just get rid of the latter in the checks. I've done that in https://github.com/crosswalk-project/crosswalk/pull/1901 There are some places which check only for `tizen_mobile' or OS_TIZEN_MOBILE, though. These chunks of build system and source code have not been used/built since February. I need help from other people familiar with those parts of the tree to decide whether these bits of code can be removed altogether or turned into proper checks for tizen/OS_TIZEN. I've created https://crosswalk-project.org/jira/browse/XWALK-1625 to track this. _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
