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

Made it so angle builds on linux #56328

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build_overrides/angle.gni
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ angle_spirv_headers_dir = "//flutter/third_party/vulkan-deps/spirv-headers/src"
angle_spirv_tools_dir = "//flutter/third_party/vulkan-deps/spirv-tools/src"
angle_spirv_cross_dir = "//flutter/third_party/vulkan-deps/spirv-cross/src"
angle_spirv_headers_dir = "//flutter/third_party/vulkan-deps/spirv-headers/src"
angle_vulkan_memory_allocator_dir =
"//flutter/third_party/vulkan_memory_allocator"
angle_vulkan_memory_allocator_dir = "//flutter/flutter_vma"

# This is a general Chromium flag, but in the Flutter build only ANGLE needs it
# so it is defined here.
Expand Down
1 change: 1 addition & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
../../../flutter/flow/texture_unittests.cc
../../../flutter/flow/view_slicer_unittests.cc
../../../flutter/flutter_frontend_server
../../../flutter/flutter_vma/include/README.md
../../../flutter/fml/ascii_trie_unittests.cc
../../../flutter/fml/backtrace_unittests.cc
../../../flutter/fml/base32_unittest.cc
Expand Down
1 change: 1 addition & 0 deletions flutter_vma/include/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder is here to match Angle's expectations for the VMA directory.