| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 9cef4f7c06eb59a359ad065af2e18908e1e0ac0f..1c63f94fd1c7d4b4dbb0bf833b72ac06f67eadd3 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -45,6 +45,7 @@
|
| 'layers/layer_impl_unittest.cc',
|
| 'layers/layer_iterator_unittest.cc',
|
| 'layers/layer_position_constraint_unittest.cc',
|
| + 'layers/layer_proto_converter_unittest.cc',
|
| 'layers/layer_unittest.cc',
|
| 'layers/layer_utils_unittest.cc',
|
| 'layers/nine_patch_layer_impl_unittest.cc',
|
| @@ -405,6 +406,7 @@
|
| '../ui/gfx/gfx.gyp:gfx_test_support',
|
| '../ui/gl/gl.gyp:gl',
|
| '../ui/gl/gl.gyp:gl_test_support',
|
| + 'cc.gyp:cc_proto',
|
| ],
|
| 'sources': [
|
| '<@(cc_tests_support_files)',
|
|
|