Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Move rendering TUs behind own flag#134

Merged
dnfield merged 2 commits into
flutter-team-archive:mainfrom
dnfield:build
Apr 13, 2022
Merged

Move rendering TUs behind own flag#134
dnfield merged 2 commits into
flutter-team-archive:mainfrom
dnfield:build

Conversation

@dnfield

@dnfield dnfield commented Apr 13, 2022

Copy link
Copy Markdown
Contributor

Fixes build issues seen in flutter-team-archive/engine#32658

Will require one change when rolling into the engine to guard header includes behind this new flag instead of the more generic one.

Comment thread BUILD.gn Outdated
]

if (impeller_supports_rendering) {
deps += [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be public_deps?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@bdero bdero left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if it builds.

@dnfield
dnfield merged commit 011505c into flutter-team-archive:main Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants