Chromium Code Reviews| Index: cc/cc.gyp |
| diff --git a/cc/cc.gyp b/cc/cc.gyp |
| index a8f991e6eaeabec3e0976418a1c97141d03492c8..3af4d70c068e4c1dbc8017721db84a8d99955fda 100644 |
| --- a/cc/cc.gyp |
| +++ b/cc/cc.gyp |
| @@ -386,7 +386,9 @@ |
| 'proto/image_serialization_processor.h', |
| 'proto/skia_conversions.cc', |
| 'proto/skia_conversions.h', |
| - 'quads/content_draw_quad_base.cc', |
| + 'proto/synced_property_conversions.cc', |
| + 'proto/synced_property_conversions.h', |
|
ajuma
2016/03/01 22:54:20
This looks weird. Is it a tab instead of spaces?
sunxd
2016/03/02 17:45:34
Done.
|
| + 'quads/content_draw_quad_base.cc', |
| 'quads/content_draw_quad_base.h', |
| 'quads/debug_border_draw_quad.cc', |
| 'quads/debug_border_draw_quad.h', |
| @@ -636,7 +638,8 @@ |
| 'proto/skregion.proto', |
| 'proto/skrrect.proto', |
| 'proto/skxfermode.proto', |
| - 'proto/transform.proto', |
| + 'proto/synced_property.proto', |
| + 'proto/transform.proto', |
| 'proto/vector2d.proto', |
| 'proto/vector2df.proto', |
| ], |