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

Side by Side Diff: DEPS

Issue 6773020: Update NSS to r79733 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 # 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": "82262", 7 "webkit_revision": "82262",
8 "chromium_git": "http://git.chromium.org/git", 8 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 9 "swig_revision": "69281",
10 "nacl_revision": "4559", 10 "nacl_revision": "4559",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "/trunk/deps/third_party/xulrunner-sdk@71609", 244 "/trunk/deps/third_party/xulrunner-sdk@71609",
245 "src/chrome_frame/tools/test/reference_build/chrome": 245 "src/chrome_frame/tools/test/reference_build/chrome":
246 "/trunk/deps/reference_builds/chrome@70122", 246 "/trunk/deps/reference_builds/chrome@70122",
247 247
248 # Parses Windows PE/COFF executable format. 248 # Parses Windows PE/COFF executable format.
249 "src/third_party/pefile": 249 "src/third_party/pefile":
250 (Var("googlecode_url") % "pefile") + "/trunk@63", 250 (Var("googlecode_url") % "pefile") + "/trunk@63",
251 251
252 # NSS, for SSLClientSocketNSS. 252 # NSS, for SSLClientSocketNSS.
253 "src/third_party/nss": 253 "src/third_party/nss":
254 "/trunk/deps/third_party/nss@61580", 254 "/trunk/deps/third_party/nss@79733",
255 255
256 "src/third_party/swig/win": 256 "src/third_party/swig/win":
257 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 257 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
258 258
259 "src/third_party/mingw-w64/mingw/bin": 259 "src/third_party/mingw-w64/mingw/bin":
260 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + 260 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
261 Var("nacl_revision")), 261 Var("nacl_revision")),
262 262
263 "src/rlz": 263 "src/rlz":
264 (Var("googlecode_url") % "rlz") + "/trunk@33", 264 (Var("googlecode_url") % "rlz") + "/trunk@33",
(...skipping 14 matching lines...) Expand all
279 "/trunk/deps/third_party/lighttpd@33737", 279 "/trunk/deps/third_party/lighttpd@33737",
280 280
281 "src/third_party/WebKit/WebKitLibraries": 281 "src/third_party/WebKit/WebKitLibraries":
282 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 282 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
283 283
284 "src/third_party/swig/mac": 284 "src/third_party/swig/mac":
285 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 285 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
286 286
287 # NSS, for SSLClientSocketNSS. 287 # NSS, for SSLClientSocketNSS.
288 "src/third_party/nss": 288 "src/third_party/nss":
289 "/trunk/deps/third_party/nss@61580", 289 "/trunk/deps/third_party/nss@79733",
290 290
291 "src/chrome/installer/mac/third_party/xz/xz": 291 "src/chrome/installer/mac/third_party/xz/xz":
292 "/trunk/deps/third_party/xz@50504", 292 "/trunk/deps/third_party/xz@50504",
293 }, 293 },
294 "unix": { 294 "unix": {
295 # Linux, really. 295 # Linux, really.
296 "src/chrome/tools/test/reference_build/chrome_linux": 296 "src/chrome/tools/test/reference_build/chrome_linux":
297 "/trunk/deps/reference_builds/chrome_linux@70120", 297 "/trunk/deps/reference_builds/chrome_linux@70120",
298 298
299 "src/third_party/xdg-utils": 299 "src/third_party/xdg-utils":
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ] 342 ]
343 343
344 344
345 hooks = [ 345 hooks = [
346 { 346 {
347 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 347 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
348 "pattern": ".", 348 "pattern": ".",
349 "action": ["python", "src/build/gyp_chromium"], 349 "action": ["python", "src/build/gyp_chromium"],
350 }, 350 },
351 ] 351 ]
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