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

Side by Side Diff: DEPS

Issue 5261009: yasm use os agnostic deps entry (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7 "webkit_revision": "72771", 7 "webkit_revision": "72771",
8 "skia_revision": "626", 8 "skia_revision": "626",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "40423", 10 "swig_revision": "40423",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 173
174 "src/third_party/libjingle/source": 174 "src/third_party/libjingle/source":
175 (Var("googlecode_url") % "libjingle") + "/trunk@" + 175 (Var("googlecode_url") % "libjingle") + "/trunk@" +
176 Var("libjingle_revision"), 176 Var("libjingle_revision"),
177 177
178 "src/third_party/speex": 178 "src/third_party/speex":
179 "/trunk/deps/third_party/speex@56515", 179 "/trunk/deps/third_party/speex@56515",
180 180
181 "src/third_party/libsrtp/src": 181 "src/third_party/libsrtp/src":
182 "/trunk/deps/third_party/libsrtp@60080", 182 "/trunk/deps/third_party/libsrtp@60080",
183
184 "src/third_party/yasm/source/patched-yasm":
185 "/trunk/deps/third_party/yasm/patched-yasm@50870",
183 } 186 }
184 187
185 188
186 deps_os = { 189 deps_os = {
187 "win": { 190 "win": {
188 "src/chrome/tools/test/reference_build/chrome": 191 "src/chrome/tools/test/reference_build/chrome":
189 "/trunk/deps/reference_builds/chrome@41984", 192 "/trunk/deps/reference_builds/chrome@41984",
190 193
191 "src/third_party/cygwin": 194 "src/third_party/cygwin":
192 "/trunk/deps/third_party/cygwin@66844", 195 "/trunk/deps/third_party/cygwin@66844",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "src/third_party/pdfsqueeze": 236 "src/third_party/pdfsqueeze":
234 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2", 237 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2",
235 "src/third_party/lighttpd": 238 "src/third_party/lighttpd":
236 "/trunk/deps/third_party/lighttpd@33737", 239 "/trunk/deps/third_party/lighttpd@33737",
237 240
238 "src/third_party/WebKit/WebKit/mac": 241 "src/third_party/WebKit/WebKit/mac":
239 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 242 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
240 "src/third_party/WebKit/WebKitLibraries": 243 "src/third_party/WebKit/WebKitLibraries":
241 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 244 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
242 245
243 # TODO(ajwong): Move this into the OS-independent block.
244 "src/third_party/yasm/source/patched-yasm":
245 "/trunk/deps/third_party/yasm/patched-yasm@50870",
246
247 "src/third_party/swig/mac": 246 "src/third_party/swig/mac":
248 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 247 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
249 248
250 # NSS, for SSLClientSocketNSS. 249 # NSS, for SSLClientSocketNSS.
251 "src/third_party/nss": 250 "src/third_party/nss":
252 "/trunk/deps/third_party/nss@61580", 251 "/trunk/deps/third_party/nss@61580",
253 252
254 "src/chrome/installer/mac/third_party/xz/xz": 253 "src/chrome/installer/mac/third_party/xz/xz":
255 "/trunk/deps/third_party/xz@50504", 254 "/trunk/deps/third_party/xz@50504",
256 }, 255 },
257 "unix": { 256 "unix": {
258 # Linux, really. 257 # Linux, really.
259 "src/chrome/tools/test/reference_build/chrome_linux": 258 "src/chrome/tools/test/reference_build/chrome_linux":
260 "/trunk/deps/reference_builds/chrome_linux@41515", 259 "/trunk/deps/reference_builds/chrome_linux@41515",
261 260
262 "src/third_party/xdg-utils": 261 "src/third_party/xdg-utils":
263 "/trunk/deps/third_party/xdg-utils@58316", 262 "/trunk/deps/third_party/xdg-utils@58316",
264 263
265 # TODO(ajwong): Move this into the OS-independent block.
266 "src/third_party/yasm/source/patched-yasm":
267 "/trunk/deps/third_party/yasm/patched-yasm@50870",
268
269 "src/third_party/swig/linux": 264 "src/third_party/swig/linux":
270 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 265 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
271 266
272 "src/third_party/lss": 267 "src/third_party/lss":
273 (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3", 268 (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
274 269
275 "src/third_party/openssl": 270 "src/third_party/openssl":
276 "/trunk/deps/third_party/openssl@65717", 271 "/trunk/deps/third_party/openssl@65717",
277 }, 272 },
278 } 273 }
(...skipping 27 matching lines...) Expand all
306 ] 301 ]
307 302
308 303
309 hooks = [ 304 hooks = [
310 { 305 {
311 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 306 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
312 "pattern": ".", 307 "pattern": ".",
313 "action": ["python", "src/build/gyp_chromium"], 308 "action": ["python", "src/build/gyp_chromium"],
314 }, 309 },
315 ] 310 ]
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