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

Unified Diff: DEPS

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | WATCHLISTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 9e802b3608468f0180aaef1492620f53490bbdbf..04942060bf3b399f6cb018bd18a7f3201d3ff4f0 100644
--- a/DEPS
+++ b/DEPS
@@ -33,7 +33,7 @@ vars = {
'googlecode_url': 'http://%s.googlecode.com/svn',
'webkit_revision': '318ad1746052ee921bbb9d1ed48eb76849397c2a', # from svn revision 202527
'chromium_git': 'https://chromium.googlesource.com',
- 'libvpx_revision': 'ac1772e3db5c885b554f6a72ca9dbac4245cb0e2',
+ 'libvpx_revision': '0d6551cd1e1359423a7f4af503472d280437e9bb',
'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
'skia_revision': '3566d44d852b2fc1773e41e80c0c19610aa6d43b',
# Three lines of non-changing comments so that
@@ -188,6 +188,9 @@ deps = {
'src/third_party/libvpx':
Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'),
+ 'src/third_party/libvpx_new/source/libvpx':
+ Var('chromium_git') + '/webm/libvpx.git' + '@' + 'c5f11912ae328a912ef087fdcd074ff07e96d8f9',
+
'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '67cde45fbfa5145bd7ebfe0fb811ae7a80902d43',
« no previous file with comments | « .gitignore ('k') | WATCHLISTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698