| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 2e0a531413121089540f3072a8df361a8d8beb59..ee7b06cd54a1e3475f1a7d2b5b7f3d0d533953d8 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2683,6 +2683,10 @@
|
| 'platform/graphics/ANGLEWebKitBridge.cpp',
|
| 'platform/graphics/ANGLEWebKitBridge.h',
|
| 'platform/graphics/BitmapImage.cpp',
|
| + 'platform/graphics/ContentDecryptionModule.cpp',
|
| + 'platform/graphics/ContentDecryptionModule.h',
|
| + 'platform/graphics/ContentDecryptionModuleSession.cpp',
|
| + 'platform/graphics/ContentDecryptionModuleSession.h',
|
| 'platform/graphics/Color.cpp',
|
| 'platform/graphics/CrossfadeGeneratedImage.cpp',
|
| 'platform/graphics/CrossfadeGeneratedImage.h',
|
| @@ -3602,8 +3606,6 @@
|
| 'testing/InternalSettings.cpp',
|
| 'testing/InternalSettings.h',
|
| 'testing/MallocStatistics.h',
|
| - 'testing/MockCDM.cpp',
|
| - 'testing/MockCDM.h',
|
| 'testing/MockPagePopupDriver.cpp',
|
| 'testing/MockPagePopupDriver.h',
|
| 'testing/TypeConversions.h',
|
|
|