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

Side by Side 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 size_t vs int32_t Created 5 years, 8 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 unified diff | Download patch
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/plugin_globals.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 config("proxy_implementation") { 5 config("proxy_implementation") {
6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] 6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ]
7 } 7 }
8 8
9 component("proxy") { 9 component("proxy") {
10 output_name = "ppapi_proxy" 10 output_name = "ppapi_proxy"
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "tcp_socket_private_resource.cc", 156 "tcp_socket_private_resource.cc",
157 "tcp_socket_private_resource.h", 157 "tcp_socket_private_resource.h",
158 "tcp_socket_resource.cc", 158 "tcp_socket_resource.cc",
159 "tcp_socket_resource.h", 159 "tcp_socket_resource.h",
160 "tcp_socket_resource_base.cc", 160 "tcp_socket_resource_base.cc",
161 "tcp_socket_resource_base.h", 161 "tcp_socket_resource_base.h",
162 "truetype_font_resource.cc", 162 "truetype_font_resource.cc",
163 "truetype_font_resource.h", 163 "truetype_font_resource.h",
164 "truetype_font_singleton_resource.cc", 164 "truetype_font_singleton_resource.cc",
165 "truetype_font_singleton_resource.h", 165 "truetype_font_singleton_resource.h",
166 "udp_socket_filter.cc",
167 "udp_socket_filter.h",
166 "udp_socket_private_resource.cc", 168 "udp_socket_private_resource.cc",
167 "udp_socket_private_resource.h", 169 "udp_socket_private_resource.h",
168 "udp_socket_resource.cc", 170 "udp_socket_resource.cc",
169 "udp_socket_resource.h", 171 "udp_socket_resource.h",
170 "udp_socket_resource_base.cc", 172 "udp_socket_resource_base.cc",
171 "udp_socket_resource_base.h", 173 "udp_socket_resource_base.h",
172 "uma_private_resource.cc", 174 "uma_private_resource.cc",
173 "uma_private_resource.h", 175 "uma_private_resource.h",
174 "url_loader_resource.cc", 176 "url_loader_resource.cc",
175 "url_loader_resource.h", 177 "url_loader_resource.h",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 deps = [ 349 deps = [
348 "//base/test:test_support", 350 "//base/test:test_support",
349 "//ipc", 351 "//ipc",
350 "//ipc:test_support", 352 "//ipc:test_support",
351 "//ppapi/proxy", 353 "//ppapi/proxy",
352 "//ppapi/shared_impl", 354 "//ppapi/shared_impl",
353 "//testing/gmock", 355 "//testing/gmock",
354 "//testing/gtest", 356 "//testing/gtest",
355 ] 357 ]
356 } 358 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/plugin_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698