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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 9669038: Added out-of-process support for server sockets. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 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 unified diff | Download patch
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/proxy/interface_list.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'proxy/ppb_host_resolver_private_proxy.cc', 100 'proxy/ppb_host_resolver_private_proxy.cc',
101 'proxy/ppb_host_resolver_private_proxy.h', 101 'proxy/ppb_host_resolver_private_proxy.h',
102 'proxy/ppb_image_data_proxy.cc', 102 'proxy/ppb_image_data_proxy.cc',
103 'proxy/ppb_image_data_proxy.h', 103 'proxy/ppb_image_data_proxy.h',
104 'proxy/ppb_instance_proxy.cc', 104 'proxy/ppb_instance_proxy.cc',
105 'proxy/ppb_instance_proxy.h', 105 'proxy/ppb_instance_proxy.h',
106 'proxy/ppb_message_loop_proxy.cc', 106 'proxy/ppb_message_loop_proxy.cc',
107 'proxy/ppb_message_loop_proxy.h', 107 'proxy/ppb_message_loop_proxy.h',
108 'proxy/ppb_pdf_proxy.cc', 108 'proxy/ppb_pdf_proxy.cc',
109 'proxy/ppb_pdf_proxy.h', 109 'proxy/ppb_pdf_proxy.h',
110 'proxy/ppb_tcp_server_socket_private_proxy.cc',
111 'proxy/ppb_tcp_server_socket_private_proxy.h',
110 'proxy/ppb_tcp_socket_private_proxy.cc', 112 'proxy/ppb_tcp_socket_private_proxy.cc',
111 'proxy/ppb_tcp_socket_private_proxy.h', 113 'proxy/ppb_tcp_socket_private_proxy.h',
112 'proxy/ppb_testing_proxy.cc', 114 'proxy/ppb_testing_proxy.cc',
113 'proxy/ppb_testing_proxy.h', 115 'proxy/ppb_testing_proxy.h',
114 'proxy/ppb_text_input_proxy.cc', 116 'proxy/ppb_text_input_proxy.cc',
115 'proxy/ppb_text_input_proxy.h', 117 'proxy/ppb_text_input_proxy.h',
116 'proxy/ppb_udp_socket_private_proxy.cc', 118 'proxy/ppb_udp_socket_private_proxy.cc',
117 'proxy/ppb_udp_socket_private_proxy.h', 119 'proxy/ppb_udp_socket_private_proxy.h',
118 'proxy/ppb_url_loader_proxy.cc', 120 'proxy/ppb_url_loader_proxy.cc',
119 'proxy/ppb_url_loader_proxy.h', 121 'proxy/ppb_url_loader_proxy.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'proxy/serialized_var.cc', 160 'proxy/serialized_var.cc',
159 'proxy/serialized_var.h', 161 'proxy/serialized_var.h',
160 'proxy/var_serialization_rules.h', 162 'proxy/var_serialization_rules.h',
161 ], 163 ],
162 'defines': [ 164 'defines': [
163 'PPAPI_PROXY_IMPLEMENTATION', 165 'PPAPI_PROXY_IMPLEMENTATION',
164 ], 166 ],
165 }, 167 },
166 ], 168 ],
167 } 169 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698