Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index a16552a86a3567a806128a6902c2bf51ff617d39..b35b5d2a0d07629410814a32a573e3616f5d6ddc 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -139,7 +139,6 @@ component("gl") { |
| public_deps = [ |
| "//base", |
| "//third_party/mesa:mesa_headers", |
| - "//ui/base/", |
| "//ui/events/platform", |
| "//ui/gfx", |
| "//ui/gfx/geometry", |
| @@ -178,6 +177,8 @@ component("gl") { |
| "gl_surface_osmesa_x11.h", |
| ] |
| + deps += [ "//ui/base/x/" ] |
|
no sievers
2016/07/07 17:31:40
should this be in the |use_x11| above?
The includ
kylechar
2016/07/07 18:04:12
So this is in the |use_x11| if statement, but that
|
| + |
| data_deps = [ |
| "//third_party/angle:libEGL", |
| "//third_party/angle:libGLESv2", |