| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 6864e3a5e297efcea582a5cf3f7448a2b0c490a2..d2d8338c60bf652e154fe3a1e96db692d4a0070a 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -198,6 +198,7 @@
|
| 'layers/picture_layer_impl.cc',
|
| 'layers/picture_layer_impl.h',
|
| 'layers/quad_sink.h',
|
| + 'layers/quad_sink.cc',
|
| 'layers/render_pass_sink.h',
|
| 'layers/render_surface.cc',
|
| 'layers/render_surface.h',
|
| @@ -462,8 +463,6 @@
|
| 'trees/proxy.h',
|
| 'trees/proxy_timing_history.cc',
|
| 'trees/proxy_timing_history.h',
|
| - 'trees/quad_culler.cc',
|
| - 'trees/quad_culler.h',
|
| 'trees/single_thread_proxy.cc',
|
| 'trees/single_thread_proxy.h',
|
| 'trees/thread_proxy.cc',
|
|
|