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

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: Addressing feedback from mdempsky 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
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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 427
428 'src/third_party/android_tools': 428 'src/third_party/android_tools':
429 Var('chromium_git') + '/android_tools.git' + '@' + '0c03d3bfef2606a30c3ccec 9f6856e6acb75c2fb', 429 Var('chromium_git') + '/android_tools.git' + '@' + '0c03d3bfef2606a30c3ccec 9f6856e6acb75c2fb',
430 430
431 'src/third_party/apache-mime4j': 431 'src/third_party/apache-mime4j':
432 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 432 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
433 433
434 'src/third_party/appurify-python/src': 434 'src/third_party/appurify-python/src':
435 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 435 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
436 436
437 'src/third_party/cardboard-java/src':
438 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi t' + '@' + 'c2a953d093ef7b29b9b0a113c7d5d104fe5d188d',
439
437 'src/third_party/findbugs': 440 'src/third_party/findbugs':
438 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12', 441 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12',
439 442
440 'src/third_party/freetype': 443 'src/third_party/freetype':
441 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + '316 5210e3e3f5d93f27b6872fbb122cbfc7b33ce', 444 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + '316 5210e3e3f5d93f27b6872fbb122cbfc7b33ce',
442 445
443 'src/third_party/elfutils/src': 446 'src/third_party/elfutils/src':
444 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de 4f3760bdcaa3d23d154d7', 447 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de 4f3760bdcaa3d23d154d7',
445 448
446 'src/third_party/httpcomponents-client': 449 'src/third_party/httpcomponents-client':
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 # corresponding .py files have already been deleted. 760 # corresponding .py files have already been deleted.
758 'name': 'remove_stale_pyc_files', 761 'name': 'remove_stale_pyc_files',
759 'pattern': 'src/tools/.*\\.py', 762 'pattern': 'src/tools/.*\\.py',
760 'action': [ 763 'action': [
761 'python', 764 'python',
762 'src/tools/remove_stale_pyc_files.py', 765 'src/tools/remove_stale_pyc_files.py',
763 'src/tools', 766 'src/tools',
764 ], 767 ],
765 }, 768 },
766 ] 769 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698