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

Unified Diff: DEPS

Issue 165193: Move to using updated chromium binaries pulled in via platform-specific DEPS. (Closed)
Patch Set: Created 11 years, 4 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 | « no previous file | third_party/ffmpeg/binaries/chromium/README.chromium » ('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 78672c0ee221322b7fef5dd693616eeefbc73053..c276ae84c32451f1eab600b333dc72a9f4ba4f9a 100644
--- a/DEPS
+++ b/DEPS
@@ -88,6 +88,9 @@ deps_os = {
"src/third_party/python_24":
"/trunk/deps/third_party/python_24@19441",
+
+ "src/third_party/ffmpeg/binaries/chromium":
+ "/trunk/deps/third_party/ffmpeg/binaries/win@22838",
},
"mac": {
"src/third_party/GTM":
@@ -98,11 +101,15 @@ deps_os = {
Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKitLibraries":
Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
+ "src/third_party/ffmpeg/binaries/chromium":
+ "/trunk/deps/third_party/ffmpeg/binaries/mac@22838",
},
"unix": {
# Linux, really.
"src/third_party/xdg-utils":
"/trunk/deps/third_party/xdg-utils@22207",
+ "src/third_party/ffmpeg/binaries/chromium":
+ "/trunk/deps/third_party/ffmpeg/binaries/linux@22838",
},
}
« no previous file with comments | « no previous file | third_party/ffmpeg/binaries/chromium/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698