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

Unified Diff: chrome/chrome.gyp

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: This patch uses system libexif on linux. Created 6 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7504fcca26df0a951647cd8efb1bc9cfbd94a82d..127ad2d82a4e69eb9dee8de0e9923405b9ee869a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -249,6 +249,7 @@
'../content/content.gyp:content_utility',
'../media/media.gyp:media',
'../skia/skia.gyp:skia',
+ '../third_party/libexif/libexif.gyp:libexif',
'../third_party/libxml/libxml.gyp:libxml',
'common',
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
@@ -295,6 +296,8 @@
'utility/importer/nss_decryptor_win.h',
'utility/importer/safari_importer.h',
'utility/importer/safari_importer.mm',
+ 'utility/media_galleries/image_metadata_extractor.cc',
+ 'utility/media_galleries/image_metadata_extractor.h',
'utility/media_galleries/ipc_data_source.cc',
'utility/media_galleries/ipc_data_source.h',
'utility/media_galleries/itunes_pref_parser_win.cc',
@@ -352,6 +355,9 @@
],
}],
['OS=="android"', {
+ 'dependencies!': [
+ '../third_party/libexif/libexif.gyp:libexif',
Lei Zhang 2014/03/12 22:49:46 Do we try to build utility/media_galleries/* on An
tommycli 2014/03/12 23:27:21 Don't think so. See the the source exclude a few l
+ ],
'sources/': [
['exclude', '^utility/importer/'],
['exclude', '^utility/media_galleries/'],

Powered by Google App Engine
This is Rietveld 408576698