| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 5531e168be5125d37ff34e35c605bef9a5d4cdd0..b82d89138322f9c7b9e4b97d3f7ef4cd97aeedef 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -140,6 +140,8 @@ component("cc") {
|
| "layers/layer_position_constraint.h",
|
| "layers/layer_proto_converter.cc",
|
| "layers/layer_proto_converter.h",
|
| + "layers/layer_sticky_position_constraint.cc",
|
| + "layers/layer_sticky_position_constraint.h",
|
| "layers/layer_utils.cc",
|
| "layers/layer_utils.h",
|
| "layers/nine_patch_layer.cc",
|
|
|