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

Side by Side Diff: DEPS

Issue 115847: This adds a DEPS file for o3d that maps in all of its dependencies,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 7 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 | main.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 vars = {
2 "chromium_trunk":
3 "http://src.chromium.org/svn/trunk",
4 "nixysa_rev": "21",
5 "o3d_code_rev": "71",
6 }
7
8 deps = {
9 "o3d/o3d_assets":
10 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
11
12 "o3d/third_party/antlr3":
13 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"),
14
15 "o3d/third_party/cg":
16 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/cg@" + Var("o3 d_code_rev"),
17
18 "o3d/third_party/chrome":
19 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/chrome@" + Var ("o3d_code_rev"),
20
21 "o3d/third_party/doxygen":
22 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/doxygen@" + Va r("o3d_code_rev"),
23
24 "o3d/third_party/fcollada":
25 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/fcollada@" + V ar("o3d_code_rev"),
26
27 "o3d/third_party/glew":
28 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/glew@" + Var(" o3d_code_rev"),
29
30 "o3d/third_party/icu38":
31 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/icu38@" + Var( "o3d_code_rev"),
32
33 "o3d/third_party/java":
34 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/java@" + Var(" o3d_code_rev"),
35
36 "o3d/third_party/jpeg":
37 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jpeg@" + Var(" o3d_code_rev"),
38
39 "o3d/third_party/pdiff":
40 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var( "o3d_code_rev"),
41
42 "o3d/third_party/png":
43 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/png@" + Var("o 3d_code_rev"),
44
45 "o3d/third_party/py":
46 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/py@" + Var("o3 d_code_rev"),
47
48 "o3d/third_party/scons":
49 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/scons@" + Var( "o3d_code_rev"),
50
51 "o3d/third_party/skia":
52 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/skia@" + Var(" o3d_code_rev"),
53
54 "o3d/third_party/v8":
55 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/v8@" + Var("o3 d_code_rev"),
56
57 "o3d/third_party/vectormath":
58 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vectormath@" + Var("o3d_code_rev"),
59
60 "o3d/third_party/wix_2_0_4221":
61 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221@" + Var("o3d_code_rev"),
62
63 "o3d/third_party/zip_utils":
64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" + Var("o3d_code_rev"),
65
66 "o3d/third_party/zlib":
67 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var(" o3d_code_rev"),
68
69 # NACL has to be in this weird directory because it looks for
70 # googleclient two levels above it.
71 "o3d/third_party/native_client/googleclient/native_client":
72 "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien t@188",
73
74 "o3d/third_party/breakpad/files":
75 "http://google-breakpad.googlecode.com/svn/trunk/@329",
76
77 "o3d/third_party/nixysa/files":
78 "http://nixysa.googlecode.com/svn/trunk/nixysa@" + Var("nixysa_rev"),
79
80 "o3d/third_party/npapi/files":
81 "http://nixysa.googlecode.com/svn/trunk/third_party/npapi@" + Var("nixysa_re v"),
82
83 "o3d/third_party/ply/files":
84 "http://nixysa.googlecode.com/svn/trunk/third_party/ply-3.1@" + Var("nixysa_ rev"),
85
86 "o3d/third_party/gflags/":
87 "http://google-gflags.googlecode.com/svn/trunk@30",
88
89 "o3d/third_party/gtest/files":
90 "http://googletest.googlecode.com/svn/tags/release-1.2.1",
91
92 "o3d/third_party/gmock/files":
93 "http://googlemock.googlecode.com/svn/tags/release-1.0.0",
94
95 "o3d/third_party/jsdoctoolkit/files":
96 "http://jsdoc-toolkit.googlecode.com/svn/tags/jsdoc_toolkit-2.1.0/jsdoc-tool kit",
97 }
98
99 deps_os = {
100 "win": {
101 "o3d/third_party/python_24":
102 Var("chromium_trunk") + "/deps/third_party/python_24@7444",
103 },
104 }
OLDNEW
« no previous file with comments | « no previous file | main.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698