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

Side by Side Diff: DEPS

Issue 5402: Transition to pulling open-vcdiff rather than using a private snapshot pull... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | net/base/sdch_filter.cc » ('j') | 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@93", 6 "http://google-url.googlecode.com/svn/trunk@93",
7 7
8 "src/sdch/open-vcdiff":
9 "http://open-vcdiff.googlecode.com/svn/trunk@18",
10
8 "src/testing/gtest": 11 "src/testing/gtest":
9 "http://googletest.googlecode.com/svn/trunk@63", 12 "http://googletest.googlecode.com/svn/trunk@63",
10 13
11 "src/third_party/WebKit": 14 "src/third_party/WebKit":
12 "/trunk/third_party/WebKit@19", 15 "/trunk/third_party/WebKit@19",
13 16
14 "src/third_party/cygwin": 17 "src/third_party/cygwin":
15 "/trunk/deps/third_party/cygwin@1788", 18 "/trunk/deps/third_party/cygwin@1788",
16 19
17 "src/third_party/icu38": 20 "src/third_party/icu38":
(...skipping 24 matching lines...) Expand all
42 45
43 # checkdeps.py shouldn't check include paths for files in these dirs: 46 # checkdeps.py shouldn't check include paths for files in these dirs:
44 skip_child_includes = [ 47 skip_child_includes = [
45 "breakpad", 48 "breakpad",
46 "sdch", 49 "sdch",
47 "skia", 50 "skia",
48 "testing", 51 "testing",
49 "third_party", 52 "third_party",
50 "v8", 53 "v8",
51 ] 54 ]
OLDNEW
« no previous file with comments | « no previous file | net/base/sdch_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698