Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index 7e4f616aa86b97b996d92757909cdce5f987742e..ca8c1de7d1fb54e4224c6ea29e0003a9d0f650b4 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -174,9 +174,12 @@ component("gl") { |
| } |
| if (is_android || is_linux) { |
| sources += [ |
| + "gl_fence_libsync.cc", |
| + "gl_fence_libsync.h", |
| "gl_implementation_osmesa.cc", |
| "gl_implementation_osmesa.h", |
| ] |
| + deps += [ "//third_party/libsync" ] |
| } |
| if (use_x11) { |
| sources += [ |