Skip to content

Commit 2bbdc2d

Browse files
bwikbsbbrto21
authored andcommitted
Revert shell/platform/common/BUILD.gn (#116)
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
1 parent 4465932 commit 2bbdc2d

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") {
@@ -117,6 +118,10 @@ source_set("common_cpp") {
117118
"//flutter/shell/platform/common/client_wrapper:client_wrapper",
118119
]
119120

121+
if (!build_tizen_shell) {
122+
deps += [ "//flutter/shell/platform/embedder:embedder_as_internal_library" ]
123+
}
124+
120125
public_deps = [
121126
":common_cpp_core",
122127
"//third_party/rapidjson",

0 commit comments

Comments
 (0)