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

Side by Side Diff: DEPS

Issue 17212: Update googletest (gtest) to 1.2.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | Annotate | Revision Log
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
11 "src/testing/gtest": 11 "src/testing/gtest":
12 "http://googletest.googlecode.com/svn/trunk@63", 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@7607", 15 "/trunk/deps/third_party/WebKit@7607",
16 16
17 "src/third_party/icu38": 17 "src/third_party/icu38":
18 "/trunk/deps/third_party/icu38@7525", 18 "/trunk/deps/third_party/icu38@7525",
19 19
20 "src/v8": 20 "src/v8":
21 "http://v8.googlecode.com/svn/trunk@968", 21 "http://v8.googlecode.com/svn/trunk@968",
22 22
(...skipping 41 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 | media/media.xcodeproj/project.pbxproj » ('j') | testing/gtest.xcodeproj/project.pbxproj » ('J')

Powered by Google App Engine
This is Rietveld 408576698