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

Conversation

@godofredoc
Copy link
Contributor

@godofredoc godofredoc commented Feb 26, 2022

Add archive targets for windows cpp client wrappers and windows flutter. These zip files were created manually in the windows host recipes.

Bug:

flutter/flutter#81855

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 Hixie said 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.

@flutter-dashboard flutter-dashboard bot added the embedder Related to the embedder API label Feb 26, 2022
deps = [
":client_wrapper_windows",
"//flutter/shell/platform/common/client_wrapper:client_wrapper",
"//flutter/shell/platform/windows/client_wrapper:publish_wrapper_windows",
Copy link
Member

Choose a reason for hiding this comment

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

This target is in this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch. Rewrote it as relative import.

]
}

if (host_os == "win") {
Copy link
Member

Choose a reason for hiding this comment

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

Is this guard needed? I'm not sure we're doing this consistently, but since this BUILD.gn file is in a Windows subdirectory, it would be more idiomatic to assert host_os == "win" at the top of the file, and then guard the places where the targets might be depended on with if (host_os == "win").

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed the if to validate if an if (host_os == "win") will be needed.

@godofredoc godofredoc added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Mar 1, 2022
@fluttergithubbot fluttergithubbot merged commit 0ff508b into flutter:main Mar 1, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 1, 2022
zanderso pushed a commit to flutter/flutter that referenced this pull request Mar 1, 2022
* e97c801 Started looking for the dart plugin registrant at runtime  (flutter/engine#31418)

* 9ebbc6e Standardize the embedder file name. (flutter/engine#31723)

* e983ac8 Roll Skia from 1fc0c1c0f8af to 5deac304821b (2 revisions) (flutter/engine#31725)

* afd334d added dart plugin registrant test executables to run_tests.py (flutter/engine#31726)

* 0ff508b Standardize embedder archive name. (flutter/engine#31693)

* 9c1daae Roll Fuchsia Mac SDK from qGsRXn7-D... to RIOZP5nXz... (flutter/engine#31730)

* ceec638 Roll Fuchsia Linux SDK from _mwyhkd9H... to 7rB0Yrprs... (flutter/engine#31731)

* 54050b4 Roll Skia from 5deac304821b to c3e7a2a00b0a (3 revisions) (flutter/engine#31732)

* a5718ab Roll Dart SDK from c3e3126a598b to 34a5563af80d (6 revisions) (flutter/engine#31734)
clocksmith pushed a commit to clocksmith/flutter that referenced this pull request Mar 8, 2022
* e97c801 Started looking for the dart plugin registrant at runtime  (flutter/engine#31418)

* 9ebbc6e Standardize the embedder file name. (flutter/engine#31723)

* e983ac8 Roll Skia from 1fc0c1c0f8af to 5deac304821b (2 revisions) (flutter/engine#31725)

* afd334d added dart plugin registrant test executables to run_tests.py (flutter/engine#31726)

* 0ff508b Standardize embedder archive name. (flutter/engine#31693)

* 9c1daae Roll Fuchsia Mac SDK from qGsRXn7-D... to RIOZP5nXz... (flutter/engine#31730)

* ceec638 Roll Fuchsia Linux SDK from _mwyhkd9H... to 7rB0Yrprs... (flutter/engine#31731)

* 54050b4 Roll Skia from 5deac304821b to c3e7a2a00b0a (3 revisions) (flutter/engine#31732)

* a5718ab Roll Dart SDK from c3e3126a598b to 34a5563af80d (6 revisions) (flutter/engine#31734)
@godofredoc godofredoc deleted the fix_embedder_name branch January 12, 2024 19:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

embedder Related to the embedder API platform-windows waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants