| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index 42b2e5b59b828082230e8f6772cfef9933b0c03f..2a8acf8a672f150eacf6cc584ea80a12b40bb3f8 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -106,15 +106,15 @@ component("gl") {
|
|
|
| include_dirs = [
|
| "//third_party/switfshader/include",
|
| - "//third_party/khronos",
|
| "//third_party/mesa/src/include",
|
| ]
|
|
|
| all_dependent_configs = [ ":gl_config" ]
|
|
|
| + configs += [ "//third_party/khronos:khronos_headers" ]
|
| +
|
| deps = [
|
| "//base/third_party/dynamic_annotations",
|
| - "//gpu/command_buffer/common",
|
| "//skia",
|
| ]
|
| public_deps = [
|
|
|