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

Side by Side Diff: DEPS

Issue 8954001: Roll NSS DEPS to 114554. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "102654", 8 "webkit_revision": "102654",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "/trunk/deps/third_party/xulrunner-sdk@71609", 341 "/trunk/deps/third_party/xulrunner-sdk@71609",
342 "src/chrome_frame/tools/test/reference_build/chrome_win": 342 "src/chrome_frame/tools/test/reference_build/chrome_win":
343 "/trunk/deps/reference_builds/chrome_win@89574", 343 "/trunk/deps/reference_builds/chrome_win@89574",
344 344
345 # Parses Windows PE/COFF executable format. 345 # Parses Windows PE/COFF executable format.
346 "src/third_party/pefile": 346 "src/third_party/pefile":
347 (Var("googlecode_url") % "pefile") + "/trunk@63", 347 (Var("googlecode_url") % "pefile") + "/trunk@63",
348 348
349 # NSS, for SSLClientSocketNSS. 349 # NSS, for SSLClientSocketNSS.
350 "src/third_party/nss": 350 "src/third_party/nss":
351 "/trunk/deps/third_party/nss@112542", 351 "/trunk/deps/third_party/nss@114554",
352 352
353 "src/third_party/swig/win": 353 "src/third_party/swig/win":
354 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 354 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
355 355
356 "src/third_party/mingw-w64/mingw/bin": 356 "src/third_party/mingw-w64/mingw/bin":
357 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + 357 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
358 Var("nacl_tools_revision")), 358 Var("nacl_tools_revision")),
359 359
360 "src/rlz": 360 "src/rlz":
361 (Var("googlecode_url") % "rlz") + "/trunk@49", 361 (Var("googlecode_url") % "rlz") + "/trunk@49",
(...skipping 20 matching lines...) Expand all
382 "src/third_party/pdfsqueeze": 382 "src/third_party/pdfsqueeze":
383 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", 383 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
384 "src/third_party/lighttpd": 384 "src/third_party/lighttpd":
385 "/trunk/deps/third_party/lighttpd@33737", 385 "/trunk/deps/third_party/lighttpd@33737",
386 386
387 "src/third_party/swig/mac": 387 "src/third_party/swig/mac":
388 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 388 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
389 389
390 # NSS, for SSLClientSocketNSS. 390 # NSS, for SSLClientSocketNSS.
391 "src/third_party/nss": 391 "src/third_party/nss":
392 "/trunk/deps/third_party/nss@112542", 392 "/trunk/deps/third_party/nss@114554",
393 393
394 "src/chrome/installer/mac/third_party/xz/xz": 394 "src/chrome/installer/mac/third_party/xz/xz":
395 "/trunk/deps/third_party/xz@87706", 395 "/trunk/deps/third_party/xz@87706",
396 }, 396 },
397 "unix": { 397 "unix": {
398 # Linux, really. 398 # Linux, really.
399 "src/chrome/tools/test/reference_build/chrome_linux": 399 "src/chrome/tools/test/reference_build/chrome_linux":
400 "/trunk/deps/reference_builds/chrome_linux@89574", 400 "/trunk/deps/reference_builds/chrome_linux@89574",
401 401
402 "src/third_party/xdg-utils": 402 "src/third_party/xdg-utils":
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 # which takes ~20s, but clang speeds up builds by more than 20s. 480 # which takes ~20s, but clang speeds up builds by more than 20s.
481 "pattern": ".", 481 "pattern": ".",
482 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], 482 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
483 }, 483 },
484 { 484 {
485 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 485 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
486 "pattern": ".", 486 "pattern": ".",
487 "action": ["python", "src/build/gyp_chromium"], 487 "action": ["python", "src/build/gyp_chromium"],
488 }, 488 },
489 ] 489 ]
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