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

Side by Side Diff: DEPS

Issue 1628333004: Update Wayland to version 1.9.91. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 # ANGLE uses dEQP for GPU testing 411 # ANGLE uses dEQP for GPU testing
412 'src/third_party/deqp/src': 412 'src/third_party/deqp/src':
413 Var('deqp_url') + '@' + Var('deqp_revision'), 413 Var('deqp_url') + '@' + Var('deqp_revision'),
414 414
415 # Graphics buffer allocator for Chrome OS. 415 # Graphics buffer allocator for Chrome OS.
416 'src/third_party/minigbm/src': 416 'src/third_party/minigbm/src':
417 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9d2ab79a 15a1bb6a1307f3b608964c81c27791b', 417 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9d2ab79a 15a1bb6a1307f3b608964c81c27791b',
418 418
419 # Display server protocol for Linux. 419 # Display server protocol for Linux.
420 'src/third_party/wayland/src': 420 'src/third_party/wayland/src':
421 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d.git' + '@' + 'b05668f0ad64ad9ba82e124965163daed4172ead', 421 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d.git' + '@' + '7ed00c1de77afbab23f4908fbd9d60ec070c209b',
422 422
423 # Wayland protocols that add functionality not available in the core protoco l. 423 # Wayland protocols that add functionality not available in the core protoco l.
424 'src/third_party/wayland-protocols/src': 424 'src/third_party/wayland-protocols/src':
425 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d-protocols.git' + '@' + '3543bb755c8858b0a70dfd20fd1beb74d865751d', 425 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d-protocols.git' + '@' + '3543bb755c8858b0a70dfd20fd1beb74d865751d',
426 }, 426 },
427 'android': { 427 'android': {
428 'src/third_party/android_protobuf/src': 428 'src/third_party/android_protobuf/src':
429 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7 2e97f7fe08bb756958a2cf090f4e7', 429 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7 2e97f7fe08bb756958a2cf090f4e7',
430 430
431 'src/third_party/android_tools': 431 'src/third_party/android_tools':
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 'src/tools', 813 'src/tools',
814 ], 814 ],
815 }, 815 },
816 { 816 {
817 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 817 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
818 'name': 'gyp', 818 'name': 'gyp',
819 'pattern': '.', 819 'pattern': '.',
820 'action': ['python', 'src/build/gyp_chromium'], 820 'action': ['python', 'src/build/gyp_chromium'],
821 }, 821 },
822 ] 822 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/wayland/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698