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

Unified Diff: DEPS

Issue 1752183002: Pull in libFuzzer as a third party dep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again because catapalt Created 4 years, 9 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 | « .gitignore ('k') | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 028899a2a094353a94ab04a1a7576aa567c00489..4efd3d4a52ed9514c3882b94ef653fdb2371e84c 100644
--- a/DEPS
+++ b/DEPS
@@ -101,6 +101,10 @@ vars = {
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '87ef16864757739c019c49c2cc1a0a27e28fdc31',
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling libFuzzer
+ # and whatever else without interference from each other.
+ 'libfuzzer_revision': '1d3e15006639ad8c1aadd2d7bac4dab9a6be7da6', # from svn revision 265174
}
# Only these hosts are allowed for dependencies in this DEPS file.
@@ -430,6 +434,10 @@ deps_os = {
# Wireless Display Software. Used on Chrome OS.
'src/third_party/wds/src':
Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'f187dda5fccaad08e168dc6657109325f42c648e',
+
+ # Used for building libFuzzers (only supports Linux).
+ 'src/third_party/libFuzzer/src':
+ Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
},
'android': {
'src/third_party/android_protobuf/src':
« no previous file with comments | « .gitignore ('k') | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698