| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index d6c21d28fd11e2e8271d6d8176eb7ade264a49be..041b5c489a7e2ec78544628b1fbe373a35c104e7 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -35,6 +35,7 @@
|
| 'input/scrollbar_animation_controller_linear_fade_unittest.cc',
|
| 'input/scrollbar_animation_controller_thinning_unittest.cc',
|
| 'input/top_controls_manager_unittest.cc',
|
| + 'ipc/cc_param_traits_unittest.cc',
|
| 'layers/heads_up_display_layer_impl_unittest.cc',
|
| 'layers/heads_up_display_unittest.cc',
|
| 'layers/layer_impl_unittest.cc',
|
| @@ -331,6 +332,7 @@
|
| '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:gpu',
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| + '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:media',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| @@ -343,6 +345,7 @@
|
| 'cc.gyp:cc_proto',
|
| 'cc.gyp:cc_surfaces',
|
| 'cc_test_support',
|
| + 'ipc/cc_ipc.gyp:cc_ipc',
|
| ],
|
| 'sources': [
|
| 'test/cc_test_suite.cc',
|
| @@ -369,6 +372,7 @@
|
| '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:gpu',
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| + '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:media',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| @@ -379,10 +383,12 @@
|
| 'cc.gyp:cc',
|
| 'cc.gyp:cc_surfaces',
|
| 'cc_test_support',
|
| + 'ipc/cc_ipc.gyp:cc_ipc',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| 'animation/animation_host_perftest.cc',
|
| + 'ipc/cc_param_traits_perftest.cc',
|
| 'layers/layer_perftest.cc',
|
| 'layers/picture_layer_impl_perftest.cc',
|
| 'quads/draw_quad_perftest.cc',
|
|
|