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

Unified Diff: DEPS

Issue 2145673002: Adding visualmetrics code under third_party for speedindex calculations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added visualmetrics to .gitignore Created 4 years, 5 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') | third_party/visualmetrics/OWNERS » ('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 5397911ccfb4d23bf7f2cf26b1a07f290cb2e8df..0042a662614b88190f081c72cd743f4ee5646ee9 100644
--- a/DEPS
+++ b/DEPS
@@ -283,6 +283,9 @@ deps = {
# 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',
}
« no previous file with comments | « .gitignore ('k') | third_party/visualmetrics/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698