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

Side by Side Diff: DEPS

Issue 16471: Update deps for python to pull in change to python path that picks up pyftpdl... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 deps = { 1 deps = {
2 "src/breakpad/src": 2 "src/breakpad/src":
3 "http://google-breakpad.googlecode.com/svn/trunk/src@285", 3 "http://google-breakpad.googlecode.com/svn/trunk/src@285",
4 4
5 "src/googleurl": 5 "src/googleurl":
6 "http://google-url.googlecode.com/svn/trunk@94", 6 "http://google-url.googlecode.com/svn/trunk@94",
7 7
8 "src/sdch/open-vcdiff": 8 "src/sdch/open-vcdiff":
9 "http://open-vcdiff.googlecode.com/svn/trunk@22", 9 "http://open-vcdiff.googlecode.com/svn/trunk@22",
10 10
(...skipping 19 matching lines...) Expand all
30 "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@39438", 30 "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@39438",
31 } 31 }
32 32
33 33
34 deps_os = { 34 deps_os = {
35 "win": { 35 "win": {
36 "src/third_party/cygwin": 36 "src/third_party/cygwin":
37 "/trunk/deps/third_party/cygwin@3248", 37 "/trunk/deps/third_party/cygwin@3248",
38 38
39 "src/third_party/python_24": 39 "src/third_party/python_24":
40 "/trunk/deps/third_party/python_24@5580", 40 "/trunk/deps/third_party/python_24@7444",
41 41
42 "src/third_party/svn": 42 "src/third_party/svn":
43 "/trunk/deps/third_party/svn@3230", 43 "/trunk/deps/third_party/svn@3230",
44 }, 44 },
45 } 45 }
46 46
47 47
48 include_rules = [ 48 include_rules = [
49 # Everybody can use some things. 49 # Everybody can use some things.
50 "+base", 50 "+base",
(...skipping 13 matching lines...) Expand all
64 # checkdeps.py shouldn't check include paths for files in these dirs: 64 # checkdeps.py shouldn't check include paths for files in these dirs:
65 skip_child_includes = [ 65 skip_child_includes = [
66 "breakpad", 66 "breakpad",
67 "gears", 67 "gears",
68 "sdch", 68 "sdch",
69 "skia", 69 "skia",
70 "testing", 70 "testing",
71 "third_party", 71 "third_party",
72 "v8", 72 "v8",
73 ] 73 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698