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

Unified Diff: ppapi/proxy/BUILD.gn

Issue 869883003: Never lock the Pepper proxy lock on the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN build, fix tests Created 5 years, 9 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
Index: ppapi/proxy/BUILD.gn
diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
index 0997fe4e6a5a89ccad3a565b4619cd884dc21e06..823cf8c0e0dfced8322d0e428b543d7cd69c1dfa 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -165,6 +165,8 @@ component("proxy") {
"truetype_font_resource.h",
"truetype_font_singleton_resource.cc",
"truetype_font_singleton_resource.h",
+ "udp_socket_filter.cc",
+ "udp_socket_filter.h",
"udp_socket_private_resource.cc",
"udp_socket_private_resource.h",
"udp_socket_resource.cc",

Powered by Google App Engine
This is Rietveld 408576698