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

Unified Diff: DEPS

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths Created 5 years, 7 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') | third_party/libvpx/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 7fd3e397a10ce9ff2cc28b9a7830f163d973fd74..4ea5f16766981092507572057a7499b97b66147e 100644
--- a/DEPS
+++ b/DEPS
@@ -40,7 +40,6 @@ vars = {
'pdfium_git': 'https://pdfium.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'boringssl_git': 'https://boringssl.googlesource.com',
- 'libvpx_revision': '77656a4795275f4a83013b01b301509c5db31b29',
'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
'skia_revision': '7224c866321e4222ef452fc0c73ae05283a2227c',
# Three lines of non-changing comments so that
@@ -197,9 +196,6 @@ deps = {
'src/third_party/webdriver/pylib':
Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
- 'src/third_party/libvpx':
- Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'),
-
'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'c0f05636c4472e5d3c0045ec34464aec46c5fb70',
« no previous file with comments | « .gitignore ('k') | WATCHLISTS » ('j') | third_party/libvpx/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698