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

Unified Diff: DEPS

Issue 10020064: Checkout Web Page Replay in src/third_party (was chrome/tools/build/third_party). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use googlecode_url. Created 8 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 | « no previous file | tools/python/google/webpagereplay_utils.py » ('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 7a887af522b26017d9df14fb143562398c6f2726..95ad10f523a48737c7f82480ea692042e13f85b9 100644
--- a/DEPS
+++ b/DEPS
@@ -334,6 +334,11 @@ deps = {
"src/tools/deps2git":
"/trunk/tools/deps2git@128331",
+
+ "src/third_party/webpagereplay":
+ (Var("googlecode_url") % "web-page-replay") + "/trunk@447",
cmp 2012/04/19 00:28:43 hmm, are there other examples of a dep-within-a-de
cmp 2012/04/19 00:30:09 what i'm thinking about is that gclient sync has a
slamm_google 2012/04/19 17:51:51 I had not thought of that. There is one other case
+ "src/third_party/webpagereplay/third_party/ipaddr":
+ (Var("googlecode_url") % "ipaddr") + "/trunk@244",
}
« no previous file with comments | « no previous file | tools/python/google/webpagereplay_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698