This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Web sdk build reland #36851
Merged
auto-submit
merged 5 commits into
flutter:main
from
eyebrowsoffire:web_sdk_build_reland
Oct 20, 2022
Merged
Web sdk build reland #36851
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
ba4000a
Reland web sdk build in wasm build tree.
eyebrowsoffire 06dcab3
Fix v2 recipes.
eyebrowsoffire 32a0625
Change pathing to avoid pulling in stuff from dart-sdk target.
eyebrowsoffire d63b30d
Addressing various comments and issues.
eyebrowsoffire 21ecda9
Rename variable for consistency.
eyebrowsoffire File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Reland web sdk build in wasm build tree.
- Loading branch information
commit ba4000ac38c33c2c9f8aa1bcc4fe1fc6b683514b
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following suit would make this
flutter_build_web_sdk.