| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 651fc168acc60aeab26b6425ee5d82f4d5f03b87..15083699b37354b20d649d14a57f538e0298ddfc 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -200,6 +200,8 @@
|
| 'layers/layer_lists.h',
|
| 'layers/layer_position_constraint.cc',
|
| 'layers/layer_position_constraint.h',
|
| + 'layers/layer_proto_converter.cc',
|
| + 'layers/layer_proto_converter.h',
|
| 'layers/layer_utils.cc',
|
| 'layers/layer_utils.h',
|
| 'layers/nine_patch_layer.cc',
|
| @@ -579,6 +581,7 @@
|
| 'target_name': 'cc_proto',
|
| 'type': '<(component)',
|
| 'sources': [
|
| + 'proto/layer.proto',
|
| 'proto/point.proto',
|
| 'proto/pointf.proto',
|
| 'proto/rect.proto',
|
|
|