Chromium Code Reviews| Index: chrome/chrome_common.gypi |
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
| index 9333890c1fa6a6a995a02acd108791485644ec09..735198cff90790c1d873a18f70428f8b00a8d0fc 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', |
|
Nico
2015/09/26 04:28:06
(nit: you could only add those on !ios too, that'd
ajm
2015/09/28 22:34:02
True, done.
|
| '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', |
| ], |