Chromium Code Reviews| 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/'], |