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

Side by Side Diff: DEPS_gyp

Issue 131116: This adds in the GYP files needed for our GYP build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 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 | breakpad/breakpad.gyp » ('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": "22",
5 "chromium_rev": "19057",
6 "o3d_code_rev": "77",
7 }
8
9 deps = {
10 "o3d/o3d_assets":
11 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
12
13 "third_party/antlr3":
14 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"),
15
16 "third_party/cg":
17 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/cg@" + Var("o3 d_code_rev"),
18
19 "third_party/doxygen":
20 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/doxygen@" + Va r("o3d_code_rev"),
21
22 "third_party/fcollada":
23 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/fcollada@" + V ar("o3d_code_rev"),
24
25 "third_party/glew":
26 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/glew@" + Var(" o3d_code_rev"),
27
28 "third_party/java":
29 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/java@" + Var(" o3d_code_rev"),
30
31 "third_party/pdiff":
32 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var( "o3d_code_rev"),
33
34 "third_party/py":
35 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/py@" + Var("o3 d_code_rev"),
36
37 "third_party/scons":
38 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/scons@" + Var( "o3d_code_rev"),
39
40 "third_party/vectormath":
41 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vectormath@" + Var("o3d_code_rev"),
42
43 "third_party/wix_2_0_4221":
44 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221@" + Var("o3d_code_rev"),
45
46 "third_party/zip_utils":
47 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" + Var("o3d_code_rev"),
48
49 # Stuff from the Chromium tree.
50
51 "third_party/skia":
52 "http://skia.googlecode.com/svn/trunk@233",
53
54 "third_party/boost":
55 Var("chromium_trunk") + "/src/third_party/boost@" + Var("chromium_rev"),
56
57 "third_party/icu38":
58 Var("chromium_trunk") + "/deps/third_party/icu38@16445",
59
60 "third_party/libjpeg":
61 Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_rev"),
62
63 "third_party/libpng":
64 Var("chromium_trunk") + "/src/third_party/libpng@" + Var("chromium_rev"),
65
66 "third_party/zlib":
67 Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"),
68
69 "v8":
70 "http://v8.googlecode.com/svn/trunk@2249",
71
72 "testing":
73 Var("chromium_trunk") + "/src/testing@" + Var("chromium_rev"),
74
75 "skia":
76 Var("chromium_trunk") + "/src/skia@" + Var("chromium_rev"),
77
78 "base":
79 Var("chromium_trunk") + "/src/base@" + Var("chromium_rev"),
80
81 # NACL has to be in this weird directory because it looks for
82 # googleclient two levels above it.
83 "third_party/native_client/googleclient/native_client":
84 "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien t@188",
85
86 "third_party/breakpad/files":
87 "http://google-breakpad.googlecode.com/svn/trunk@346",
88
89 "third_party/nixysa/files":
90 "http://nixysa.googlecode.com/svn/trunk/nixysa@" + Var("nixysa_rev"),
91
92 "third_party/npapi/files":
93 "http://nixysa.googlecode.com/svn/trunk/third_party/npapi@" + Var("nixysa_re v"),
94
95 "third_party/ply/files":
96 "http://nixysa.googlecode.com/svn/trunk/third_party/ply-3.1@" + Var("nixysa_ rev"),
97
98 "third_party/gflags/":
99 "http://google-gflags.googlecode.com/svn/trunk@30",
100
101 "testing/gtest":
102 "http://googletest.googlecode.com/svn/trunk@267",
103
104 "testing/gmock":
105 Var("chromium_trunk") + "/src/testing/gmock@" + Var("chromium_rev"),
106 # "http://googlemock.googlecode.com/svn/tags/release-1.0.0",
107
108 "third_party/jsdoctoolkit/files":
109 "http://jsdoc-toolkit.googlecode.com/svn/tags/jsdoc_toolkit-2.1.0/jsdoc-tool kit",
110
111 # Stuff needed for GYP to run
112 "build":
113 Var("chromium_trunk") + "/src/build@" + Var("chromium_rev"),
114
115 "tools/gyp":
116 "http://gyp.googlecode.com/svn/trunk@525",
117 }
118
119 deps_os = {
120 "win": {
121 "third_party/cygwin":
122 "/trunk/deps/third_party/cygwin@11984",
123
124 "third_party/python_24":
125 Var("chromium_trunk") + "/deps/third_party/python_24@7444",
126 },
127 }
128
129 hooks = [
130 {
131 # A change to a .gyp, .gypi, or to GYP itself shound run the generator.
132 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]",
133 "action": ["python", "tools/gyp/gyp_dogfood", "o3d/build/all.gyp", "--depth" , ".."],
134 },
135 ]
OLDNEW
« no previous file with comments | « no previous file | breakpad/breakpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698