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

Unified Diff: BUILD.gn

Issue 2510063002: Add icu libraries to fuzzer dependencies (Closed)
Patch Set: Created 4 years, 1 month 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 | test/fuzzer/fuzzer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9a21d33a867cd102e1451c9d7e00ec2e5a91382e..0b7b3bfff32529ea8cb67fe17c8a4ad0707c529f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2399,6 +2399,10 @@ v8_source_set("fuzzer_support") {
":v8_libbase",
":v8_libplatform",
]
+
+ if (v8_enable_i18n_support) {
+ deps += [ "//third_party/icu" ]
+ }
}
v8_source_set("simple_fuzzer") {
« no previous file with comments | « no previous file | test/fuzzer/fuzzer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698