Skip to content

Commit 9ebcb6a

Browse files
bwikbsbbrto21
andauthored
Revert shell/platform/common/BUILD.gn (#116)
* Revert shell/platform/common/BUILD.gn * Required for x64 builds Signed-off-by: MuHong Byun <[email protected]> * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Boram Bae <[email protected]>
1 parent 44d5ce1 commit 9ebcb6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shell/platform/common/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# found in the LICENSE file.
44

55
import("//flutter/common/config.gni")
6+
import("//flutter/shell/platform/tizen/config.gni")
67
import("//flutter/testing/testing.gni")
78

89
config("desktop_library_implementation") {
@@ -112,6 +113,10 @@ source_set("common_cpp") {
112113
"//flutter/shell/platform/common/client_wrapper:client_wrapper",
113114
]
114115

116+
if (!build_tizen_shell) {
117+
deps += [ "//flutter/shell/platform/embedder:embedder_as_internal_library" ]
118+
}
119+
115120
public_deps = [
116121
":common_cpp_core",
117122
"//third_party/rapidjson",

0 commit comments

Comments
 (0)