Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index 42b2e5b59b828082230e8f6772cfef9933b0c03f..5c3a590caa5359ab20ffae4821c8097c066dc73c 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" ] |
| + public_configs += [ "//third_party/khronos:khronos_headers" ] |
|
Dirk Pranke
2015/04/06 21:07:35
lgtm assuming you change this to 'public_configs =
|
| + |
| deps = [ |
| "//base/third_party/dynamic_annotations", |
| - "//gpu/command_buffer/common", |
| "//skia", |
| ] |
| public_deps = [ |