| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index cee83d8b670a4ec7e371e291b41ebd60a9e5025d..c083c847f81b74272d6968ba4fcb295c3e35a2bd 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',
|
|
|