OLD | NEW |
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": "29", | 4 "nixysa_rev": "29", |
5 "o3d_code_rev": "112", | 5 "o3d_code_rev": "112", |
6 "skia_rev": "279", | 6 "skia_rev": "279", |
7 "gyp_rev": "553", | 7 "gyp_rev": "553", |
8 "gtest_rev": "267", | 8 "gtest_rev": "267", |
9 "gflags_rev": "30", | 9 "gflags_rev": "30", |
10 "breakpad_rev": "346", | 10 "breakpad_rev": "346", |
11 "v8_rev": "2507", | 11 "v8_rev": "2624", |
12 } | 12 } |
13 | 13 |
14 deps = { | 14 deps = { |
15 "o3d/o3d_assets": | 15 "o3d/o3d_assets": |
16 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co
de_rev"), | 16 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co
de_rev"), |
17 | 17 |
18 "o3d/third_party/antlr3": | 18 "o3d/third_party/antlr3": |
19 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var
("o3d_code_rev"), | 19 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var
("o3d_code_rev"), |
20 | 20 |
21 "o3d/third_party/cg": | 21 "o3d/third_party/cg": |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 "o3d/third_party/wix_2_0_4221": | 63 "o3d/third_party/wix_2_0_4221": |
64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221@"
+ Var("o3d_code_rev"), | 64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221@"
+ Var("o3d_code_rev"), |
65 | 65 |
66 "o3d/third_party/zip_utils": | 66 "o3d/third_party/zip_utils": |
67 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" +
Var("o3d_code_rev"), | 67 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" +
Var("o3d_code_rev"), |
68 | 68 |
69 "o3d/third_party/zlib": | 69 "o3d/third_party/zlib": |
70 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var("
o3d_code_rev"), | 70 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var("
o3d_code_rev"), |
71 | 71 |
72 "o3d/third_party/v8": | 72 "o3d/third_party/v8": |
73 "http://v8.googlecode.com/svn/branches/1.2@" + Var("v8_rev"), | 73 "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"), |
74 | 74 |
75 # NACL has to be in this weird directory because it looks for | 75 # NACL has to be in this weird directory because it looks for |
76 # googleclient two levels above it. | 76 # googleclient two levels above it. |
77 "o3d/third_party/native_client/googleclient/native_client": | 77 "o3d/third_party/native_client/googleclient/native_client": |
78 "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien
t@188", | 78 "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien
t@188", |
79 | 79 |
80 "o3d/third_party/breakpad": | 80 "o3d/third_party/breakpad": |
81 "http://google-breakpad.googlecode.com/svn/trunk/src@" + Var("breakpad_rev")
, | 81 "http://google-breakpad.googlecode.com/svn/trunk/src@" + Var("breakpad_rev")
, |
82 | 82 |
83 "o3d/third_party/nixysa": | 83 "o3d/third_party/nixysa": |
(...skipping 14 matching lines...) Expand all Loading... |
98 "o3d/third_party/gmock/files": | 98 "o3d/third_party/gmock/files": |
99 "http://googlemock.googlecode.com/svn/tags/release-1.0.0", | 99 "http://googlemock.googlecode.com/svn/tags/release-1.0.0", |
100 } | 100 } |
101 | 101 |
102 deps_os = { | 102 deps_os = { |
103 "win": { | 103 "win": { |
104 "o3d/third_party/python_24": | 104 "o3d/third_party/python_24": |
105 Var("chromium_trunk") + "/deps/third_party/python_24@19441", | 105 Var("chromium_trunk") + "/deps/third_party/python_24@19441", |
106 }, | 106 }, |
107 } | 107 } |
OLD | NEW |