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

Unified Diff: third_party/libsync/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 | « gpu/ipc/service/gpu_channel.cc ('k') | ui/gfx/gpu_fence.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsync/BUILD.gn
diff --git a/third_party/libsync/BUILD.gn b/third_party/libsync/BUILD.gn
index 728b884fce9c55833f55333de8884ba37e992b5f..5dcfce81b83b72adf1a3e638201a7d3b886364e4 100644
--- a/third_party/libsync/BUILD.gn
+++ b/third_party/libsync/BUILD.gn
@@ -20,4 +20,6 @@ source_set("libsync") {
configs += [ "//build/config/compiler:no_chromium_code" ]
public_configs = [ ":libsync_config" ]
+
+ cflags_c = [ "-Wno-implicit-function-declaration" ]
}
« no previous file with comments | « gpu/ipc/service/gpu_channel.cc ('k') | ui/gfx/gpu_fence.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698