Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: ui/gl/BUILD.gn

Issue 2384243003: ui: Add libsync GLFence implementation.
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/shared_event.cc ('k') | ui/gl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 += [
« no previous file with comments | « ui/gfx/shared_event.cc ('k') | ui/gl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698