| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 79d8f2177d0aee28cadb03097fbb66e01e73e110..3f340f745a3372bbfd650a52391f158d84018baf 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -247,6 +247,9 @@
|
| 'single_thread_proxy.h',
|
| 'skpicture_content_layer_updater.cc',
|
| 'skpicture_content_layer_updater.h',
|
| + 'software_frame_data.cc',
|
| + 'software_frame_data.h',
|
| + 'software_output_device.cc',
|
| 'software_output_device.h',
|
| 'software_renderer.cc',
|
| 'software_renderer.h',
|
| @@ -347,6 +350,7 @@
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/media/media.gyp:media',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl',
|
| + '<(DEPTH)/ui/surface/surface.gyp:surface',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
| '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| ],
|
|
|