| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index b3d5f06384e498c877beecfe001ca2d19fb22be6..2b449ca6aabbd7faa06b1c141d18a8531cf711ba 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -263,7 +263,7 @@ action("generate_gl_bindings") {
|
| # should generate a .d file, which we should declare here. That will
|
| # eliminate the need bot both hardcoding the list here or calling the script
|
| # during GN-time.
|
| - source_prereqs = [
|
| + inputs = [
|
| "EGL/eglextchromium.h",
|
| "GL/glextchromium.h",
|
| "//third_party/mesa/src/include/GL/glext.h",
|
|
|