Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index cb1880b891065a2df55397aebae564e0c4cf408c..e42e2285189632eb0e64388368ab982fbb5012f7 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -593,7 +593,10 @@ group("both_gn_and_gyp") { |
| } |
| if (!is_ios) { |
| - deps += [ "//gpu/skia_runner:skia_runner" ] |
| + deps += [ |
| + "//gpu/skia_runner:skia_runner", |
| + "//gpu/command_buffer_gles2:command_buffer_gles2", |
| + ] |
| } |
| } |