This commit fixes below desktop build error.
ERROR at //third_party/webrtc/webrtc.gni:98:53: Undefined identifier
rtc_exclude_system_time = build_with_chromium && !tizen_rtc_unittests
^------------------
Change-Id: Id458254ad1860fd039b5cb07ca576dc1c901b136
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
import("//build/config/fuchsia/config.gni")
}
-if (is_tizen) {
+if (use_efl) {
import("//tizen_src/build/config/tizen_features.gni")
}
# This declare_args is separated from the next one because args declared