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

Side by Side Diff: DEPS

Issue 952723002: Update DEPS to point to git mirror of gtest and gmock (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 5 years, 10 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 | 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/third_party/gmock": "http://googlemock.googlecode.com/svn/trunk/@382", 2 "src/third_party/gmock":
3 "src/third_party/gtest": "http://googletest.googlecode.com/svn/trunk/@570", 3 "https://chromium.googlesource.com/external/googlemock.git@85a22c8",
4 "src/third_party/gtest":
5 "https://chromium.googlesource.com/external/googletest.git@e1247c5",
4 6
5 # nacltoons dependencies 7 # nacltoons dependencies
6 "src/nacltoons/third_party/lua-yaml": 8 "src/nacltoons/third_party/lua-yaml":
7 "git://github.com/acd/lua-yaml.git@22ac93e", 9 "git://github.com/acd/lua-yaml.git@22ac93e",
8 "src/nacltoons/third_party/lunit": 10 "src/nacltoons/third_party/lunit":
9 "git://repo.or.cz/lunit.git@v0.5", 11 "git://repo.or.cz/lunit.git@v0.5",
10 "src/nacltoons/third_party/cocos2d-x": 12 "src/nacltoons/third_party/cocos2d-x":
11 "https://github.com/sbc100/cocos2d-x.git@a01dedb" 13 "https://github.com/sbc100/cocos2d-x.git@a01dedb"
12 } 14 }
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