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

Unified Diff: DEPS

Issue 1885093004: [libfuzzer] fetch libfuzzer on mac and register it in build root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « BUILD.gn ('k') | no next file » | 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 1abd70451fe23fcd597f5bdf3e2223adbb53785f..84403553e66d9b8b0465c93192d68efec35d61d2 100644
--- a/DEPS
+++ b/DEPS
@@ -282,6 +282,10 @@ deps = {
'src/third_party/re2/src':
Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349aba83b5588e85e5ecf2b56c97f2d259b7',
+
+ # Used for building libFuzzers (only supports Linux).
Dirk Pranke 2016/04/14 23:20:38 the "only supports linux" part is no longer accura
Oliver Chang 2016/04/14 23:30:22 remove "(only supports Linux)" ?
+ 'src/third_party/libFuzzer/src':
+ Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
}
@@ -434,10 +438,6 @@ 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 | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698