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

Side by Side Diff: DEPS_chrome

Issue 270100: Fix clearing render targets in D3D if there... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 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 | « DEPS ('k') | DEPS_gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "o3d_code_rev": "149", 2 "o3d_code_rev": "154",
3 } 3 }
4 4
5 deps = { 5 deps = {
6 "src/o3d/o3d_assets": 6 "src/o3d/o3d_assets":
7 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"), 7 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
8 8
9 "src/third_party/antlr3": 9 "src/third_party/antlr3":
10 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"), 10 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"),
11 11
12 "src/third_party/cg": 12 "src/third_party/cg":
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "src/third_party/selenium_rc": 63 "src/third_party/selenium_rc":
64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/selenium_rc@" + Var("o3d_code_rev"), 64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/selenium_rc@" + Var("o3d_code_rev"),
65 } 65 }
66 66
67 deps_os = { 67 deps_os = {
68 "win": { 68 "win": {
69 "src/third_party/wix_2_0_4221": 69 "src/third_party/wix_2_0_4221":
70 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221 @" + Var("o3d_code_rev"), 70 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221 @" + Var("o3d_code_rev"),
71 }, 71 },
72 } 72 }
OLDNEW
« no previous file with comments | « DEPS ('k') | DEPS_gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698