 Chromium Code Reviews
 Chromium Code Reviews Issue 191553002:
  Switch FFmpeg from svn/git-svn translation to using git directly.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 191553002:
  Switch FFmpeg from svn/git-svn translation to using git directly.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| OLD | NEW | 
|---|---|
| 1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file | 
| 2 # that gclient uses under git. | 2 # that gclient uses under git. | 
| 3 # | 3 # | 
| 4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit | 
| 5 # | 5 # | 
| 6 # To test manually, run: | 6 # To test manually, run: | 
| 7 # python tools/deps2git/deps2git.py -o .DEPS.git | 7 # python tools/deps2git/deps2git.py -o .DEPS.git | 
| 8 # gclient runhooks | 8 # gclient runhooks | 
| 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 
| 10 # a bot when you modify this one. | 10 # a bot when you modify this one. | 
| (...skipping 20 matching lines...) Expand all Loading... | |
| 31 "nacl_revision": "12835", | 31 "nacl_revision": "12835", | 
| 32 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 32 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 
| 33 # to update other nacl_*_revision's. | 33 # to update other nacl_*_revision's. | 
| 34 "nacl_tools_revision": "12760", # native_client/DEPS: tools_rev | 34 "nacl_tools_revision": "12760", # native_client/DEPS: tools_rev | 
| 35 "google_toolbox_for_mac_revision": "626", | 35 "google_toolbox_for_mac_revision": "626", | 
| 36 "libaddressinput_revision": "176", | 36 "libaddressinput_revision": "176", | 
| 37 "libphonenumber_revision": "621", | 37 "libphonenumber_revision": "621", | 
| 38 "libvpx_revision": "254786", | 38 "libvpx_revision": "254786", | 
| 39 "lss_revision": "24", | 39 "lss_revision": "24", | 
| 40 | 40 | 
| 41 # These two FFmpeg variables must be updated together. One is used for SVN | |
| 42 # checkouts and the other for Git checkouts. | |
| 43 "ffmpeg_revision": "255431", | |
| 44 "ffmpeg_hash": "681ca6bfed239ad2e1a6a3c8a586839c6dbd3e87", | |
| 45 | |
| 46 "sfntly_revision": "228", | 41 "sfntly_revision": "228", | 
| 47 "lighttpd_revision": "33737", | 42 "lighttpd_revision": "33737", | 
| 48 "skia_revision": "13700", | 43 "skia_revision": "13700", | 
| 49 "skia_hash": "32a71953106472312dfe626142c6614343951003", | 44 "skia_hash": "32a71953106472312dfe626142c6614343951003", | 
| 50 # Three lines of non-changing comments so that | 45 # Three lines of non-changing comments so that | 
| 51 # the commit queue can handle CLs rolling Skia | 46 # the commit queue can handle CLs rolling Skia | 
| 52 # and V8 without interference from each other. | 47 # and V8 without interference from each other. | 
| 53 "v8_branch": "trunk", | 48 "v8_branch": "trunk", | 
| 54 "v8_revision": "19696", | 49 "v8_revision": "19696", | 
| 55 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that | 
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 195 | 190 | 
| 196 # Make sure you update the two functional.DEPS and webdriver.DEPS too. | 191 # Make sure you update the two functional.DEPS and webdriver.DEPS too. | 
| 197 "src/third_party/webdriver/pylib": | 192 "src/third_party/webdriver/pylib": | 
| 198 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", | 193 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", | 
| 199 | 194 | 
| 200 "src/third_party/libvpx": | 195 "src/third_party/libvpx": | 
| 201 "/trunk/deps/third_party/libvpx@" + | 196 "/trunk/deps/third_party/libvpx@" + | 
| 202 Var("libvpx_revision"), | 197 Var("libvpx_revision"), | 
| 203 | 198 | 
| 204 "src/third_party/ffmpeg": | 199 "src/third_party/ffmpeg": | 
| 205 "/trunk/deps/third_party/ffmpeg@" + | 200 Var("chromium_git") + | 
| 206 Var("ffmpeg_revision"), | 201 "/chromium/third_party/ffmpeg.git@681ca6bfed239ad2e1a6a3c8a586839c6dbd3e87", | 
| 207 | 202 | 
| 208 "src/third_party/libjingle/source/talk": | 203 "src/third_party/libjingle/source/talk": | 
| 209 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + | 204 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + | 
| 210 Var("webrtc_revision"), | 205 Var("webrtc_revision"), | 
| 211 | 206 | 
| 212 "src/third_party/usrsctp/usrsctplib": | 207 "src/third_party/usrsctp/usrsctplib": | 
| 213 (Var("googlecode_url") % "sctp-refimpl") + | 208 (Var("googlecode_url") % "sctp-refimpl") + | 
| 214 "/trunk/KERN/usrsctp/usrsctplib@8723", | 209 "/trunk/KERN/usrsctp/usrsctplib@8723", | 
| 215 | 210 | 
| 216 "src/third_party/libsrtp": | 211 "src/third_party/libsrtp": | 
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 266 (Var("googlecode_url") % "libphonenumber") + | 261 (Var("googlecode_url") % "libphonenumber") + | 
| 267 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), | 262 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), | 
| 268 "src/third_party/libphonenumber/src/test": | 263 "src/third_party/libphonenumber/src/test": | 
| 269 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + | 264 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + | 
| 270 Var("libphonenumber_revision"), | 265 Var("libphonenumber_revision"), | 
| 271 "src/third_party/libphonenumber/src/resources": | 266 "src/third_party/libphonenumber/src/resources": | 
| 272 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + | 267 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + | 
| 273 Var("libphonenumber_revision"), | 268 Var("libphonenumber_revision"), | 
| 274 | 269 | 
| 275 "src/tools/deps2git": | 270 "src/tools/deps2git": | 
| 276 "/trunk/tools/deps2git@248305", | 271 "/trunk/tools/deps2git@XXXXXX-CHANGE-THIS", | 
| 
szager1
2014/03/07 22:47:03
Strictly speaking, this doesn't have to happen ato
 
DaleCurtis
2014/05/13 23:52:30
Done.
 | |
| 277 | 272 | 
| 278 "src/third_party/clang_format/script": | 273 "src/third_party/clang_format/script": | 
| 279 Var("llvm_url") + "/cfe/trunk/tools/clang-format@202065", | 274 Var("llvm_url") + "/cfe/trunk/tools/clang-format@202065", | 
| 280 | 275 | 
| 281 "src/third_party/webpagereplay": | 276 "src/third_party/webpagereplay": | 
| 282 (Var("googlecode_url") % "web-page-replay") + "/trunk@544", | 277 (Var("googlecode_url") % "web-page-replay") + "/trunk@544", | 
| 283 | 278 | 
| 284 "src/third_party/pywebsocket/src": | 279 "src/third_party/pywebsocket/src": | 
| 285 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", | 280 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", | 
| 286 | 281 | 
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 757 "-s", "src/build/linux/bin/eu-strip.sha1", | 752 "-s", "src/build/linux/bin/eu-strip.sha1", | 
| 758 ], | 753 ], | 
| 759 }, | 754 }, | 
| 760 { | 755 { | 
| 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 756 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 
| 762 "name": "gyp", | 757 "name": "gyp", | 
| 763 "pattern": ".", | 758 "pattern": ".", | 
| 764 "action": ["python", "src/build/gyp_chromium"], | 759 "action": ["python", "src/build/gyp_chromium"], | 
| 765 }, | 760 }, | 
| 766 ] | 761 ] | 
| OLD | NEW |