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

Side by Side Diff: DEPS

Issue 17743003: [nacltoons] Roll cocos2dx + two bug fixes (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 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 | nacltoons/Makefile » ('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/third_party/gmock": "http://googlemock.googlecode.com/svn/trunk/@382", 2 "src/third_party/gmock": "http://googlemock.googlecode.com/svn/trunk/@382",
3 "src/third_party/gtest": "http://googletest.googlecode.com/svn/trunk/@570", 3 "src/third_party/gtest": "http://googletest.googlecode.com/svn/trunk/@570",
4 4
5 # nacltoons dependencies 5 # nacltoons dependencies
6 "src/nacltoons/third_party/lua-yaml": 6 "src/nacltoons/third_party/lua-yaml":
7 "git://github.com/acd/lua-yaml.git@22ac93e", 7 "git://github.com/acd/lua-yaml.git@22ac93e",
8 "src/nacltoons/third_party/lunit": 8 "src/nacltoons/third_party/lunit":
9 "git://repo.or.cz/lunit.git@v0.5", 9 "git://repo.or.cz/lunit.git@v0.5",
10 "src/nacltoons/third_party/cocos2d-x": 10 "src/nacltoons/third_party/cocos2d-x":
11 "https://github.com/sbc100/cocos2d-x.git@7f5e5ef" 11 "https://github.com/sbc100/cocos2d-x.git@a01dedb"
12 } 12 }
OLDNEW
« no previous file with comments | « no previous file | nacltoons/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698