Skip to content

Commit 528d340

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 43f624c commit 528d340

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") {
@@ -121,6 +122,10 @@ source_set("common_cpp") {
121122
"//flutter/shell/platform/common/client_wrapper:client_wrapper",
122123
]
123124

125+
if (!build_tizen_shell) {
126+
deps += [ "//flutter/shell/platform/embedder:embedder_as_internal_library" ]
127+
}
128+
124129
public_deps = [
125130
":common_cpp_core",
126131
"//third_party/rapidjson",

0 commit comments

Comments
 (0)