| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 46ffe8a0060f2ea6c683b6a1583b94e313d92bae..838dfd9a63cbafcb5d782efc5a441c2625a21ca8 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1947,6 +1947,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.
|
| @@ -2622,6 +2623,7 @@
|
| ['exclude', '^browser/ui/webui/sync_promo'],
|
| ['exclude', '^tools/profile_reset/'],
|
| ['exclude', '^utility/importer/'],
|
| + ['exclude', '^utility/media_galleries/'],
|
| ],
|
| 'conditions': [
|
| ['gtest_target_type == "shared_library"', {
|
|
|