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

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: fix nits 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
« no previous file with comments | « ppapi/host/ppapi_host.cc ('k') | ppapi/ppapi_shared.gypi » ('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 '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',
159 ], 161 ],
160 'defines': [ 162 'defines': [
161 'PPAPI_PROXY_IMPLEMENTATION', 163 'PPAPI_PROXY_IMPLEMENTATION',
162 ], 164 ],
163 'include_dirs': [ 165 'include_dirs': [
164 '..', 166 '..',
165 ], 167 ],
166 'target_conditions': [ 168 'target_conditions': [
167 ['>(nacl_untrusted_build)==1', { 169 ['>(nacl_untrusted_build)==1', {
168 'sources!': [ 170 'sources!': [
(...skipping 13 matching lines...) Expand all
182 'proxy/ppp_content_decryptor_private_proxy.cc', 184 'proxy/ppp_content_decryptor_private_proxy.cc',
183 'proxy/ppp_instance_private_proxy.cc', 185 'proxy/ppp_instance_private_proxy.cc',
184 'proxy/ppp_video_decoder_proxy.cc', 186 'proxy/ppp_video_decoder_proxy.cc',
185 ], 187 ],
186 }], 188 }],
187 ], 189 ],
188 }], 190 }],
189 ], 191 ],
190 }, 192 },
191 } 193 }
OLDNEW
« no previous file with comments | « ppapi/host/ppapi_host.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698