Skip to content

Commit

Permalink
Prepare to move switftshader to flutter/third_party. (#803)
Browse files Browse the repository at this point in the history
This will need to be rolled in `flutter/engine` atomically with
appropriate DEPS / GN updates.

Towards flutter/flutter#67373.
  • Loading branch information
matanlurey committed Dec 12, 2023
1 parent 1570fb4 commit 0141e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ is_chromecast = false
is_chromeos_lacros = false
ozone_platform_headless = false

# Needed for //third_party/swiftshader and //third_party/angle.
# Needed for //flutter/third_party/swiftshader and //third_party/angle.
if (is_linux) {
ozone_platform_x11 = true
ozone_platform_wayland = true
Expand Down
2 changes: 1 addition & 1 deletion build_overrides/swiftshader.gni
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
swiftshader_standalone = false

# Path to SwiftShader.
swiftshader_dir = "//third_party/swiftshader"
swiftshader_dir = "//flutter/third_party/swiftshader"

0 comments on commit 0141e94

Please sign in to comment.