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

Side by Side Diff: DEPS

Issue 3010513002: Roll chromium_revision 2c5f0537b3..e7a613ae31 (497676:497677) (Closed)
Patch Set: Created 3 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 contains dependencies for WebRTC. 1 # This file contains dependencies for WebRTC.
2 2
3 vars = { 3 vars = {
4 'chromium_git': 'https://chromium.googlesource.com', 4 'chromium_git': 'https://chromium.googlesource.com',
5 'chromium_revision': '2c5f0537b3cf7674353cc0f4c7e0c0f8a8413eca', 5 'chromium_revision': 'e7a613ae31e808d4f12e21a2b029e7007d19f488',
6 'boringssl_git': 'https://boringssl.googlesource.com', 6 'boringssl_git': 'https://boringssl.googlesource.com',
7 # Three lines of non-changing comments so that 7 # Three lines of non-changing comments so that
8 # the commit queue can handle CLs rolling swarming_client 8 # the commit queue can handle CLs rolling swarming_client
9 # and whatever else without interference from each other. 9 # and whatever else without interference from each other.
10 'swarming_revision': '42721e128da760b345ab60d7cf34e300269112d7', 10 'swarming_revision': '42721e128da760b345ab60d7cf34e300269112d7',
11 # Three lines of non-changing comments so that 11 # Three lines of non-changing comments so that
12 # the commit queue can handle CLs rolling openmax_dl 12 # the commit queue can handle CLs rolling openmax_dl
13 # and whatever else without interference from each other. 13 # and whatever else without interference from each other.
14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', 14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7',
15 # Three lines of non-changing comments so that 15 # Three lines of non-changing comments so that
(...skipping 18 matching lines...) Expand all
34 # in base/third_party/libevent is solved. 34 # in base/third_party/libevent is solved.
35 'src/base': 35 'src/base':
36 Var('chromium_git') + '/chromium/src/base' + '@' + '0b883e8842a7b3da57e493e4 12811035905618c6', 36 Var('chromium_git') + '/chromium/src/base' + '@' + '0b883e8842a7b3da57e493e4 12811035905618c6',
37 'src/build': 37 'src/build':
38 Var('chromium_git') + '/chromium/src/build' + '@' + '8e7ce53a804c03ab8fbded3 0c9c6df00926d4d59', 38 Var('chromium_git') + '/chromium/src/build' + '@' + '8e7ce53a804c03ab8fbded3 0c9c6df00926d4d59',
39 'src/buildtools': 39 'src/buildtools':
40 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a863 4132080a39ab4b63dee489', 40 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a863 4132080a39ab4b63dee489',
41 'src/testing': 41 'src/testing':
42 Var('chromium_git') + '/chromium/src/testing' + '@' + '4869e7efc6b52833fcd11 75a349fc81fa7ead8ca', 42 Var('chromium_git') + '/chromium/src/testing' + '@' + '4869e7efc6b52833fcd11 75a349fc81fa7ead8ca',
43 'src/third_party': 43 'src/third_party':
44 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bbf6fe5f82958bb8d 34a9648ca504ca5afaf7413', 44 Var('chromium_git') + '/chromium/src/third_party' + '@' + '3c691a81d037aaffb 1b640c5d4809d7f764cf1a9',
45 'src/third_party/boringssl/src': 45 'src/third_party/boringssl/src':
46 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 46 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
47 'src/third_party/catapult': 47 'src/third_party/catapult':
48 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + Var('catapult_revision'), 48 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + Var('catapult_revision'),
49 'src/third_party/colorama/src': 49 'src/third_party/colorama/src':
50 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2 789ecbd7e8db2e18e6b8', 50 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2 789ecbd7e8db2e18e6b8',
51 'src/third_party/depot_tools': 51 'src/third_party/depot_tools':
52 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e081cbe5aae 6b131955b6c3bd7308d95d650948f', 52 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e081cbe5aae 6b131955b6c3bd7308d95d650948f',
53 'src/third_party/ffmpeg': 53 'src/third_party/ffmpeg':
54 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'dbbdb1680b d8e77ea72f8e5a79a09101bd7a9bdd', 54 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'dbbdb1680b d8e77ea72f8e5a79a09101bd7a9bdd',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 ], 528 ],
529 }, 529 },
530 ], 530 ],
531 } 531 }
532 recursedeps = [ 532 recursedeps = [
533 # buildtools provides clang_format, libc++, and libc++abi. 533 # buildtools provides clang_format, libc++, and libc++abi.
534 'src/buildtools', 534 'src/buildtools',
535 # android_tools manages the NDK. 535 # android_tools manages the NDK.
536 'src/third_party/android_tools', 536 'src/third_party/android_tools',
537 ] 537 ]
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