| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 9333890c1fa6a6a995a02acd108791485644ec09..4fd98947a7af68a938528bfa78c7222b1733cd9f 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -69,6 +69,8 @@
|
| 'common/mac/cfbundle_blocker.mm',
|
| 'common/mac/launchd.h',
|
| 'common/mac/launchd.mm',
|
| + 'common/media/media_resource_provider.cc',
|
| + 'common/media/media_resource_provider.h',
|
| 'common/media/webrtc_logging_message_data.cc',
|
| 'common/media/webrtc_logging_message_data.h',
|
| 'common/media/webrtc_logging_messages.h',
|
| @@ -397,6 +399,7 @@
|
| '<(DEPTH)/components/components.gyp:visitedlink_common',
|
| '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants',
|
| '<(DEPTH)/ipc/ipc.gyp:ipc',
|
| + '<(DEPTH)/media/media.gyp:media',
|
| '<(DEPTH)/third_party/re2/re2.gyp:re2',
|
| '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
|
| ],
|
| @@ -410,6 +413,7 @@
|
| ['exclude', '^common/custom_handlers/'],
|
| ['exclude', '^common/extensions/'],
|
| ['exclude', '^common/logging_chrome\\.'],
|
| + ['exclude', '^common/media/media_resource_provider'],
|
| ['exclude', '^common/media_galleries/'],
|
| ['exclude', '^common/multi_process_'],
|
| ['exclude', '^common/profiling\\.'],
|
|
|