Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 54d16bab670c8e3734d615bb835f40cddf45a4c9..70fc6a6f4ef48dd6353e916ca45688a55140a6e1 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -377,6 +377,9 @@ group("both_gn_and_gyp") { |
| deps += [ |
| "//ui/ozone", |
| "//ui/ozone:ozone_unittests", |
| + "//ui/ozone/common/mojo:interfaces", |
| + "//ui/ozone/common/mojo:ozone_struct_traits_unittests", |
|
kylechar
2017/01/17 21:39:46
Only include this target. It has a dependency on t
thanhph1
2017/01/17 22:30:30
Done.
|
| + "//ui/ozone/common/mojo:test_interfaces", |
| "//ui/ozone/gl:ozone_gl_unittests", |
| ] |
| } |