| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 37c315a83a630912e67e7f4431348da5dfa1edb6..931154db36ec27c0ad753ffebc1cd5c6c166c7bd 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -71,6 +71,8 @@
|
| 'common/mac/launchd.mm',
|
| 'common/mac/objc_zombie.h',
|
| 'common/mac/objc_zombie.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',
|
| @@ -345,6 +347,7 @@
|
| '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
|
| '<(DEPTH)/content/content.gyp:content_common',
|
| '<(DEPTH)/crypto/crypto.gyp:crypto',
|
| + '<(DEPTH)/media/media.gyp:media',
|
| '<(DEPTH)/net/net.gyp:net',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/skia/skia.gyp:skia_library',
|
|
|