| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 8ce17e2a8873c601fe5af01f58c81a184bd3126f..3c9b68c96e84a2883028d57aeceef013b02a76a8 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -147,6 +147,7 @@
|
| 'trees/occlusion_tracker_unittest.cc',
|
| 'trees/occlusion_unittest.cc',
|
| 'trees/property_tree_unittest.cc',
|
| + 'trees/remote_channel_unittest.cc',
|
| 'trees/threaded_channel_unittest.cc',
|
| 'trees/tree_synchronizer_unittest.cc',
|
| ],
|
| @@ -262,6 +263,10 @@
|
| 'test/proxy_impl_for_test.h',
|
| 'test/proxy_main_for_test.cc',
|
| 'test/proxy_main_for_test.h',
|
| + 'test/remote_channel_impl_for_test.cc',
|
| + 'test/remote_channel_impl_for_test.h',
|
| + 'test/remote_proto_channel_bridge.cc',
|
| + 'test/remote_proto_channel_bridge.h',
|
| 'test/render_pass_test_utils.cc',
|
| 'test/render_pass_test_utils.h',
|
| 'test/scheduler_test_common.cc',
|
| @@ -433,6 +438,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)',
|
|
|