| Index: chrome/chrome_tests_unit.gypi
 | 
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
 | 
| index ed7d0e1972b51a1b4803b2ea0373ceab5ae322d6..7343b6bd77d7425e289fe0cf67d1a8a04dd9d57f 100644
 | 
| --- a/chrome/chrome_tests_unit.gypi
 | 
| +++ b/chrome/chrome_tests_unit.gypi
 | 
| @@ -1949,6 +1949,7 @@
 | 
|          'utility/importer/firefox_importer_unittest_utils.h',
 | 
|          'utility/importer/firefox_importer_unittest_utils_mac.cc',
 | 
|          'utility/importer/safari_importer_unittest.mm',
 | 
| +        'utility/media_galleries/image_metadata_extractor_unittest.cc',
 | 
|  
 | 
|          # Duplicate these tests here because PathService has more items in
 | 
|          # unit_tests than in base_unittests.
 | 
| @@ -2624,6 +2625,7 @@
 | 
|              ['exclude', '^browser/ui/webui/sync_promo'],
 | 
|              ['exclude', '^tools/profile_reset/'],
 | 
|              ['exclude', '^utility/importer/'],
 | 
| +            ['exclude', '^utility/media_galleries/'],
 | 
|            ],
 | 
|            'conditions': [
 | 
|              ['gtest_target_type == "shared_library"', {
 | 
| 
 |