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

Side by Side Diff: DEPS

Issue 18789: Bring in googleurl changes which fix URL parsing layout test. (Closed)
Patch Set: Created 11 years, 11 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
« no previous file with comments | « no previous file | net/base/net_util_unittest.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@94", 6 "http://google-url.googlecode.com/svn/trunk@95",
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
11 "src/testing/gtest": 11 "src/testing/gtest":
12 "http://googletest.googlecode.com/svn/trunk@167", 12 "http://googletest.googlecode.com/svn/trunk@167",
13 13
14 "src/third_party/WebKit": 14 "src/third_party/WebKit":
15 "/trunk/deps/third_party/WebKit@8646", 15 "/trunk/deps/third_party/WebKit@8646",
16 16
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | net/base/net_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698