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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 126373003: [PPAPI] API definition for audio media stream artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@video_track_impl_cl
Patch Set: Rebase Created 6 years, 11 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
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/ppb.h', 26 'c/ppb.h',
27 'c/ppb_audio.h', 27 'c/ppb_audio.h',
28 'c/ppb_audio_config.h', 28 'c/ppb_audio_config.h',
29 'c/ppb_audio_frame.h',
29 'c/ppb_console.h', 30 'c/ppb_console.h',
30 'c/ppb_core.h', 31 'c/ppb_core.h',
31 'c/ppb_file_io.h', 32 'c/ppb_file_io.h',
32 'c/ppb_file_ref.h', 33 'c/ppb_file_ref.h',
33 'c/ppb_file_system.h', 34 'c/ppb_file_system.h',
34 'c/ppb_fullscreen.h', 35 'c/ppb_fullscreen.h',
35 'c/ppb_gamepad.h', 36 'c/ppb_gamepad.h',
36 'c/ppb_graphics_2d.h', 37 'c/ppb_graphics_2d.h',
37 'c/ppb_graphics_3d.h', 38 'c/ppb_graphics_3d.h',
38 'c/ppb_host_resolver.h', 39 'c/ppb_host_resolver.h',
39 'c/ppb_image_data.h', 40 'c/ppb_image_data.h',
40 'c/ppb_input_event.h', 41 'c/ppb_input_event.h',
41 'c/ppb_instance.h', 42 'c/ppb_instance.h',
43 'c/ppb_media_stream_audio_track.h',
44 'c/ppb_media_stream_video_track.h',
42 'c/ppb_message_loop.h', 45 'c/ppb_message_loop.h',
43 'c/ppb_messaging.h', 46 'c/ppb_messaging.h',
44 'c/ppb_mouse_cursor.h', 47 'c/ppb_mouse_cursor.h',
45 'c/ppb_mouse_lock.h', 48 'c/ppb_mouse_lock.h',
46 'c/ppb_net_address.h', 49 'c/ppb_net_address.h',
47 'c/ppb_network_list.h', 50 'c/ppb_network_list.h',
48 'c/ppb_network_monitor.h', 51 'c/ppb_network_monitor.h',
49 'c/ppb_network_proxy.h', 52 'c/ppb_network_proxy.h',
50 'c/ppb_opengles2.h', 53 'c/ppb_opengles2.h',
51 'c/ppb_tcp_socket.h', 54 'c/ppb_tcp_socket.h',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'tests/test_x509_certificate_private.h', 573 'tests/test_x509_certificate_private.h',
571 574
572 # Deprecated test cases. 575 # Deprecated test cases.
573 'tests/test_instance_deprecated.cc', 576 'tests/test_instance_deprecated.cc',
574 'tests/test_instance_deprecated.h', 577 'tests/test_instance_deprecated.h',
575 'tests/test_var_deprecated.cc', 578 'tests/test_var_deprecated.cc',
576 'tests/test_var_deprecated.h', 579 'tests/test_var_deprecated.h',
577 ], 580 ],
578 }, 581 },
579 } 582 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698