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

Unified Diff: DEPS

Issue 2617283002: Add Clang static analyzer to Clang toolchain defs in GN (Closed)
Patch Set: thakis feedback Created 3 years, 11 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 | build/toolchain/clang_static_analyzer.gni » ('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 2bb5f03757da0ea8bb0664141287fd66c0267c67..ea4f8a3692e479376c58335b37eebc0f0d83901b 100644
--- a/DEPS
+++ b/DEPS
@@ -105,6 +105,10 @@ vars = {
# the commit queue can handle CLs rolling devtools-node-modules
# and whatever else without interference from each other.
'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
+ # Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling libFuzzer
+ # and whatever else without interference from each other.
+ 'scanbuild_revision': '15bd7ca2934162c51654ddffc52933e45f95e7ef',
}
# Only these hosts are allowed for dependencies in this DEPS file.
@@ -297,12 +301,16 @@ deps = {
'src/third_party/re2/src':
Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349aba83b5588e85e5ecf2b56c97f2d259b7',
+
Nico 2017/01/24 21:47:53 nit: no additional newline here
# 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'),
'src/third_party/visualmetrics/src':
Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
+
+ 'src/third_party/scan-build/src':
+ Var('chromium_git') + '/chromium/llvm-project/cfe/tools/scan-build.git' + '@' + Var('scanbuild_revision'),
}
« no previous file with comments | « no previous file | build/toolchain/clang_static_analyzer.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698