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

Side by Side Diff: DEPS

Issue 1438553002: Preparation work for third_party/openh264 build-from-src CL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 5 years, 1 month 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 | « BUILD.gn ('k') | build/all.gyp » ('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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 268
269 'src/third_party/py_trace_event/src': 269 'src/third_party/py_trace_event/src':
270 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 270 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
271 271
272 'src/third_party/dom_distiller_js/dist': 272 'src/third_party/dom_distiller_js/dist':
273 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '445b024cb55f367636e6da4a61796a2afecd6d3f', 273 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '445b024cb55f367636e6da4a61796a2afecd6d3f',
274 274
275 'src/third_party/catapult': 275 'src/third_party/catapult':
276 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + 276 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
277 '704c40202baaeb9484af0622aedf41c4a48e0df2', 277 '704c40202baaeb9484af0622aedf41c4a48e0df2',
278
279 'src/third_party/openh264/src':
280 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488',
278 } 281 }
279 282
280 283
281 deps_os = { 284 deps_os = {
282 'win': { 285 'win': {
283 'src/chrome/tools/test/reference_build/chrome_win': 286 'src/chrome/tools/test/reference_build/chrome_win':
284 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + ' f8a3a845dfc845df6b14280f04f86a61959357ef', 287 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + ' f8a3a845dfc845df6b14280f04f86a61959357ef',
285 288
286 'src/third_party/cygwin': 289 'src/third_party/cygwin':
287 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa df3a10ff1007a97c0b7de6df', 290 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa df3a10ff1007a97c0b7de6df',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 }, 806 },
804 { 807 {
805 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 808 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
806 'name': 'gyp', 809 'name': 'gyp',
807 'pattern': '.', 810 'pattern': '.',
808 'action': ['python', 'src/build/gyp_chromium'], 811 'action': ['python', 'src/build/gyp_chromium'],
809 }, 812 },
810 ] 813 ]
811 814
812 815
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698