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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Plugin should call RecyclePicture during Flush. Created 6 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',
11 'c/pp_errors.h', 11 'c/pp_errors.h',
12 'c/pp_file_info.h', 12 'c/pp_file_info.h',
13 'c/pp_graphics_3d.h', 13 'c/pp_graphics_3d.h',
14 'c/pp_input_event.h', 14 'c/pp_input_event.h',
15 'c/pp_instance.h', 15 'c/pp_instance.h',
16 'c/pp_macros.h', 16 'c/pp_macros.h',
17 'c/pp_module.h', 17 'c/pp_module.h',
18 'c/pp_point.h', 18 'c/pp_point.h',
19 'c/pp_rect.h', 19 'c/pp_rect.h',
20 'c/pp_resource.h', 20 'c/pp_resource.h',
21 'c/pp_size.h', 21 'c/pp_size.h',
22 'c/pp_stdint.h', 22 'c/pp_stdint.h',
23 'c/pp_time.h', 23 'c/pp_time.h',
24 'c/pp_touch_point.h', 24 'c/pp_touch_point.h',
25 'c/pp_var.h', 25 'c/pp_var.h',
26 'c/pp_media_codec.h',
26 'c/ppb.h', 27 'c/ppb.h',
27 'c/ppb_audio.h', 28 'c/ppb_audio.h',
28 'c/ppb_audio_buffer.h', 29 'c/ppb_audio_buffer.h',
29 'c/ppb_audio_config.h', 30 'c/ppb_audio_config.h',
30 'c/ppb_console.h', 31 'c/ppb_console.h',
31 'c/ppb_core.h', 32 'c/ppb_core.h',
32 'c/ppb_file_io.h', 33 'c/ppb_file_io.h',
33 'c/ppb_file_mapping.h', 34 'c/ppb_file_mapping.h',
34 'c/ppb_file_ref.h', 35 'c/ppb_file_ref.h',
35 'c/ppb_file_system.h', 36 'c/ppb_file_system.h',
(...skipping 20 matching lines...) Expand all
56 'c/ppb_text_input_controller.h', 57 'c/ppb_text_input_controller.h',
57 'c/ppb_udp_socket.h', 58 'c/ppb_udp_socket.h',
58 'c/ppb_url_loader.h', 59 'c/ppb_url_loader.h',
59 'c/ppb_url_request_info.h', 60 'c/ppb_url_request_info.h',
60 'c/ppb_url_response_info.h', 61 'c/ppb_url_response_info.h',
61 'c/ppb_var.h', 62 'c/ppb_var.h',
62 'c/ppb_var_array.h', 63 'c/ppb_var_array.h',
63 'c/ppb_var_array_buffer.h', 64 'c/ppb_var_array_buffer.h',
64 'c/ppb_var_dictionary.h', 65 'c/ppb_var_dictionary.h',
65 'c/ppb_video_frame.h', 66 'c/ppb_video_frame.h',
67 'c/ppb_media_codec_video_decoder.h',
dmichael (off chromium) 2014/04/17 20:23:26 This and others seem out of order in this file.
bbudge 2014/04/18 17:03:17 The names changed during the course of this. Done.
66 'c/ppb_view.h', 68 'c/ppb_view.h',
67 'c/ppb_websocket.h', 69 'c/ppb_websocket.h',
68 'c/ppp.h', 70 'c/ppp.h',
69 'c/ppp_graphics_3d.h', 71 'c/ppp_graphics_3d.h',
70 'c/ppp_input_event.h', 72 'c/ppp_input_event.h',
71 'c/ppp_instance.h', 73 'c/ppp_instance.h',
72 'c/ppp_messaging.h', 74 'c/ppp_messaging.h',
73 'c/ppp_mouse_lock.h', 75 'c/ppp_mouse_lock.h',
74 76
75 # Dev interfaces. 77 # Dev interfaces.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'cpp/var.cc', 236 'cpp/var.cc',
235 'cpp/var.h', 237 'cpp/var.h',
236 'cpp/var_array.cc', 238 'cpp/var_array.cc',
237 'cpp/var_array.h', 239 'cpp/var_array.h',
238 'cpp/var_array_buffer.cc', 240 'cpp/var_array_buffer.cc',
239 'cpp/var_array_buffer.h', 241 'cpp/var_array_buffer.h',
240 'cpp/var_dictionary.cc', 242 'cpp/var_dictionary.cc',
241 'cpp/var_dictionary.h', 243 'cpp/var_dictionary.h',
242 'cpp/video_frame.cc', 244 'cpp/video_frame.cc',
243 'cpp/video_frame.h', 245 'cpp/video_frame.h',
246 'cpp/media_codec_video_decoder.cc',
247 'cpp/media_codec_video_decoder.h',
244 'cpp/view.cc', 248 'cpp/view.cc',
245 'cpp/view.h', 249 'cpp/view.h',
246 'cpp/websocket.cc', 250 'cpp/websocket.cc',
247 'cpp/websocket.h', 251 'cpp/websocket.h',
248 252
249 # Dev interfaces. 253 # Dev interfaces.
250 'cpp/dev/alarms_dev.cc', 254 'cpp/dev/alarms_dev.cc',
251 'cpp/dev/alarms_dev.h', 255 'cpp/dev/alarms_dev.h',
252 'cpp/dev/array_dev.h', 256 'cpp/dev/array_dev.h',
253 'cpp/dev/audio_input_dev.cc', 257 'cpp/dev/audio_input_dev.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'tests/test_x509_certificate_private.h', 589 'tests/test_x509_certificate_private.h',
586 590
587 # Deprecated test cases. 591 # Deprecated test cases.
588 'tests/test_instance_deprecated.cc', 592 'tests/test_instance_deprecated.cc',
589 'tests/test_instance_deprecated.h', 593 'tests/test_instance_deprecated.h',
590 'tests/test_var_deprecated.cc', 594 'tests/test_var_deprecated.cc',
591 'tests/test_var_deprecated.h', 595 'tests/test_var_deprecated.h',
592 ], 596 ],
593 }, 597 },
594 } 598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698