| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 70bbe5b5bf8c00f5e0d4a678125481cda5f0f7ab..ddf7861b73c48b1654f3d8efea6dd85f2f09a02c 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -108,6 +108,7 @@
|
| 'CCSchedulerStateMachine.h',
|
| 'CCScopedTexture.cpp',
|
| 'CCScopedTexture.h',
|
| + 'CCScopedThreadProxy.cpp',
|
| 'CCScopedThreadProxy.h',
|
| 'CCScrollbarAnimationController.cpp',
|
| 'CCScrollbarAnimationController.h',
|
| @@ -178,6 +179,7 @@
|
| 'LayerPainterChromium.h',
|
| 'LayerTextureSubImage.cpp',
|
| 'LayerTextureSubImage.h',
|
| + 'LayerTextureUpdater.cpp',
|
| 'LayerTextureUpdater.h',
|
| 'PlatformColor.h',
|
| 'ProgramBinding.cpp',
|
| @@ -202,6 +204,7 @@
|
| 'TextureUploader.h',
|
| 'ThrottledTextureUploader.cpp',
|
| 'ThrottledTextureUploader.h',
|
| + 'UnthrottledTextureUploader.cpp',
|
| 'UnthrottledTextureUploader.h',
|
| 'TiledLayerChromium.cpp',
|
| 'TiledLayerChromium.h',
|
|
|