[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / BUILD.gn
index 9bff27b..6987ccc 100644 (file)
@@ -2,11 +2,18 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+import("//tizen_src/build/config/tizen_features.gni")
+
 group("chromium_efl_all") {
   testonly = true
   deps = [
-    "//chrome:chrome",
     "//tizen_src/ewk/efl_webview_app:efl_webview_app",
     "//tizen_src/ewk/ubrowser:ubrowser",
   ]
+  if (build_chrome) {
+    deps += [ "//chrome:chrome" ]
+  }
+  if (is_tizen) {
+    deps += [ "//tizen_src/downloadable:chromium-efl-install" ]
+  }
 }