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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 16335018: Add NaCl proxies for Pepper Video Source and Destination resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create "NaCl style" image data on host side. Created 7 years, 6 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'proxy/ppb_pdf_proxy.cc', 221 'proxy/ppb_pdf_proxy.cc',
222 'proxy/ppb_talk_private_proxy.cc', 222 'proxy/ppb_talk_private_proxy.cc',
223 'proxy/ppb_video_capture_proxy.cc', 223 'proxy/ppb_video_capture_proxy.cc',
224 'proxy/ppb_video_decoder_proxy.cc', 224 'proxy/ppb_video_decoder_proxy.cc',
225 'proxy/ppp_content_decryptor_private_proxy.cc', 225 'proxy/ppp_content_decryptor_private_proxy.cc',
226 'proxy/ppp_instance_private_proxy.cc', 226 'proxy/ppp_instance_private_proxy.cc',
227 'proxy/ppp_video_decoder_proxy.cc', 227 'proxy/ppp_video_decoder_proxy.cc',
228 'proxy/serialized_flash_menu.cc', 228 'proxy/serialized_flash_menu.cc',
229 'proxy/talk_resource.cc', 229 'proxy/talk_resource.cc',
230 'proxy/video_capture_resource.cc', 230 'proxy/video_capture_resource.cc',
231 'proxy/video_destination_resource.cc',
232 'proxy/video_source_resource.cc',
233 ], 231 ],
234 }], 232 }],
235 ], 233 ],
236 }], 234 }],
237 ], 235 ],
238 }, 236 },
239 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698