| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 70bbe5b5bf8c00f5e0d4a678125481cda5f0f7ab..b166d13e6daa358278a2e5d704b11adbfc60f493 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -28,6 +28,8 @@
|
| 'CCDebugRectHistory.h',
|
| 'CCDelayBasedTimeSource.cpp',
|
| 'CCDelayBasedTimeSource.h',
|
| + 'CCDelegatedRendererLayerImpl.cpp',
|
| + 'CCDelegatedRendererLayerImpl.h',
|
| 'CCDirectRenderer.cpp',
|
| 'CCDirectRenderer.h',
|
| 'CCDrawQuad.cpp',
|
| @@ -163,6 +165,8 @@
|
| 'ContentLayerChromium.cpp',
|
| 'ContentLayerChromium.h',
|
| 'ContentLayerChromiumClient.h',
|
| + 'DelegatedRendererLayerChromium.cpp',
|
| + 'DelegatedRendererLayerChromium.h',
|
| 'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp',
|
| 'FrameBufferSkPictureCanvasLayerTextureUpdater.h',
|
| 'GeometryBinding.cpp',
|
|
|