Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Use GNI group instead of hardcoding PNG codecs source files.#54781

Merged
kjlubick merged 1 commit into
flutter-team-archive:mainfrom
anforowicz:png-gni-list-instead-of-hardcoding-source-list
Aug 26, 2024
Merged

Use GNI group instead of hardcoding PNG codecs source files.#54781
kjlubick merged 1 commit into
flutter-team-archive:mainfrom
anforowicz:png-gni-list-instead-of-hardcoding-source-list

Conversation

@anforowicz

Copy link
Copy Markdown
Contributor

Fixes https://issues.skia.org/issues/362267329. The indirection introduced by this PR insulates Flutter from source-file-list changes in Skia. See the linked bug for more details.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@kjlubick kjlubick requested review from kjlubick and zanderso August 26, 2024 20:04

@kjlubick kjlubick 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

@kjlubick kjlubick merged commit 241d7b4 into flutter-team-archive:main Aug 26, 2024

@zanderso zanderso 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

hubot pushed a commit to google/skia that referenced this pull request Aug 26, 2024
This reverts commit eb5f21e.
This reland is possible, because Flutter issues have been addressed by
flutter-team-archive/engine#54781
Original commit description:

This CL extracts a minimal `SkPngCodecBase` - a common base class
of `SkPngCodec` and `SkPngRustCodec` with functionality shared by both
of these derived classes.

Bug: chromium:356879515
Change-Id: I7e49e3d5ef07d2ea96cb445b524a798954beeba2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/893460
Auto-Submit: Łukasz Anforowicz <lukasza@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Kaylee Lubick <kjlubick@google.com>
auto-submit Bot pushed a commit to flutter/flutter that referenced this pull request Aug 27, 2024
…4153)

Manual roll requested by zra@google.com

flutter-team-archive/engine@f645ca5...b41ca79

2024-08-26 jonahwilliams@google.com [Impeller] fix incorrect origins for mesh gradient computation. (flutter-team-archive/engine#54762)
2024-08-26 matanlurey@users.noreply.github.com Change the `ci/analyze.sh` script to analyze _all_ of the engine (flutter-team-archive/engine#54779)
2024-08-26 anforowicz@users.noreply.github.com Use GNI group instead of hardcoding PNG codecs source files. (flutter-team-archive/engine#54781)
2024-08-26 41930132+hellohuanlin@users.noreply.github.com [ios] Fix text input edit rotor accessibility (flutter-team-archive/engine#54351)
2024-08-26 zanderso@users.noreply.github.com Ensure orchestrators aren't assigned to 32 core machines (flutter-team-archive/engine#54754)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@anforowicz anforowicz deleted the png-gni-list-instead-of-hardcoding-source-list branch August 27, 2024 17:12
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
…tter#154153)

Manual roll requested by zra@google.com

flutter-team-archive/engine@f645ca5...b41ca79

2024-08-26 jonahwilliams@google.com [Impeller] fix incorrect origins for mesh gradient computation. (flutter-team-archive/engine#54762)
2024-08-26 matanlurey@users.noreply.github.com Change the `ci/analyze.sh` script to analyze _all_ of the engine (flutter-team-archive/engine#54779)
2024-08-26 anforowicz@users.noreply.github.com Use GNI group instead of hardcoding PNG codecs source files. (flutter-team-archive/engine#54781)
2024-08-26 41930132+hellohuanlin@users.noreply.github.com [ios] Fix text input edit rotor accessibility (flutter-team-archive/engine#54351)
2024-08-26 zanderso@users.noreply.github.com Ensure orchestrators aren't assigned to 32 core machines (flutter-team-archive/engine#54754)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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