[M120 Migration] Build libchromium-impl.so with chrome implementation
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / BUILD.gn
index 2a2f56e..b09d396 100644 (file)
@@ -115,7 +115,9 @@ shared_library("chromium-ewk") {
     "//ui/views:test_support",
     "//v8",
   ]
-
+  if (build_chrome && is_tizen) {
+    deps += [ "//chrome:chrome_lib" ]
+  }
   if (enable_basic_printing) {
     deps += [ "//printing" ]
   }