Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 1aafbe219f8ca4d82f83bdd5589d42ef7306b999..bd77c98b4f06ccdf8781e5a3c8835152fca891ef 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -800,6 +800,7 @@ test("cc_unittests") { |
| "input/scrollbar_animation_controller_thinning_unittest.cc", |
| "input/top_controls_manager_unittest.cc", |
| "ipc/cc_param_traits_unittest.cc", |
| + "ipc/struct_traits_unittest.cc", |
| "layers/heads_up_display_layer_impl_unittest.cc", |
| "layers/heads_up_display_unittest.cc", |
| "layers/layer_impl_unittest.cc", |
| @@ -949,6 +950,7 @@ test("cc_unittests") { |
| ":test_support", |
| "//base/test:test_support", |
| "//cc/ipc", |
| + "//cc/ipc:test_interfaces", |
| "//cc/proto", |
| "//cc/surfaces", |
| "//cc/surfaces:surface_id", |
| @@ -957,6 +959,8 @@ test("cc_unittests") { |
| "//gpu/command_buffer/client:gles2_interface", |
| "//gpu/command_buffer/common:gles2_utils", |
| "//media", |
| + "//mojo/edk/system", |
|
Ken Rockot(use gerrit already)
2016/05/31 15:49:22
You should also include a dependency on "//mojo/pu
Fady Samuel
2016/05/31 15:57:20
Done.
|
| + "//mojo/edk/test:test_support", |
|
Ken Rockot(use gerrit already)
2016/05/31 15:49:22
And if you get rid of SCopedIPCSupport you can get
Fady Samuel
2016/05/31 15:57:20
Done.
|
| "//testing/gmock", |
| "//testing/gtest", |
| "//ui/events:events_base", |