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

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: Remove obsolete comment and proxy_lock change 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 e21d347db67c97d217d75c5d5f060ba57802ed2e..4af9bdcb16f3846f28c01333fb4fbb49a0e19265 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -163,6 +163,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