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

Unified Diff: DEPS

Issue 1469303004: DEPS change from issue 988893003 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add the DEPs to gitignore Created 5 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 | « .gitignore ('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 73576231eb6bde152d5d5fb957cd5122fbd2f64d..add067360a3c5a353374a3ee0bf0f77ad6dbf816 100644
--- a/DEPS
+++ b/DEPS
@@ -13,6 +13,9 @@ deps = {
Var("git_url") + "/chromium/deps/icu.git" + "@" + "42c58d4e49f2250039f0e98d43e0b76e8f5ca024",
"v8/buildtools":
Var("git_url") + "/chromium/buildtools.git" + "@" + "818123dac34899ec230840936fc15b8b2b5556f9",
+ # TODO(fmeawad): this dependency is not currently used. Added to allow for developement of the V8 Tracing system.
+ "v8/src/tracing/common":
+ Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "d83d44b13d07c2fd0a40101a7deef9b93b841732",
"v8/tools/swarming_client":
Var('git_url') + '/external/swarming.client.git' + '@' + "05e17879accce360bee999cd9ec891d761056bc2",
"v8/testing/gtest":
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698