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

Unified Diff: build/experimental/install-build-deps.py

Issue 1791623002: Revert of Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual revert/rebase. Created 4 years, 9 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 | « DEPS ('k') | build/install-build-deps.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/experimental/install-build-deps.py
diff --git a/build/experimental/install-build-deps.py b/build/experimental/install-build-deps.py
index 52c04f801b9b57dc0474ed1fc45a0a0e4ed293b1..25da84e67ecfc4fcaf3100f9d9bad504231b03f5 100755
--- a/build/experimental/install-build-deps.py
+++ b/build/experimental/install-build-deps.py
@@ -59,6 +59,7 @@ _packages_dev = (
'libcurl4-gnutls-dev',
'libdrm-dev',
'libelf-dev',
+ 'libexif-dev',
'libgconf2-dev',
'libglib2.0-dev',
'libglu1-mesa-dev',
@@ -121,6 +122,7 @@ _packages_lib = (
'libcairo2',
'libcap2',
'libcups2',
+ 'libexif12',
'libexpat1',
'libfontconfig1',
'libfreetype6',
@@ -216,6 +218,7 @@ _packages_nacl = (
'libasound2:i386',
'libcap2:i386',
'libelf-dev:i386',
+ 'libexif12:i386',
'libfontconfig1:i386',
'libgconf-2-4:i386',
'libglib2.0-0:i386',
« no previous file with comments | « DEPS ('k') | build/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698