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

Side by Side Diff: DEPS

Issue 1310183013: Roll PDFium a2b3ae2..5e4a5cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 # the commit queue can handle CLs rolling ANGLE 48 # the commit queue can handle CLs rolling ANGLE
49 # and whatever else without interference from each other. 49 # and whatever else without interference from each other.
50 'angle_revision': '254fceac120114abd575da7095e81394eafa008f', 50 'angle_revision': '254fceac120114abd575da7095e81394eafa008f',
51 # Three lines of non-changing comments so that 51 # Three lines of non-changing comments so that
52 # the commit queue can handle CLs rolling build tools 52 # the commit queue can handle CLs rolling build tools
53 # and whatever else without interference from each other. 53 # and whatever else without interference from each other.
54 'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb', 54 'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb',
55 # Three lines of non-changing comments so that 55 # Three lines of non-changing comments so that
56 # the commit queue can handle CLs rolling PDFium 56 # the commit queue can handle CLs rolling PDFium
57 # and whatever else without interference from each other. 57 # and whatever else without interference from each other.
58 'pdfium_revision': 'a2b3ae23556fb2f1adbc008574f33bf365476af9', 58 'pdfium_revision': '5e4a5cc9ad76dc08d62fb1e10bdfb811f3720c43',
59 # Three lines of non-changing comments so that 59 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling openmax_dl 60 # the commit queue can handle CLs rolling openmax_dl
61 # and whatever else without interference from each other. 61 # and whatever else without interference from each other.
62 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5', 62 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5',
63 # Three lines of non-changing comments so that 63 # Three lines of non-changing comments so that
64 # the commit queue can handle CLs rolling BoringSSL 64 # the commit queue can handle CLs rolling BoringSSL
65 # and whatever else without interference from each other. 65 # and whatever else without interference from each other.
66 'boringssl_revision': '12fe1b25ead258858309d22ffa9e1f9a316358d7', 66 'boringssl_revision': '12fe1b25ead258858309d22ffa9e1f9a316358d7',
67 # Three lines of non-changing comments so that 67 # Three lines of non-changing comments so that
68 # the commit queue can handle CLs rolling nss 68 # the commit queue can handle CLs rolling nss
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'pattern': '.', 804 'pattern': '.',
805 'action': [ 805 'action': [
806 'python', 806 'python',
807 'src/tools/check_git_config.py', 807 'src/tools/check_git_config.py',
808 '--running-as-hook', 808 '--running-as-hook',
809 ], 809 ],
810 }, 810 },
811 ] 811 ]
812 812
813 813
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