summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 00:34:56 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 00:34:56 +0000
commita0785560ac602a476e184f6cd6a1444e704fd542 (patch)
tree0bcaccf19f8183e9cd062eea059d79c581efcdee /chrome/unit_tests.isolate
parentc459ff92e7ee9612fa29573af89e9e2e9e4edf93 (diff)
downloadchromium_src-a0785560ac602a476e184f6cd6a1444e704fd542.zip
chromium_src-a0785560ac602a476e184f6cd6a1444e704fd542.tar.gz
chromium_src-a0785560ac602a476e184f6cd6a1444e704fd542.tar.bz2
Reapply and refactor of: "Media Galleries API Metadata: Image metadata"
Original patch: https://codereview.chromium.org/191583002 This takes the original patch and changes libexif from a load-time 'shared_library' to a runtime-loaded 'loadable_module'. This is based on rsesek's reasoning that it would reduce overall performance impact as well as not require a sandbox hole for Mac 10.6. TBR= BUG=318450 Review URL: https://codereview.chromium.org/226643007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r--chrome/unit_tests.isolate2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 9d0da24..15a24b7 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -82,6 +82,7 @@
['OS=="mac"', {
'variables': {
'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/exif.so',
'<(PRODUCT_DIR)/ffmpegsumo.so',
'<(PRODUCT_DIR)/osmesa.so',
],
@@ -111,6 +112,7 @@
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/chrome_elf.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
+ '<(PRODUCT_DIR)/libexif.dll',
'<(PRODUCT_DIR)/osmesa.dll',
],
'isolate_dependency_untracked': [