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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10944005: Pepper WebSocket API: Implement new design Chrome IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retry Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_proxy_target': 0, 8 'ppapi_proxy_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'proxy/proxy_completion_callback_factory.h', 149 'proxy/proxy_completion_callback_factory.h',
150 'proxy/proxy_module.cc', 150 'proxy/proxy_module.cc',
151 'proxy/proxy_module.h', 151 'proxy/proxy_module.h',
152 'proxy/proxy_object_var.cc', 152 'proxy/proxy_object_var.cc',
153 'proxy/proxy_object_var.h', 153 'proxy/proxy_object_var.h',
154 'proxy/resource_creation_proxy.cc', 154 'proxy/resource_creation_proxy.cc',
155 'proxy/resource_creation_proxy.h', 155 'proxy/resource_creation_proxy.h',
156 'proxy/url_request_info_resource.cc', 156 'proxy/url_request_info_resource.cc',
157 'proxy/url_request_info_resource.h', 157 'proxy/url_request_info_resource.h',
158 'proxy/var_serialization_rules.h', 158 'proxy/var_serialization_rules.h',
159 'proxy/websocket_resource.cc',
160 'proxy/websocket_resource.h',
161 'thunk/ppb_websocket_api.h',
162 'thunk/ppb_websocket_thunk.cc',
159 ], 163 ],
160 'defines': [ 164 'defines': [
161 'PPAPI_PROXY_IMPLEMENTATION', 165 'PPAPI_PROXY_IMPLEMENTATION',
162 ], 166 ],
163 'include_dirs': [ 167 'include_dirs': [
164 '..', 168 '..',
165 ], 169 ],
166 'target_conditions': [ 170 'target_conditions': [
167 ['>(nacl_untrusted_build)==1', { 171 ['>(nacl_untrusted_build)==1', {
168 'sources!': [ 172 'sources!': [
(...skipping 13 matching lines...) Expand all
182 'proxy/ppp_content_decryptor_private_proxy.cc', 186 'proxy/ppp_content_decryptor_private_proxy.cc',
183 'proxy/ppp_instance_private_proxy.cc', 187 'proxy/ppp_instance_private_proxy.cc',
184 'proxy/ppp_video_decoder_proxy.cc', 188 'proxy/ppp_video_decoder_proxy.cc',
185 ], 189 ],
186 }], 190 }],
187 ], 191 ],
188 }], 192 }],
189 ], 193 ],
190 }, 194 },
191 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698