| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index b305bc1eb8e354c29c244a551be585183010b8db..fb9e2b68b22b5d6642fe0457f5b3a1675696f710 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -795,6 +795,7 @@ test("cc_unittests") {
|
| "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",
|
| @@ -943,6 +944,7 @@ test("cc_unittests") {
|
| ":cc",
|
| ":test_support",
|
| "//base/test:test_support",
|
| + "//cc/ipc",
|
| "//cc/proto",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| @@ -969,6 +971,7 @@ test("cc_unittests") {
|
| test("cc_perftests") {
|
| sources = [
|
| "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",
|
| @@ -989,6 +992,7 @@ test("cc_perftests") {
|
| ":test_support",
|
| "//base",
|
| "//base/test:test_support",
|
| + "//cc/ipc",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//gpu",
|
|
|