Move buildtools/third_party/libc++[abi] to third_party in Cronet's copybara

Test: None
Change-Id: Iaa00d4d383f84fbabe346cbe9a929ba471d68297
This commit is contained in:
Mohannad Farrag
2023-08-18 16:00:05 +00:00
parent eaba52172c
commit c4daa59cd7

View File

@@ -71,6 +71,8 @@ cronet_origin_files = glob(
"base/third_party/nspr/**",
"base/third_party/superfasthash/**",
"base/third_party/valgrind/**",
# Those are temporarily needed until Chromium finish the migration
# of libc++[abi]
"buildtools/third_party/libc++/**",
"buildtools/third_party/libc++abi/**",
# Note: Only used for tests.
@@ -87,6 +89,8 @@ cronet_origin_files = glob(
# Note: Only used for tests.
"third_party/googletest/**",
"third_party/icu/**",
"third_party/libc++/**",
"third_party/libc++abi/**",
"third_party/libevent/**",
# Note: Only used for tests.
"third_party/libxml/**",