-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
As part of eliminating the Flutter buildroot (#67373), we are moving all third-party dependencies from //third_party to //flutter/third_party.
Steps:
- Buildroot: Migrate
BUILD.gntobuild/secondary/flutter/third_party/BUILD.gnMove //third_party/glfw to //flutter/third_party/glfw buildroot#777 - Engine: Update
DEPSand references to use new location/targets Move //third_party/glfw to //flutter/third_party/glfw engine#46733
This is an abridged form of a longer, stepwise migration that we may use for more complex future migrations:
- Buildroot: Copy
BUILD.gntobuild/secondary/flutter/third_party/BUILD.gn - Engine: Update
DEPSand references to use new location - Buildroot: Eliminate old
BUILD.gnfrombuild/secondary/third_party/BUILD.gn - Engine: Eliminate
DEPSreferences to old location
Part of #67373
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.