-
Notifications
You must be signed in to change notification settings - Fork 28.8k
Remove duplicate sources in the web_sdk
.
#163636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
LGTM with one comment.
engine/src/flutter/web_sdk/BUILD.gn
Outdated
@@ -420,7 +419,6 @@ if (!is_fuchsia) { | |||
deps += [ "//flutter/lib/web_ui/flutter_js" ] | |||
|
|||
# flutter_ddc_modules | |||
sources = get_target_outputs(":flutter_dartdevc_canvaskit_kernel_sdk_amd") | |||
sources += get_target_outputs(":flutter_dartdevc_canvaskit_kernel_sdk_amd") |
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.
Might need to keep the first one because it is the original assignment without the +=
.
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.
Right, that's how it works :P
autosubmit label was removed for flutter/flutter/163636, because - The status or check suite Windows tool_integration_tests_3_9 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Post-submit feedback on #163015.