Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6633)

Unified Diff: chrome/utility/BUILD.gn

Issue 2314883002: Validate that UDIFBlock data length matches the size and reported number of chunks. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/utility/safe_browsing/mac/udif.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index d85a52dd9585555b17fcd85c45379482a337a399..34f1764864dae1e41c61df16b19be0e1fbbd2249 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -9,7 +9,10 @@ import("//build/config/sysroot.gni")
# Provides a way for the utility library to push ldflags to dependents.
config("utility_ldflags") {
if (is_mac && safe_browsing_mode == 1) {
- libs = [ "bz2" ]
+ libs = [
+ "bz2",
+ "CoreFoundation.framework",
+ ]
}
}
« no previous file with comments | « no previous file | chrome/utility/safe_browsing/mac/udif.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698