14 lines
594 B
Diff
14 lines
594 B
Diff
|
diff -up chromium-81.0.4044.92/base/test/BUILD.gn.nofontconfigcache chromium-81.0.4044.92/base/test/BUILD.gn
|
||
|
--- chromium-81.0.4044.92/base/test/BUILD.gn.nofontconfigcache 2020-04-13 12:06:59.233796815 -0400
|
||
|
+++ chromium-81.0.4044.92/base/test/BUILD.gn 2020-04-13 12:20:16.302174851 -0400
|
||
|
@@ -245,9 +245,6 @@ static_library("test_support") {
|
||
|
if (is_linux) {
|
||
|
public_deps += [ ":fontconfig_util_linux" ]
|
||
|
data_deps = [ "//third_party/test_fonts" ]
|
||
|
- if (current_toolchain == host_toolchain) {
|
||
|
- data_deps += [ ":do_generate_fontconfig_caches" ]
|
||
|
- }
|
||
|
}
|
||
|
|
||
|
if (is_ios) {
|