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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 270213004: Implement Pepper PPB_VideoDecoder interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable some unit tests on Win 64 bit builds. Created 6 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
« no previous file with comments | « ppapi/examples/video_decode/video_decode.html ('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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'proxy/uma_private_resource.h', 219 'proxy/uma_private_resource.h',
220 'proxy/url_loader_resource.cc', 220 'proxy/url_loader_resource.cc',
221 'proxy/url_loader_resource.h', 221 'proxy/url_loader_resource.h',
222 'proxy/url_request_info_resource.cc', 222 'proxy/url_request_info_resource.cc',
223 'proxy/url_request_info_resource.h', 223 'proxy/url_request_info_resource.h',
224 'proxy/url_response_info_resource.cc', 224 'proxy/url_response_info_resource.cc',
225 'proxy/url_response_info_resource.h', 225 'proxy/url_response_info_resource.h',
226 'proxy/var_serialization_rules.h', 226 'proxy/var_serialization_rules.h',
227 'proxy/video_capture_resource.cc', 227 'proxy/video_capture_resource.cc',
228 'proxy/video_capture_resource.h', 228 'proxy/video_capture_resource.h',
229 'proxy/video_decoder_resource.cc',
230 'proxy/video_decoder_resource.h',
229 'proxy/video_destination_resource.cc', 231 'proxy/video_destination_resource.cc',
230 'proxy/video_destination_resource.h', 232 'proxy/video_destination_resource.h',
231 'proxy/video_frame_resource.cc', 233 'proxy/video_frame_resource.cc',
232 'proxy/video_frame_resource.h', 234 'proxy/video_frame_resource.h',
233 'proxy/video_source_resource.cc', 235 'proxy/video_source_resource.cc',
234 'proxy/video_source_resource.h', 236 'proxy/video_source_resource.h',
235 'proxy/websocket_resource.cc', 237 'proxy/websocket_resource.cc',
236 'proxy/websocket_resource.h', 238 'proxy/websocket_resource.h',
237 ], 239 ],
238 'defines': [ 240 'defines': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'proxy/serialized_flash_menu.cc', 289 'proxy/serialized_flash_menu.cc',
288 'proxy/talk_resource.cc', 290 'proxy/talk_resource.cc',
289 'proxy/video_capture_resource.cc', 291 'proxy/video_capture_resource.cc',
290 ], 292 ],
291 }], 293 }],
292 ], 294 ],
293 }], 295 }],
294 ], 296 ],
295 }, 297 },
296 } 298 }
OLDNEW
« no previous file with comments | « ppapi/examples/video_decode/video_decode.html ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698