| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index d9382931427e0cdc70d0e75e50e62f2c95ea4fb8..a088c7ebfe7237537d97dd6b98bdb5f351fb31a9 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -117,16 +117,14 @@ component("gl") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//gpu/command_buffer/common",
|
| + "//third_party/mesa:mesa_headers",
|
| "//skia",
|
| - # TODO(GYP) hook up once this is converted.
|
| - # Also uncomment forward statement below.
|
| - #"//third_party/mesa:mesa_headers",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| ]
|
|
|
| # TODO(GYP) hook up once this is converted.
|
| - #forward_dependent_configs_from = [ "//third_party/mesa:mesa_headers" ]
|
| + forward_dependent_configs_from = [ "//third_party/mesa:mesa_headers" ]
|
|
|
| if (is_win || is_android || is_linux) {
|
| sources += [
|
|
|