| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 7156402fbdd19a9df5a5e256fdaf2c932f6f623b..8b711f8d8df9fd9d0f359e5ceeca16b554d44b32 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -256,6 +256,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_log_base.cc',
|
| @@ -398,6 +399,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\\.'],
|
| @@ -443,6 +445,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!': [
|
|
|