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

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: David's comments, run clang format. 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_media_codec.h',
17 'c/pp_module.h', 18 'c/pp_module.h',
18 'c/pp_point.h', 19 'c/pp_point.h',
19 'c/pp_rect.h', 20 'c/pp_rect.h',
20 'c/pp_resource.h', 21 'c/pp_resource.h',
21 'c/pp_size.h', 22 'c/pp_size.h',
22 'c/pp_stdint.h', 23 'c/pp_stdint.h',
23 'c/pp_time.h', 24 'c/pp_time.h',
24 'c/pp_touch_point.h', 25 'c/pp_touch_point.h',
25 'c/pp_var.h', 26 'c/pp_var.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',
36 'c/ppb_fullscreen.h', 37 'c/ppb_fullscreen.h',
37 'c/ppb_gamepad.h', 38 'c/ppb_gamepad.h',
38 'c/ppb_graphics_2d.h', 39 'c/ppb_graphics_2d.h',
39 'c/ppb_graphics_3d.h', 40 'c/ppb_graphics_3d.h',
40 'c/ppb_host_resolver.h', 41 'c/ppb_host_resolver.h',
41 'c/ppb_image_data.h', 42 'c/ppb_image_data.h',
42 'c/ppb_input_event.h', 43 'c/ppb_input_event.h',
43 'c/ppb_instance.h', 44 'c/ppb_instance.h',
45 'c/ppb_media_codec_video_decoder.h',
44 'c/ppb_media_stream_audio_track.h', 46 'c/ppb_media_stream_audio_track.h',
45 'c/ppb_media_stream_video_track.h', 47 'c/ppb_media_stream_video_track.h',
46 'c/ppb_message_loop.h', 48 'c/ppb_message_loop.h',
47 'c/ppb_messaging.h', 49 'c/ppb_messaging.h',
48 'c/ppb_mouse_cursor.h', 50 'c/ppb_mouse_cursor.h',
49 'c/ppb_mouse_lock.h', 51 'c/ppb_mouse_lock.h',
50 'c/ppb_net_address.h', 52 'c/ppb_net_address.h',
51 'c/ppb_network_list.h', 53 'c/ppb_network_list.h',
52 'c/ppb_network_monitor.h', 54 'c/ppb_network_monitor.h',
53 'c/ppb_network_proxy.h', 55 'c/ppb_network_proxy.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'cpp/host_resolver.h', 185 'cpp/host_resolver.h',
184 'cpp/image_data.cc', 186 'cpp/image_data.cc',
185 'cpp/image_data.h', 187 'cpp/image_data.h',
186 'cpp/input_event.cc', 188 'cpp/input_event.cc',
187 'cpp/input_event.h', 189 'cpp/input_event.h',
188 'cpp/instance.cc', 190 'cpp/instance.cc',
189 'cpp/instance.h', 191 'cpp/instance.h',
190 'cpp/instance_handle.cc', 192 'cpp/instance_handle.cc',
191 'cpp/instance_handle.h', 193 'cpp/instance_handle.h',
192 'cpp/logging.h', 194 'cpp/logging.h',
195 'cpp/media_codec_video_decoder.cc',
196 'cpp/media_codec_video_decoder.h',
193 'cpp/media_stream_audio_track.cc', 197 'cpp/media_stream_audio_track.cc',
194 'cpp/media_stream_audio_track.h', 198 'cpp/media_stream_audio_track.h',
195 'cpp/media_stream_video_track.cc', 199 'cpp/media_stream_video_track.cc',
196 'cpp/media_stream_video_track.h', 200 'cpp/media_stream_video_track.h',
197 'cpp/message_loop.cc', 201 'cpp/message_loop.cc',
198 'cpp/message_loop.h', 202 'cpp/message_loop.h',
199 'cpp/module.cc', 203 'cpp/module.cc',
200 'cpp/module.h', 204 'cpp/module.h',
201 'cpp/module_impl.h', 205 'cpp/module_impl.h',
202 'cpp/mouse_cursor.cc', 206 'cpp/mouse_cursor.cc',
(...skipping 382 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