| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index a56fc909e758fd4c6ba9270e8be670bb164af0ce..ee2def9a96dd77d9dd99f3807deddc115e71b0f6 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -486,10 +486,14 @@
|
| 'CC_SURFACES_IMPLEMENTATION=1',
|
| ],
|
| 'sources': [
|
| + 'surfaces/display.cc',
|
| + 'surfaces/display.h',
|
| + 'surfaces/display_client.h',
|
| 'surfaces/surface.cc',
|
| 'surfaces/surface.h',
|
| 'surfaces/surface_aggregator.cc',
|
| 'surfaces/surface_aggregator.h',
|
| + 'surfaces/surface_client.h',
|
| 'surfaces/surface_manager.cc',
|
| 'surfaces/surface_manager.h',
|
| 'surfaces/surfaces_export.h',
|
|
|