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

Side by Side Diff: DEPS

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved cardboard-java gyp and gn config into third_party Created 5 years, 8 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
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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 443
444 'src/third_party/android_tools': 444 'src/third_party/android_tools':
445 Var('chromium_git') + '/android_tools.git' + '@' + 'bba2299128013f79b900983 f405a65d9b6bdb2fa', 445 Var('chromium_git') + '/android_tools.git' + '@' + 'bba2299128013f79b900983 f405a65d9b6bdb2fa',
446 446
447 'src/third_party/apache-mime4j': 447 'src/third_party/apache-mime4j':
448 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 448 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
449 449
450 'src/third_party/appurify-python/src': 450 'src/third_party/appurify-python/src':
451 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 451 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
452 452
453 'src/third_party/cardboard-java/src':
454 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi t' + '@' + 'c2a953d093ef7b29b9b0a113c7d5d104fe5d188d',
455
453 'src/third_party/findbugs': 456 'src/third_party/findbugs':
454 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12', 457 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12',
455 458
456 'src/third_party/freetype': 459 'src/third_party/freetype':
457 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'fd6 919ac23f74b876c209aba5eaa2be662086391', 460 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'fd6 919ac23f74b876c209aba5eaa2be662086391',
458 461
459 'src/third_party/elfutils/src': 462 'src/third_party/elfutils/src':
460 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de 4f3760bdcaa3d23d154d7', 463 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de 4f3760bdcaa3d23d154d7',
461 464
462 'src/third_party/httpcomponents-client': 465 'src/third_party/httpcomponents-client':
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 # corresponding .py files have already been deleted. 789 # corresponding .py files have already been deleted.
787 'name': 'remove_stale_pyc_files', 790 'name': 'remove_stale_pyc_files',
788 'pattern': 'src/tools/.*\\.py', 791 'pattern': 'src/tools/.*\\.py',
789 'action': [ 792 'action': [
790 'python', 793 'python',
791 'src/tools/remove_stale_pyc_files.py', 794 'src/tools/remove_stale_pyc_files.py',
792 'src/tools', 795 'src/tools',
793 ], 796 ],
794 }, 797 },
795 ] 798 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698