Skip to content

Commit

Permalink
Move Abseil to flutter/third_party/abseil-cpp
Browse files Browse the repository at this point in the history
In combination with
https://flutter-review.googlesource.com/c/third_party/abseil-cpp/+/55848,
this updates Flutter's references to Abseil from
//third_party/abseil-cpp to //flutter/third_party/abseil-cpp.

Issue: flutter/flutter#144201
Part of: flutter/flutter#67373
  • Loading branch information
cbracken committed Mar 6, 2024
1 parent ebc2748 commit 49ffb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_overrides/angle.gni
Expand Up @@ -18,7 +18,7 @@ if (!is_fuchsia) {
}

# Overrides for ANGLE's dependencies.
angle_abseil_cpp_dir = "//third_party/abseil-cpp"
angle_abseil_cpp_dir = "//flutter/third_party/abseil-cpp"
angle_glslang_dir = "//flutter/third_party/vulkan-deps/glslang/src"
angle_googletest_dir = "//third_party/googletest/googletest/src"

Expand Down

0 comments on commit 49ffb76

Please sign in to comment.