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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 13461010: Add PP_VideoFrame, PPB_VideoReader, and PPB_VideoWriter APIs to Pepper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix API version ids. Created 7 years, 8 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'cpp/url_loader.cc', 192 'cpp/url_loader.cc',
193 'cpp/url_loader.h', 193 'cpp/url_loader.h',
194 'cpp/url_request_info.cc', 194 'cpp/url_request_info.cc',
195 'cpp/url_request_info.h', 195 'cpp/url_request_info.h',
196 'cpp/url_response_info.cc', 196 'cpp/url_response_info.cc',
197 'cpp/url_response_info.h', 197 'cpp/url_response_info.h',
198 'cpp/var.cc', 198 'cpp/var.cc',
199 'cpp/var.h', 199 'cpp/var.h',
200 'cpp/var_array_buffer.cc', 200 'cpp/var_array_buffer.cc',
201 'cpp/var_array_buffer.h', 201 'cpp/var_array_buffer.h',
202 'cpp/video_frame.cc',
203 'cpp/video_frame.h',
204 'cpp/video_reader.cc',
205 'cpp/video_reader.h',
206 'cpp/video_writer.cc',
207 'cpp/video_writer.h',
202 'cpp/view.cc', 208 'cpp/view.cc',
203 'cpp/view.h', 209 'cpp/view.h',
204 'cpp/websocket.cc', 210 'cpp/websocket.cc',
205 'cpp/websocket.h', 211 'cpp/websocket.h',
206 212
207 # Dev interfaces. 213 # Dev interfaces.
208 'cpp/dev/audio_input_dev.cc', 214 'cpp/dev/audio_input_dev.cc',
209 'cpp/dev/audio_input_dev.h', 215 'cpp/dev/audio_input_dev.h',
210 'cpp/dev/buffer_dev.cc', 216 'cpp/dev/buffer_dev.cc',
211 'cpp/dev/buffer_dev.h', 217 'cpp/dev/buffer_dev.h',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'tests/test_x509_certificate_private.h', 514 'tests/test_x509_certificate_private.h',
509 515
510 # Deprecated test cases. 516 # Deprecated test cases.
511 'tests/test_instance_deprecated.cc', 517 'tests/test_instance_deprecated.cc',
512 'tests/test_instance_deprecated.h', 518 'tests/test_instance_deprecated.h',
513 'tests/test_var_deprecated.cc', 519 'tests/test_var_deprecated.cc',
514 'tests/test_var_deprecated.h', 520 'tests/test_var_deprecated.h',
515 ], 521 ],
516 }, 522 },
517 } 523 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698