63 lines
2.1 KiB
Diff
63 lines
2.1 KiB
Diff
--- chromium-143.0.7489.0/testing/libfuzzer/fuzzers/BUILD.gn 2025/10/27 00:01:26 1.1
|
|
+++ chromium-143.0.7489.0/testing/libfuzzer/fuzzers/BUILD.gn 2025/10/27 00:01:40
|
|
@@ -103,7 +103,7 @@
|
|
sources = [ "libpng_read_fuzzer.cc" ]
|
|
deps = [
|
|
"//base",
|
|
- "//third_party/libpng:libpng_for_testonly",
|
|
+ "//third_party/libpng",
|
|
]
|
|
dict = "dicts/png.dict"
|
|
seed_corpuses = libpng_seed_corpuses
|
|
--- chromium-143.0.7489.0/tools/imagediff/BUILD.gn 2025/10/27 12:14:26 1.1
|
|
+++ chromium-143.0.7489.0/tools/imagediff/BUILD.gn 2025/10/27 12:15:39
|
|
@@ -48,7 +48,7 @@
|
|
deps = [
|
|
"//base",
|
|
"//build/win:default_exe_manifest",
|
|
- "//third_party/libpng:libpng_for_testonly",
|
|
+ "//third_party/libpng",
|
|
"//third_party/zlib",
|
|
]
|
|
}
|
|
--- chromium-143.0.7489.0/chrome/test/BUILD.gn 2025/10/27 13:35:00 1.1
|
|
+++ chromium-143.0.7489.0/chrome/test/BUILD.gn 2025/10/27 13:35:18
|
|
@@ -11167,7 +11167,7 @@
|
|
"//testing/gtest",
|
|
"//third_party/hunspell",
|
|
"//third_party/icu",
|
|
- "//third_party/libpng:libpng_for_testonly",
|
|
+ "//third_party/libpng",
|
|
"//ui/base:test_support",
|
|
"//ui/events:test_support",
|
|
"//ui/ozone",
|
|
@@ -11532,7 +11532,7 @@
|
|
"//testing/gtest",
|
|
"//third_party/hunspell",
|
|
"//third_party/icu",
|
|
- "//third_party/libpng:libpng_for_testonly",
|
|
+ "//third_party/libpng",
|
|
"//ui/base:base_interactive_ui_tests",
|
|
"//ui/base:ozone_buildflags",
|
|
"//ui/base:test_support",
|
|
@@ -12492,7 +12492,7 @@
|
|
"//testing/gtest",
|
|
"//third_party/hunspell",
|
|
"//third_party/icu",
|
|
- "//third_party/libpng:libpng_for_testonly",
|
|
+ "//third_party/libpng",
|
|
"//ui/base:test_support",
|
|
"//ui/resources:ui_test_pak",
|
|
"//ui/views",
|
|
--- chromium-143.0.7489.0/ui/gfx/BUILD.gn 2025/10/27 13:34:40 1.1
|
|
+++ chromium-143.0.7489.0/ui/gfx/BUILD.gn 2025/10/27 13:34:52
|
|
@@ -902,7 +902,7 @@
|
|
"//skia:skcms",
|
|
"//testing/gtest",
|
|
"//third_party/icu:icuuc",
|
|
- "//third_party/libpng:libpng_for_testonly",
|
|
+ "//third_party/libpng",
|
|
"//third_party/zlib",
|
|
"//ui/base",
|
|
"//ui/gfx/animation",
|