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

Side by Side Diff: DEPS

Issue 1106973002: Move JUnit to 'unix' condition in DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add checklicenses.py whitelisting Created 5 years, 7 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
« no previous file with comments | « no previous file | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), 392 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
393 393
394 'src/chrome/installer/mac/third_party/xz/xz': 394 'src/chrome/installer/mac/third_party/xz/xz':
395 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7', 395 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7',
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 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@' + '033d053a528e820e1de3e2db766678d862a86b36', 400 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@' + '033d053a528e820e1de3e2db766678d862a86b36',
401 401
402 'src/third_party/junit/src':
403 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1 346b750c3209019f2e1',
404
402 'src/third_party/xdg-utils': 405 'src/third_party/xdg-utils':
403 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', 406 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d',
404 407
405 'src/third_party/swig/linux': 408 'src/third_party/swig/linux':
406 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', 409 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d',
407 410
408 'src/third_party/lss': 411 'src/third_party/lss':
409 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 412 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
410 413
411 # For Linux and Chromium OS. 414 # For Linux and Chromium OS.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 467
465 'src/third_party/httpcomponents-core': 468 'src/third_party/httpcomponents-core':
466 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7 180a96f8fa5cab23f793c14b413356d419e62', 469 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7 180a96f8fa5cab23f793c14b413356d419e62',
467 470
468 'src/third_party/jarjar': 471 'src/third_party/jarjar':
469 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0 b77fe49e3f9137842b8b6920', 472 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0 b77fe49e3f9137842b8b6920',
470 473
471 'src/third_party/jsr-305/src': 474 'src/third_party/jsr-305/src':
472 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', 475 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919',
473 476
474 'src/third_party/junit/src':
475 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1 346b750c3209019f2e1',
476
477 'src/third_party/mockito/src': 477 'src/third_party/mockito/src':
478 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a 84bd7c467f2443b475a22fcc6ba8e', 478 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a 84bd7c467f2443b475a22fcc6ba8e',
479 479
480 'src/third_party/robolectric/lib': 480 'src/third_party/robolectric/lib':
481 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6 3c99a8b6967acdb42cbed0adb067c80efc810', 481 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6 3c99a8b6967acdb42cbed0adb067c80efc810',
482 482
483 'src/third_party/lss': 483 'src/third_party/lss':
484 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 484 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
485 485
486 'src/third_party/requests/src': 486 'src/third_party/requests/src':
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 # corresponding .py files have already been deleted. 784 # corresponding .py files have already been deleted.
785 'name': 'remove_stale_pyc_files', 785 'name': 'remove_stale_pyc_files',
786 'pattern': 'src/tools/.*\\.py', 786 'pattern': 'src/tools/.*\\.py',
787 'action': [ 787 'action': [
788 'python', 788 'python',
789 'src/tools/remove_stale_pyc_files.py', 789 'src/tools/remove_stale_pyc_files.py',
790 'src/tools', 790 'src/tools',
791 ], 791 ],
792 }, 792 },
793 ] 793 ]
OLDNEW
« no previous file with comments | « no previous file | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698