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

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: 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..d44dc5e2d45db98270136e0094ac2d15616b6aa0 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',
@@ -297,6 +298,8 @@
'utility/importer/safari_importer.mm',
'utility/media_galleries/ipc_data_source.cc',
'utility/media_galleries/ipc_data_source.h',
+ 'utility/media_galleries/image_metadata_extractor.cc',
Lei Zhang 2014/03/11 23:38:43 nit: alphabetical order
tommycli 2014/03/12 00:09:05 Done.
+ 'utility/media_galleries/image_metadata_extractor.h',
'utility/media_galleries/itunes_pref_parser_win.cc',
'utility/media_galleries/itunes_pref_parser_win.h',
'utility/media_galleries/media_metadata_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698