Skip to content

Commit

Permalink
Revert shell/platform/common/BUILD.gn (#116)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
2 people authored and swift-kim committed Sep 1, 2022
1 parent 43f624c commit 528d340
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/platform/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down Expand Up @@ -121,6 +122,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",
Expand Down

0 comments on commit 528d340

Please sign in to comment.