| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 57157b9e4ebef8182b013a52ace7ce84814ea17f..33f6f6e446c6cfc3fa811cdcb90acaab4952da93 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -253,6 +253,7 @@
|
| 'common/media/webrtc_logging_messages.h',
|
| 'common/media/webrtc_logging_message_data.cc',
|
| 'common/media/webrtc_logging_message_data.h',
|
| + 'common/media_galleries/metadata_types.h',
|
| 'common/metrics/caching_permuted_entropy_provider.cc',
|
| 'common/metrics/caching_permuted_entropy_provider.h',
|
| 'common/metrics/metrics_service_base.cc',
|
| @@ -391,6 +392,7 @@
|
| ['exclude', '^common/custom_handlers/'],
|
| ['exclude', '^common/extensions/'],
|
| ['exclude', '^common/logging_chrome\\.'],
|
| + ['exclude', '^common/media_galleries/'],
|
| ['exclude', '^common/multi_process_'],
|
| ['exclude', '^common/nacl_'],
|
| ['exclude', '^common/pepper_flash\\.'],
|
| @@ -436,6 +438,7 @@
|
| ['exclude', '^common/importer/'],
|
| ['include', '^common/importer/imported_favicon_usage.cc$'],
|
| ['include', '^common/importer/imported_favicon_usage.h$'],
|
| + ['exclude', '^common/media_galleries/'],
|
| ['exclude', '^common/service_'],
|
| ],
|
| 'sources!': [
|
|
|