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

Side by Side Diff: DEPS

Issue 9965045: Add Web Page Replay support. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/build/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/runtest.py » ('j') | scripts/slave/runtest.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 deps = { 1 deps = {
2 "build/third_party/webpagereplay":
3 "http://web-page-replay.googlecode.com/svn/trunk@444",
4
2 "build/third_party/lighttpd": 5 "build/third_party/lighttpd":
3 "/trunk/deps/third_party/lighttpd@58968", 6 "/trunk/deps/third_party/lighttpd@58968",
4 7
5 "build/third_party/gsutil": 8 "build/third_party/gsutil":
6 "svn://svn.chromium.org/gsutil/trunk/src@145", 9 "svn://svn.chromium.org/gsutil/trunk/src@145",
7 10
8 "build/third_party/gsutil/boto": 11 "build/third_party/gsutil/boto":
9 "svn://svn.chromium.org/boto@3", 12 "svn://svn.chromium.org/boto@3",
10 13
11 "commit-queue": 14 "commit-queue":
12 "/trunk/tools/commit-queue", 15 "/trunk/tools/commit-queue",
13 16
14 "depot_tools": 17 "depot_tools":
15 "/trunk/tools/depot_tools", 18 "/trunk/tools/depot_tools",
16 } 19 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/runtest.py » ('j') | scripts/slave/runtest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698