fixup! [M120 Migration][WebRTC] Enable unit tests 97/312697/2
authorChandan Padhi <c.padhi@samsung.com>
Thu, 13 Jun 2024 06:46:14 +0000 (12:16 +0530)
committerBot Blink <blinkbot@samsung.com>
Fri, 14 Jun 2024 14:29:35 +0000 (14:29 +0000)
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>
third_party/webrtc/webrtc.gni

index e840118e648bbee04b3a949d84c5008dd37c5113..8f35d5327cdc0a0042f560e635d996e83801bea5 100644 (file)
@@ -39,7 +39,7 @@ if (is_fuchsia) {
   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