| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 759453dc4279891b929271ac454b08901d700c4a..1b3b48212277d9cc37e9ba3d44227aa6d27b770d 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -458,6 +458,7 @@
|
| 'cc',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
|
| ],
|
| @@ -467,6 +468,8 @@
|
| 'sources': [
|
| 'surfaces/surface.cc',
|
| 'surfaces/surface.h',
|
| + 'surfaces/surface_aggregator.cc',
|
| + 'surfaces/surface_aggregator.h',
|
| 'surfaces/surface_manager.cc',
|
| 'surfaces/surface_manager.h',
|
| 'surfaces/surfaces_export.h',
|
|
|