summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build
diff options
context:
space:
mode:
authortommycli <tommycli@chromium.org>2016-03-14 16:56:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 23:58:38 +0000
commitcd96b6f874573d7089bf2eb9d54ed53d7469bb56 (patch)
tree73d81793ff74c6a72f4b8d1ef7e288d941575fea /chrome/tools/build
parentc0f081b58265457d0f434445cd084662951388f6 (diff)
downloadchromium_src-cd96b6f874573d7089bf2eb9d54ed53d7469bb56.zip
chromium_src-cd96b6f874573d7089bf2eb9d54ed53d7469bb56.tar.gz
chromium_src-cd96b6f874573d7089bf2eb9d54ed53d7469bb56.tar.bz2
Reland: Media Galleries Partial Deprecation: Remove image metadata & libexif.
This relands https://codereview.chromium.org/1773233002/. Original description: Media Galleries Partial Deprecation: Remove image metadata & libexif. Removing libexif is a great thing. It will remove a ~200KB DLL from Windows, Mac, and ChromeOS. It will remove bugs and security issues. BUG=542912,577272 TBR= Review URL: https://codereview.chromium.org/1803883002 Cr-Commit-Position: refs/heads/master@{#381121}
Diffstat (limited to 'chrome/tools/build')
-rw-r--r--chrome/tools/build/chromeos/FILES.cfg4
-rw-r--r--chrome/tools/build/mac/TESTS1
-rwxr-xr-xchrome/tools/build/mac/dump_product_syms1
-rw-r--r--chrome/tools/build/win/FILES.cfg5
4 files changed, 0 insertions, 11 deletions
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index cfe7217..855caba 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -73,10 +73,6 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'lib/libexif.so',
- 'buildtype': ['dev', 'official'],
- },
- {
'filename': 'locales',
'buildtype': ['dev', 'official'],
},
diff --git a/chrome/tools/build/mac/TESTS b/chrome/tools/build/mac/TESTS
index d77adcf..75986ce 100644
--- a/chrome/tools/build/mac/TESTS
+++ b/chrome/tools/build/mac/TESTS
@@ -1,2 +1 @@
sync_integration_tests
-exif.so
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms
index 6abe513..d42f0f6 100755
--- a/chrome/tools/build/mac/dump_product_syms
+++ b/chrome/tools/build/mac/dump_product_syms
@@ -80,7 +80,6 @@ SRC_NAMES=(
"${SRC_APP_NAME} Framework.framework"
"${SRC_APP_NAME} Helper.app"
"crashpad_handler"
- "exif.so"
)
# PDF.plugin is optional. Only include it if present.
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index d245f97..ef62aa1 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -129,11 +129,6 @@ FILES = [
'optional': ['dev', 'official'],
},
{
- 'filename': 'libexif.dll',
- 'buildtype': ['dev', 'official'],
- 'filegroup': ['default', 'symsrc'],
- },
- {
'filename': 'locales/ar.pak',
'buildtype': ['dev', 'official'],
},