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

Side by Side Diff: DEPS

Issue 1869313002: Roll third_party/chromite to 9bb353c06c398f670e8a33db1eba74760ac3a6d6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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 # 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 395
396 # Note that this is different from Android's freetype repo. 396 # Note that this is different from Android's freetype repo.
397 'src/third_party/freetype2/src': 397 'src/third_party/freetype2/src':
398 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc 1532a7c4c592f24a4c1a0261d2845524ca5cff', 398 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc 1532a7c4c592f24a4c1a0261d2845524ca5cff',
399 399
400 'src/third_party/freetype-android/src': 400 'src/third_party/freetype-android/src':
401 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var ('freetype_android_revision'), 401 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var ('freetype_android_revision'),
402 402
403 # Build tools for Chrome OS. 403 # Build tools for Chrome OS.
404 'src/third_party/chromite': 404 'src/third_party/chromite':
405 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'e19f83ba227bf1ec0 077f5d3a816a415f1dd88d0', 405 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '9bb353c06c398f670 e8a33db1eba74760ac3a6d6',
406 406
407 # Dependency of chromite.git. 407 # Dependency of chromite.git.
408 'src/third_party/pyelftools': 408 'src/third_party/pyelftools':
409 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc 1d380acd88d4bfaf47265008091483b0d614e', 409 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc 1d380acd88d4bfaf47265008091483b0d614e',
achuithb 2016/04/12 23:35:01 I think you may also need to roll this, and it loo
410 410
411 'src/third_party/liblouis/src': 411 'src/third_party/liblouis/src':
412 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347 8561deb6ae4798175094be8a26c2', 412 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347 8561deb6ae4798175094be8a26c2',
413 413
414 # Used for embedded builds. CrOS & Linux use the system version. 414 # Used for embedded builds. CrOS & Linux use the system version.
415 'src/third_party/fontconfig/src': 415 'src/third_party/fontconfig/src':
416 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 416 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
417 417
418 # ANGLE uses dEQP for GPU testing 418 # ANGLE uses dEQP for GPU testing
419 'src/third_party/deqp/src': 419 'src/third_party/deqp/src':
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 'pattern': '\\.sha1', 853 'pattern': '\\.sha1',
854 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'], 854 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'],
855 }, 855 },
856 { 856 {
857 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 857 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
858 'name': 'gyp', 858 'name': 'gyp',
859 'pattern': '.', 859 'pattern': '.',
860 'action': ['python', 'src/build/gyp_chromium'], 860 'action': ['python', 'src/build/gyp_chromium'],
861 }, 861 },
862 ] 862 ]
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