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

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: Fix Linux (create SIMPLE image data). 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'proxy/ppb_pdf_proxy.cc', 233 'proxy/ppb_pdf_proxy.cc',
234 'proxy/ppb_talk_private_proxy.cc', 234 'proxy/ppb_talk_private_proxy.cc',
235 'proxy/ppb_video_capture_proxy.cc', 235 'proxy/ppb_video_capture_proxy.cc',
236 'proxy/ppb_video_decoder_proxy.cc', 236 'proxy/ppb_video_decoder_proxy.cc',
237 'proxy/ppp_content_decryptor_private_proxy.cc', 237 'proxy/ppp_content_decryptor_private_proxy.cc',
238 'proxy/ppp_instance_private_proxy.cc', 238 'proxy/ppp_instance_private_proxy.cc',
239 'proxy/ppp_video_decoder_proxy.cc', 239 'proxy/ppp_video_decoder_proxy.cc',
240 'proxy/serialized_flash_menu.cc', 240 'proxy/serialized_flash_menu.cc',
241 'proxy/talk_resource.cc', 241 'proxy/talk_resource.cc',
242 'proxy/video_capture_resource.cc', 242 'proxy/video_capture_resource.cc',
243 'proxy/video_destination_resource.cc',
244 'proxy/video_source_resource.cc',
245 ], 243 ],
246 }], 244 }],
247 ], 245 ],
248 }], 246 }],
249 ], 247 ],
250 }, 248 },
251 } 249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698