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

Side by Side Diff: DEPS

Issue 1912153003: Pin dEQP to ANGLE's DEPS file. (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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 # the commit queue can handle CLs rolling lss 80 # the commit queue can handle CLs rolling lss
81 # and whatever else without interference from each other. 81 # and whatever else without interference from each other.
82 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', 82 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10',
83 # Three lines of non-changing comments so that 83 # Three lines of non-changing comments so that
84 # the commit queue can handle CLs rolling NaCl 84 # the commit queue can handle CLs rolling NaCl
85 # and whatever else without interference from each other. 85 # and whatever else without interference from each other.
86 'nacl_revision': 'f640889e8f9f0347fcccc8842aeb0b6fbed1cdd3', 86 'nacl_revision': 'f640889e8f9f0347fcccc8842aeb0b6fbed1cdd3',
87 # Three lines of non-changing comments so that 87 # Three lines of non-changing comments so that
88 # the commit queue can handle CLs rolling dEQP 88 # the commit queue can handle CLs rolling dEQP
89 # and whatever else without interference from each other. 89 # and whatever else without interference from each other.
90 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8', 90 # We pull in the version of dEQP from ANGLE's DEPS.
91 'deqp_url': 'https://android.googlesource.com/platform/external/deqp', 91 'deqp_from_angle': From('src/third_party/angle', 'third_party/deqp/src'),
92 # Three lines of non-changing comments so that 92 # Three lines of non-changing comments so that
93 # the commit queue can handle CLs rolling freetype-android 93 # the commit queue can handle CLs rolling freetype-android
94 # and whatever else without interference from each other. 94 # and whatever else without interference from each other.
95 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d', 95 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d',
96 # Three lines of non-changing comments so that 96 # Three lines of non-changing comments so that
97 # the commit queue can handle CLs rolling catapult 97 # the commit queue can handle CLs rolling catapult
98 # and whatever else without interference from each other. 98 # and whatever else without interference from each other.
99 'catapult_revision': 'c09ac1b3f0c5cf62c947462c905731683d2e81f4', 99 'catapult_revision': 'c09ac1b3f0c5cf62c947462c905731683d2e81f4',
100 # Three lines of non-changing comments so that 100 # Three lines of non-changing comments so that
101 # the commit queue can handle CLs rolling libFuzzer 101 # the commit queue can handle CLs rolling libFuzzer
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 318
319 # Dependencies used by libjpeg-turbo 319 # Dependencies used by libjpeg-turbo
320 'src/third_party/yasm/binaries': 320 'src/third_party/yasm/binaries':
321 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b 0aa06da24ef8b123058bb61ee468881', 321 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b 0aa06da24ef8b123058bb61ee468881',
322 322
323 # Binaries for nacl sdk. 323 # Binaries for nacl sdk.
324 'src/third_party/nacl_sdk_binaries': 324 'src/third_party/nacl_sdk_binaries':
325 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5', 325 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5',
326 326
327 # ANGLE uses dEQP for GPU testing 327 # ANGLE uses dEQP for GPU testing
328 'src/third_party/deqp/src': 328 'src/third_party/deqp/src': Var('deqp_from_angle'),
329 Var('deqp_url') + '@' + Var('deqp_revision'),
330 }, 329 },
331 'ios': { 330 'ios': {
332 'src/ios/third_party/earl_grey/src': 331 'src/ios/third_party/earl_grey/src':
333 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'f fdbbb7e9e0a3c617d9f110ef752dbd2dc09c919', 332 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'f fdbbb7e9e0a3c617d9f110ef752dbd2dc09c919',
334 333
335 'src/ios/third_party/fishhook/src': 334 'src/ios/third_party/fishhook/src':
336 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', 335 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
337 336
338 'src/ios/third_party/gcdwebserver/src': 337 'src/ios/third_party/gcdwebserver/src':
339 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', 338 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@ ' + '3d5fd0b8281a7224c057deb2d17709b5bea64836',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b 3e610c86fcadb837d252c794cb5e8008826ae', 397 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b 3e610c86fcadb837d252c794cb5e8008826ae',
399 398
400 'src/third_party/liblouis/src': 399 'src/third_party/liblouis/src':
401 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347 8561deb6ae4798175094be8a26c2', 400 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347 8561deb6ae4798175094be8a26c2',
402 401
403 # Used for embedded builds. CrOS & Linux use the system version. 402 # Used for embedded builds. CrOS & Linux use the system version.
404 'src/third_party/fontconfig/src': 403 'src/third_party/fontconfig/src':
405 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 404 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
406 405
407 # ANGLE uses dEQP for GPU testing 406 # ANGLE uses dEQP for GPU testing
408 'src/third_party/deqp/src': 407 'src/third_party/deqp/src': Var('deqp_from_angle'),
409 Var('deqp_url') + '@' + Var('deqp_revision'),
410 408
411 # Graphics buffer allocator for Chrome OS. 409 # Graphics buffer allocator for Chrome OS.
412 'src/third_party/minigbm/src': 410 'src/third_party/minigbm/src':
413 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '1e2293992 28ac107e8ae0f73a466e3ea17fe5839', 411 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '1e2293992 28ac107e8ae0f73a466e3ea17fe5839',
414 412
415 # Display server protocol for Linux. 413 # Display server protocol for Linux.
416 'src/third_party/wayland/src': 414 'src/third_party/wayland/src':
417 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d.git' + '@' + '7ed00c1de77afbab23f4908fbd9d60ec070c209b', 415 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan d.git' + '@' + '7ed00c1de77afbab23f4908fbd9d60ec070c209b',
418 416
419 # Wayland protocols that add functionality not available in the core protoco l. 417 # Wayland protocols that add functionality not available in the core protoco l.
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'src/build/android/download_doclava.py', 844 'src/build/android/download_doclava.py',
847 ], 845 ],
848 }, 846 },
849 { 847 {
850 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 848 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
851 'name': 'gyp', 849 'name': 'gyp',
852 'pattern': '.', 850 'pattern': '.',
853 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 851 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
854 }, 852 },
855 ] 853 ]
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