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

Side by Side Diff: DEPS

Issue 11743039: Roll reference build for all platforms (Windows, Mac and Linux) to r175144. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 Var("chromium_git") + "/external/accessibility-developer-tools.git@d694593cc 87d18ccb7e2cb94d447354f5fc6c059", 326 Var("chromium_git") + "/external/accessibility-developer-tools.git@d694593cc 87d18ccb7e2cb94d447354f5fc6c059",
327 327
328 "src/webkit/media/crypto/ppapi/cdm": 328 "src/webkit/media/crypto/ppapi/cdm":
329 "/trunk/deps/cdm@173055", 329 "/trunk/deps/cdm@173055",
330 } 330 }
331 331
332 332
333 deps_os = { 333 deps_os = {
334 "win": { 334 "win": {
335 "src/chrome/tools/test/reference_build/chrome_win": 335 "src/chrome/tools/test/reference_build/chrome_win":
336 "/trunk/deps/reference_builds/chrome_win@137747", 336 "/trunk/deps/reference_builds/chrome_win@175144",
337 337
338 "src/third_party/cygwin": 338 "src/third_party/cygwin":
339 "/trunk/deps/third_party/cygwin@133786", 339 "/trunk/deps/third_party/cygwin@133786",
340 340
341 "src/third_party/python_26": 341 "src/third_party/python_26":
342 "/trunk/tools/third_party/python_26@89111", 342 "/trunk/tools/third_party/python_26@89111",
343 343
344 "src/third_party/psyco_win32": 344 "src/third_party/psyco_win32":
345 "/trunk/deps/third_party/psyco_win32@79861", 345 "/trunk/deps/third_party/psyco_win32@79861",
346 346
347 "src/third_party/bison": 347 "src/third_party/bison":
348 "/trunk/deps/third_party/bison@147303", 348 "/trunk/deps/third_party/bison@147303",
349 349
350 "src/third_party/gperf": 350 "src/third_party/gperf":
351 "/trunk/deps/third_party/gperf@147304", 351 "/trunk/deps/third_party/gperf@147304",
352 352
353 "src/third_party/perl": 353 "src/third_party/perl":
354 "/trunk/deps/third_party/perl@147900", 354 "/trunk/deps/third_party/perl@147900",
355 355
356 "src/third_party/lighttpd": 356 "src/third_party/lighttpd":
357 "/trunk/deps/third_party/lighttpd@33727", 357 "/trunk/deps/third_party/lighttpd@33727",
358 358
359 # Chrome Frame related deps 359 # Chrome Frame related deps
360 "src/third_party/xulrunner-sdk": 360 "src/third_party/xulrunner-sdk":
361 "/trunk/deps/third_party/xulrunner-sdk@119756", 361 "/trunk/deps/third_party/xulrunner-sdk@119756",
362 "src/chrome_frame/tools/test/reference_build/chrome_win": 362 "src/chrome_frame/tools/test/reference_build/chrome_win":
363 "/trunk/deps/reference_builds/chrome_win@89574", 363 "/trunk/deps/reference_builds/chrome_win@175144",
364 364
365 # Parses Windows PE/COFF executable format. 365 # Parses Windows PE/COFF executable format.
366 "src/third_party/pefile": 366 "src/third_party/pefile":
367 (Var("googlecode_url") % "pefile") + "/trunk@63", 367 (Var("googlecode_url") % "pefile") + "/trunk@63",
368 368
369 # NSS, for SSLClientSocketNSS. 369 # NSS, for SSLClientSocketNSS.
370 "src/third_party/nss": 370 "src/third_party/nss":
371 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 371 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
372 372
373 "src/third_party/swig/win": 373 "src/third_party/swig/win":
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "src/third_party/WebKit/Source": None, 479 "src/third_party/WebKit/Source": None,
480 "src/third_party/WebKit/Tools/DumpRenderTree": None, 480 "src/third_party/WebKit/Tools/DumpRenderTree": None,
481 "src/third_party/WebKit/Tools/Scripts": None, 481 "src/third_party/WebKit/Tools/Scripts": None,
482 "src/third_party/WebKit/Tools/TestWebKitAPI": None, 482 "src/third_party/WebKit/Tools/TestWebKitAPI": None,
483 "src/third_party/yasm/source/patched-yasm": None, 483 "src/third_party/yasm/source/patched-yasm": None,
484 "src/tools/page_cycler/acid3": None, 484 "src/tools/page_cycler/acid3": None,
485 "src/v8": None, 485 "src/v8": None,
486 }, 486 },
487 "mac": { 487 "mac": {
488 "src/chrome/tools/test/reference_build/chrome_mac": 488 "src/chrome/tools/test/reference_build/chrome_mac":
489 "/trunk/deps/reference_builds/chrome_mac@137727", 489 "/trunk/deps/reference_builds/chrome_mac@175144",
490 490
491 "src/third_party/GTM": 491 "src/third_party/GTM":
492 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 492 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
493 Var("gtm_revision"), 493 Var("gtm_revision"),
494 "src/third_party/pdfsqueeze": 494 "src/third_party/pdfsqueeze":
495 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", 495 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
496 "src/third_party/lighttpd": 496 "src/third_party/lighttpd":
497 "/trunk/deps/third_party/lighttpd@33737", 497 "/trunk/deps/third_party/lighttpd@33737",
498 498
499 "src/third_party/swig/mac": 499 "src/third_party/swig/mac":
500 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 500 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
501 501
502 # NSS, for SSLClientSocketNSS. 502 # NSS, for SSLClientSocketNSS.
503 "src/third_party/nss": 503 "src/third_party/nss":
504 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 504 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
505 505
506 "src/chrome/installer/mac/third_party/xz/xz": 506 "src/chrome/installer/mac/third_party/xz/xz":
507 "/trunk/deps/third_party/xz@87706", 507 "/trunk/deps/third_party/xz@87706",
508 }, 508 },
509 "unix": { 509 "unix": {
510 # Linux, really. 510 # Linux, really.
511 "src/chrome/tools/test/reference_build/chrome_linux": 511 "src/chrome/tools/test/reference_build/chrome_linux":
512 "/trunk/deps/reference_builds/chrome_linux@137712", 512 "/trunk/deps/reference_builds/chrome_linux@175144",
513 513
514 "src/third_party/xdg-utils": 514 "src/third_party/xdg-utils":
515 "/trunk/deps/third_party/xdg-utils@149334", 515 "/trunk/deps/third_party/xdg-utils@149334",
516 516
517 "src/third_party/swig/linux": 517 "src/third_party/swig/linux":
518 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 518 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
519 519
520 "src/third_party/lss": 520 "src/third_party/lss":
521 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 521 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
522 Var("lss_revision")), 522 Var("lss_revision")),
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 666 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
667 "pattern": ".", 667 "pattern": ".",
668 "action": ["python", "src/build/gyp_chromium"], 668 "action": ["python", "src/build/gyp_chromium"],
669 }, 669 },
670 { 670 {
671 # Check for landmines (reasons to clobber the build). 671 # Check for landmines (reasons to clobber the build).
672 "pattern": ".", 672 "pattern": ".",
673 "action": ["python", "src/build/landmines.py"], 673 "action": ["python", "src/build/landmines.py"],
674 }, 674 },
675 ] 675 ]
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