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

Side by Side Diff: DEPS

Issue 9317096: Fix media code to work with new ffmpeg. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix years. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/chrome.dll.deps » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "108482", 8 "webkit_revision": "108482",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 23 matching lines...) Expand all
34 "6a8fd328bcbdaa88887a39fd9a83a006129b44dd", 34 "6a8fd328bcbdaa88887a39fd9a83a006129b44dd",
35 "nacl_toolchain_win_x86_newlib_hash": 35 "nacl_toolchain_win_x86_newlib_hash":
36 "bd8dd553c9998e7bf826f5746c8ef69c3c5e5ac7", 36 "bd8dd553c9998e7bf826f5746c8ef69c3c5e5ac7",
37 "nacl_toolchain_revision": "7799", 37 "nacl_toolchain_revision": "7799",
38 "pnacl_toolchain_revision": "7799", 38 "pnacl_toolchain_revision": "7799",
39 39
40 "libjingle_revision": "115", 40 "libjingle_revision": "115",
41 "libphonenumber_revision": "425", 41 "libphonenumber_revision": "425",
42 "libvpx_revision": "122996", 42 "libvpx_revision": "122996",
43 "lss_revision": "9", 43 "lss_revision": "9",
44 "ffmpeg_revision": "122092", 44
45 # These two FFmpeg variables must be updated together. One is used for SVN
46 # checkouts and the other for Git checkouts.
47 "ffmpeg_revision": "123079",
48 "ffmpeg_hash": "8a05b9314610683d837eec3b03306ca7a894bef7",
49
45 "sfntly_revision": "118", 50 "sfntly_revision": "118",
46 "skia_revision": "3216", 51 "skia_revision": "3216",
47 # Three lines of non-changing comments so that 52 # Three lines of non-changing comments so that
48 # the commit queue can handle CLs rolling Skia 53 # the commit queue can handle CLs rolling Skia
49 # and V8 without interference from each other. 54 # and V8 without interference from each other.
50 "v8_revision": "10776", 55 "v8_revision": "10776",
51 "webrtc_revision": "1538", 56 "webrtc_revision": "1538",
52 "jsoncpp_revision": "248", 57 "jsoncpp_revision": "248",
53 "nss_revision": "122528", 58 "nss_revision": "122528",
54 "rlz_revision": "59", 59 "rlz_revision": "59",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 250
246 # Make sure you update the two functional.DEPS and webdriver.DEPS too. 251 # Make sure you update the two functional.DEPS and webdriver.DEPS too.
247 "src/third_party/webdriver/pylib": 252 "src/third_party/webdriver/pylib":
248 "http://selenium.googlecode.com/svn/trunk/py@13487", 253 "http://selenium.googlecode.com/svn/trunk/py@13487",
249 254
250 "src/third_party/libvpx": 255 "src/third_party/libvpx":
251 "/trunk/deps/third_party/libvpx@" + 256 "/trunk/deps/third_party/libvpx@" +
252 Var("libvpx_revision"), 257 Var("libvpx_revision"),
253 258
254 "src/third_party/ffmpeg": 259 "src/third_party/ffmpeg":
255 "/trunk/deps/third_party/ffmpeg/source@" + 260 "/trunk/deps/third_party/ffmpeg@" +
256 Var("ffmpeg_revision"), 261 Var("ffmpeg_revision"),
257 262
258 "src/third_party/libjingle/source": 263 "src/third_party/libjingle/source":
259 (Var("googlecode_url") % "libjingle") + "/trunk@" + 264 (Var("googlecode_url") % "libjingle") + "/trunk@" +
260 Var("libjingle_revision"), 265 Var("libjingle_revision"),
261 266
262 "src/third_party/libsrtp": 267 "src/third_party/libsrtp":
263 "/trunk/deps/third_party/libsrtp@121481", 268 "/trunk/deps/third_party/libsrtp@121481",
264 269
265 "src/third_party/speex": 270 "src/third_party/speex":
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 337
333 "src/third_party/python_26": 338 "src/third_party/python_26":
334 "/trunk/tools/third_party/python_26@89111", 339 "/trunk/tools/third_party/python_26@89111",
335 340
336 "src/third_party/psyco_win32": 341 "src/third_party/psyco_win32":
337 "/trunk/deps/third_party/psyco_win32@79861", 342 "/trunk/deps/third_party/psyco_win32@79861",
338 343
339 "src/third_party/lighttpd": 344 "src/third_party/lighttpd":
340 "/trunk/deps/third_party/lighttpd@33727", 345 "/trunk/deps/third_party/lighttpd@33727",
341 346
342 "src/third_party/ffmpeg/binaries/chromium/win/ia32":
343 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
344
345 # Chrome Frame related deps 347 # Chrome Frame related deps
346 "src/third_party/xulrunner-sdk": 348 "src/third_party/xulrunner-sdk":
347 "/trunk/deps/third_party/xulrunner-sdk@119756", 349 "/trunk/deps/third_party/xulrunner-sdk@119756",
348 "src/chrome_frame/tools/test/reference_build/chrome_win": 350 "src/chrome_frame/tools/test/reference_build/chrome_win":
349 "/trunk/deps/reference_builds/chrome_win@89574", 351 "/trunk/deps/reference_builds/chrome_win@89574",
350 352
351 # Parses Windows PE/COFF executable format. 353 # Parses Windows PE/COFF executable format.
352 "src/third_party/pefile": 354 "src/third_party/pefile":
353 (Var("googlecode_url") % "pefile") + "/trunk@63", 355 (Var("googlecode_url") % "pefile") + "/trunk@63",
354 356
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "pattern": ".", 513 "pattern": ".",
512 "action": ["python", "src/build/util/lastchange.py", 514 "action": ["python", "src/build/util/lastchange.py",
513 "-o", "src/build/util/LASTCHANGE"], 515 "-o", "src/build/util/LASTCHANGE"],
514 }, 516 },
515 { 517 {
516 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 518 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
517 "pattern": ".", 519 "pattern": ".",
518 "action": ["python", "src/build/gyp_chromium"], 520 "action": ["python", "src/build/gyp_chromium"],
519 }, 521 },
520 ] 522 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome.dll.deps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698