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

Side by Side Diff: DEPS

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 | « no previous file | DEPS_chrome » ('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 "chromium_trunk": 2 "chromium_trunk":
3 "http://src.chromium.org/svn/trunk", 3 "http://src.chromium.org/svn/trunk",
4 "nixysa_rev": "54", 4 "nixysa_rev": "54",
5 "chromium_rev": "22547", 5 "chromium_rev": "22547",
6 "o3d_code_rev": "149", 6 "o3d_code_rev": "154",
7 "skia_rev": "279", 7 "skia_rev": "279",
8 "gyp_rev": "606", 8 "gyp_rev": "606",
9 "gtest_rev": "267", 9 "gtest_rev": "267",
10 "gflags_rev": "30", 10 "gflags_rev": "30",
11 "breakpad_rev": "346", 11 "breakpad_rev": "346",
12 "v8_rev": "2624", 12 "v8_rev": "2624",
13 } 13 }
14 14
15 deps = { 15 deps = {
16 "o3d/o3d_assets": 16 "o3d/o3d_assets":
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "tools/gyp": 102 "tools/gyp":
103 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"), 103 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"),
104 } 104 }
105 105
106 deps_os = { 106 deps_os = {
107 "win": { 107 "win": {
108 "o3d/third_party/python_24": 108 "o3d/third_party/python_24":
109 Var("chromium_trunk") + "/deps/third_party/python_24@19441", 109 Var("chromium_trunk") + "/deps/third_party/python_24@19441",
110 }, 110 },
111 } 111 }
OLDNEW
« no previous file with comments | « no previous file | DEPS_chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698