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

Side by Side Diff: DEPS

Issue 333016: Adding mapping for third_party/makeself. This is to complete checkin of http... (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 | 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 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": "154", 6 "o3d_code_rev": "157",
7 "skia_rev": "279", 7 "skia_rev": "279",
8 "gyp_rev": "706", 8 "gyp_rev": "706",
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 19 matching lines...) Expand all
36 36
37 "o3d/third_party/jpeg": 37 "o3d/third_party/jpeg":
38 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jpeg@" + Var(" o3d_code_rev"), 38 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jpeg@" + Var(" o3d_code_rev"),
39 39
40 "o3d/third_party/jsdoctoolkit": 40 "o3d/third_party/jsdoctoolkit":
41 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jsdoctoolkit@" + Var("o3d_code_rev"), 41 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jsdoctoolkit@" + Var("o3d_code_rev"),
42 42
43 "o3d/third_party/libevent": 43 "o3d/third_party/libevent":
44 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/libevent@" + V ar("o3d_code_rev"), 44 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/libevent@" + V ar("o3d_code_rev"),
45 45
46 "o3d/third_party/makeself":
47 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/makeself@" + V ar("o3d_code_rev"),
48
46 "o3d/third_party/pdiff": 49 "o3d/third_party/pdiff":
47 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var( "o3d_code_rev"), 50 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var( "o3d_code_rev"),
48 51
49 "o3d/third_party/png": 52 "o3d/third_party/png":
50 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/png@" + Var("o 3d_code_rev"), 53 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/png@" + Var("o 3d_code_rev"),
51 54
52 "o3d/third_party/scons": 55 "o3d/third_party/scons":
53 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/scons@" + Var( "o3d_code_rev"), 56 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/scons@" + Var( "o3d_code_rev"),
54 57
55 "o3d/third_party/selenium_rc": 58 "o3d/third_party/selenium_rc":
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "tools/gyp": 105 "tools/gyp":
103 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"), 106 "http://gyp.googlecode.com/svn/trunk@" + Var("gyp_rev"),
104 } 107 }
105 108
106 deps_os = { 109 deps_os = {
107 "win": { 110 "win": {
108 "o3d/third_party/python_24": 111 "o3d/third_party/python_24":
109 Var("chromium_trunk") + "/deps/third_party/python_24@19441", 112 Var("chromium_trunk") + "/deps/third_party/python_24@19441",
110 }, 113 },
111 } 114 }
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