Skip to content

Commit

Permalink
Revert shell/platform/common/BUILD.gn (flutter-tizen#116)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
bwikbs and bbrto21 authored Jun 22, 2021
1 parent 44d5ce1 commit 9ebcb6a
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 @@ -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",
Expand Down

0 comments on commit 9ebcb6a

Please sign in to comment.