forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Web SDK in wasm build tree (flutter#36520)
- Loading branch information
1 parent
453a60f
commit 7a1be8b
Showing
11 changed files
with
336 additions
and
522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import("//flutter/common/config.gni") | ||
import("//third_party/dart/build/dart/copy_tree.gni") | ||
|
||
if (flutter_prebuilt_dart_sdk) { | ||
copy_trees("_copy_trees") { | ||
sources = [ | ||
{ | ||
target = "copy_dart_sdk" | ||
visibility = [ ":dart_sdk" ] | ||
source = prebuilt_dart_sdk | ||
dest = "$root_out_dir/dart-sdk" | ||
ignore_patterns = "{}" | ||
}, | ||
] | ||
} | ||
} | ||
|
||
group("dart_sdk") { | ||
if (flutter_prebuilt_dart_sdk) { | ||
public_deps = [ ":copy_dart_sdk" ] | ||
} else { | ||
public_deps = [ "//third_party/dart:create_sdk" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.