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

Side by Side Diff: DEPS

Issue 1705423002: third_party: Update wayland-protocols to 1.1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | third_party/wayland-protocols/README.chromium » ('j') | 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 # Graphics buffer allocator for Chrome OS. 422 # Graphics buffer allocator for Chrome OS.
423 'src/third_party/minigbm/src': 423 'src/third_party/minigbm/src':
424 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9d2ab79a 15a1bb6a1307f3b608964c81c27791b', 424 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9d2ab79a 15a1bb6a1307f3b608964c81c27791b',
425 425
426 # Display server protocol for Linux. 426 # Display server protocol for Linux.
427 'src/third_party/wayland/src': 427 'src/third_party/wayland/src':
428 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d.git' + '@' + '7ed00c1de77afbab23f4908fbd9d60ec070c209b', 428 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d.git' + '@' + '7ed00c1de77afbab23f4908fbd9d60ec070c209b',
429 429
430 # Wayland protocols that add functionality not available in the core protoco l. 430 # Wayland protocols that add functionality not available in the core protoco l.
431 'src/third_party/wayland-protocols/src': 431 'src/third_party/wayland-protocols/src':
432 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d-protocols.git' + '@' + '3543bb755c8858b0a70dfd20fd1beb74d865751d', 432 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d-protocols.git' + '@' + '596dfda882a51c05699bcb28a8459ce936a138db',
433 433
434 # Wireless Display Software. Used on Chrome OS. 434 # Wireless Display Software. Used on Chrome OS.
435 'src/third_party/wds/src': 435 'src/third_party/wds/src':
436 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'f187dda5fcc aad08e168dc6657109325f42c648e', 436 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'f187dda5fcc aad08e168dc6657109325f42c648e',
437 }, 437 },
438 'android': { 438 'android': {
439 'src/third_party/android_protobuf/src': 439 'src/third_party/android_protobuf/src':
440 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7 2e97f7fe08bb756958a2cf090f4e7', 440 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7 2e97f7fe08bb756958a2cf090f4e7',
441 441
442 'src/third_party/android_tools': 442 'src/third_party/android_tools':
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'src/tools', 833 'src/tools',
834 ], 834 ],
835 }, 835 },
836 { 836 {
837 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 837 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
838 'name': 'gyp', 838 'name': 'gyp',
839 'pattern': '.', 839 'pattern': '.',
840 'action': ['python', 'src/build/gyp_chromium'], 840 'action': ['python', 'src/build/gyp_chromium'],
841 }, 841 },
842 ] 842 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/wayland-protocols/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698