diff --git a/shell/platform/common/BUILD.gn b/shell/platform/common/BUILD.gn index ff4669706763c..dde2ee14199d7 100644 --- a/shell/platform/common/BUILD.gn +++ b/shell/platform/common/BUILD.gn @@ -3,6 +3,7 @@ # found in the LICENSE file. import("//flutter/common/config.gni") +import("//flutter/shell/platform/tizen/config.gni") import("//flutter/testing/testing.gni") config("desktop_library_implementation") { @@ -112,6 +113,10 @@ source_set("common_cpp") { "//flutter/shell/platform/common/client_wrapper:client_wrapper", ] + if (!build_tizen_shell) { + deps += [ "//flutter/shell/platform/embedder:embedder_as_internal_library" ] + } + public_deps = [ ":common_cpp_core", "//third_party/rapidjson",