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

Side by Side Diff: DEPS

Issue 8776019: Roll NSS deps to 112542 to pick up new exports for shared build. (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": "101316", 8 "webkit_revision": "101316",
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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "/trunk/deps/third_party/xulrunner-sdk@71609", 337 "/trunk/deps/third_party/xulrunner-sdk@71609",
338 "src/chrome_frame/tools/test/reference_build/chrome_win": 338 "src/chrome_frame/tools/test/reference_build/chrome_win":
339 "/trunk/deps/reference_builds/chrome_win@89574", 339 "/trunk/deps/reference_builds/chrome_win@89574",
340 340
341 # Parses Windows PE/COFF executable format. 341 # Parses Windows PE/COFF executable format.
342 "src/third_party/pefile": 342 "src/third_party/pefile":
343 (Var("googlecode_url") % "pefile") + "/trunk@63", 343 (Var("googlecode_url") % "pefile") + "/trunk@63",
344 344
345 # NSS, for SSLClientSocketNSS. 345 # NSS, for SSLClientSocketNSS.
346 "src/third_party/nss": 346 "src/third_party/nss":
347 "/trunk/deps/third_party/nss@110191", 347 "/trunk/deps/third_party/nss@112542",
348 348
349 "src/third_party/swig/win": 349 "src/third_party/swig/win":
350 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 350 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
351 351
352 "src/third_party/mingw-w64/mingw/bin": 352 "src/third_party/mingw-w64/mingw/bin":
353 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + 353 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
354 Var("nacl_tools_revision")), 354 Var("nacl_tools_revision")),
355 355
356 "src/rlz": 356 "src/rlz":
357 (Var("googlecode_url") % "rlz") + "/trunk@49", 357 (Var("googlecode_url") % "rlz") + "/trunk@49",
(...skipping 20 matching lines...) Expand all
378 "src/third_party/pdfsqueeze": 378 "src/third_party/pdfsqueeze":
379 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", 379 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
380 "src/third_party/lighttpd": 380 "src/third_party/lighttpd":
381 "/trunk/deps/third_party/lighttpd@33737", 381 "/trunk/deps/third_party/lighttpd@33737",
382 382
383 "src/third_party/swig/mac": 383 "src/third_party/swig/mac":
384 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 384 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
385 385
386 # NSS, for SSLClientSocketNSS. 386 # NSS, for SSLClientSocketNSS.
387 "src/third_party/nss": 387 "src/third_party/nss":
388 "/trunk/deps/third_party/nss@110191", 388 "/trunk/deps/third_party/nss@112542",
389 389
390 "src/chrome/installer/mac/third_party/xz/xz": 390 "src/chrome/installer/mac/third_party/xz/xz":
391 "/trunk/deps/third_party/xz@87706", 391 "/trunk/deps/third_party/xz@87706",
392 }, 392 },
393 "unix": { 393 "unix": {
394 # Linux, really. 394 # Linux, really.
395 "src/chrome/tools/test/reference_build/chrome_linux": 395 "src/chrome/tools/test/reference_build/chrome_linux":
396 "/trunk/deps/reference_builds/chrome_linux@89574", 396 "/trunk/deps/reference_builds/chrome_linux@89574",
397 397
398 "src/third_party/xdg-utils": 398 "src/third_party/xdg-utils":
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 # which takes ~20s, but clang speeds up builds by more than 20s. 475 # which takes ~20s, but clang speeds up builds by more than 20s.
476 "pattern": ".", 476 "pattern": ".",
477 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], 477 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
478 }, 478 },
479 { 479 {
480 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 480 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
481 "pattern": ".", 481 "pattern": ".",
482 "action": ["python", "src/build/gyp_chromium"], 482 "action": ["python", "src/build/gyp_chromium"],
483 }, 483 },
484 ] 484 ]
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